Hi,
I'm trying to figure out a way of posting a form to a popup. It's just a poll form that posts to an ASP page, but I'd like the page to open in a popup. Here's a cut down version of the form I want to post:
<form name="poll_form" method="post" action="poll.asp?poll_id=1">
Q. What do you think of JavaScript!?
<input type="radio" name="vote" value="1">Excellent<br>
<input type="radio" name="vote" value="2">Very Good<br>
<input type="radio" name="vote" value="3">Average<br>
<input type="radio" name="vote" value="4">Poor<br>
<input type="submit" name="Submit" value="Vote!">
</form>
Any ideas? I'm sure it's possible - but for various reasons I'd rather avoid having to insert code into the <head> section of my page. Thanks a lot!
Cheers
Rob
I'm trying to figure out a way of posting a form to a popup. It's just a poll form that posts to an ASP page, but I'd like the page to open in a popup. Here's a cut down version of the form I want to post:
<form name="poll_form" method="post" action="poll.asp?poll_id=1">
Q. What do you think of JavaScript!?
<input type="radio" name="vote" value="1">Excellent<br>
<input type="radio" name="vote" value="2">Very Good<br>
<input type="radio" name="vote" value="3">Average<br>
<input type="radio" name="vote" value="4">Poor<br>
<input type="submit" name="Submit" value="Vote!">
</form>
Any ideas? I'm sure it's possible - but for various reasons I'd rather avoid having to insert code into the <head> section of my page. Thanks a lot!
Cheers
Rob