At 19:18 27-10-01, you wrote: >QUESTION: > (1) Is there a way to have my PERL script open it's own new window ?
<form target="_blank" method="post" action="/cgi-bin/kelly.pl"> </form> Read the info on (form) targets here: http://www.w3.org/TR/html401/present/frames.html#adef-target and here: http://www.w3.org/TR/html401/types.html#type-frame-target ><form method="SET" action="/cgi-bin/kelly.pl"> The method "SET" is not a valid method. I think you mean GET there, which is the default. For CGI scripts only GET, POST or PUT are considered valid. See the HTTP/1.1 protocol specification for a full understanding of HTTP transport methods: http://www.rfc-editor.org/cgi-bin/rfcdoctype.pl?loc=RFC&letsgo=2616&type=http ><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 ____________________________________________________ </MELVYN> void wakeup() { for(long int cuppajava;drink();cuppajava++); } -------------------------------------------------------------------------------- For unsubscription of this list send an email to [EMAIL PROTECTED] with email data containing unsubscribe emailadd sambar
