Revision: 43404
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 23, 2011 10:49 by slav123
Initial Code
<form action="do_stuff.aspx" method="post" target="my_iframe"> <input type="submit" value="Do Stuff!" /> </form> <!-- when the form is submitted, the server response will appear in this iframe --> <iframe name="my_iframe" src="not_submitted_yet.aspx"></iframe>
Initial URL
Initial Description
Initial Title
Sending form to iframe
Initial Tags
Initial Language
HTML