I want to submit my form data and have the results displayed in a new
window. The code below does open a new window, but the results are still
displayed in the window in which the form is located.
QUESTION:
 (1) Is there a way to have my PERL script open it's own new window ?

<form method="SET" action="/cgi-bin/kelly.pl">
<INPUT type="submit" value="Intro"
onClick="window.open('','mytitle','width=400,height=200')">
</form>

--------------------------------------------------------------------------------
For unsubscription of this list send an email to [EMAIL PROTECTED] with email
data containing unsubscribe emailadd sambar

Reply via email to