would like to implement window.open on forms bec. i wanted a smaller new window and not a target=_blank but just couldn't seem to get window.open to submit the form's radio button values over to the perl script.
The code that i used:
<form action="vote/cgi-bin/survey.pl" method="post"onSubmit="MyWindow1=window.open('vote/cgi-bin/survey.pl','MyWindow1','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=520, height=220,left=210,top=120'); return false;">
any suggestions or alternatives??
