slav123 on 03/23/11
Last Edited at 03/23/11 10:49am
<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>
Report this snippet Tweet
Comment:
You need to login to post a comment.