PDA

View Full Version : Can Any1 ?!?!?!?!


_PANKAJ_
12-13-2005, 06:27 PM
Can Any1 Tell Me How TO Open A New Window Using Cgi Script :confused:

print "Location: http://myhost.com\n\n"; << this redirects

But how to Open a New Window ... i DOnt Want It To Redirect :confused:


Best Regards

~ Pankaj ~ :thumbsup:

hyperbole
12-14-2005, 04:56 PM
Opening a new window is a client side operation. You need to include client side language in your page to cause that to happen. I would use JavaScript, but I'm sure there are other means to do this.



.