ueon Posted August 16, 2011 Share Posted August 16, 2011 I'm trying to get aweber's form to open in a new page, but it's not working. I have tried every target property, but it's still not working. It's also embedded in an iframe within an asp.net environment <form method="post" target="_blank" class="af-form-wrapper" action="http://www.aweber.com/scripts/addlead.pl" > Quote Link to comment Share on other sites More sharing options...
ryanfilard Posted August 25, 2011 Share Posted August 25, 2011 Would it be _new? I use that in some of my forms <form method="post" target="_new" class="af-form-wrapper" action="http://www.aweber.com/scripts/addlead.pl" > Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.