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>
Powered by vBulletin® Version 4.1.7 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.