http://qs321.pair.com?node_id=426645


in reply to Re^2: CGI form on click new window display
in thread CGI form on click new window display

That's a server error which means your script is failing. Make sure you have the following at the top of your code:

#!/usr/bin/perl use strict; use warnings;

then run your script and check your error logs. The logs should tell you what the problem is.

cheers,

J