PDA

View Full Version : Form question



jetalomar
May 8th, 2002, 13:34
how do i make a form to open a new window when someone submit that form. I want to display the new page in width=300,height=300' window.

Dusty
May 8th, 2002, 15:31
<form action="..." method="..." target="popup" onSubmit="window.open('','popup','width=300,height=300');">
...
</form>