PDA

View Full Version : CGI/Javascript Issue


jmh722
02-28-2006, 11:46 PM
Hi, I have a cgi form script that is supposed to forward the user to a thank you page. At the bottom of the page, I put in a simple javascript:window.close() to exit the window. The problem is that the javascript works fine on it's own, but if the page is forwarded to from the cgi script, the javascript will not work. Is this a common conflict? How is it resolved?