I am having a terrible time trying to find out why my web pages work
great with IE and suck when using Netscape. I've tried Netscape V4.5
and V4.7. This simple CGI script prints a blank page with Netscape and
if you view the source, the code for the button is there. It works fine
in IE.
use CGI qw(:standard);
$query = new CGI;
print <<"EOF";
Content-type: Text/html\n\n
<html>
<head>
<title>Select Name</title>
</head>
<body>
<input type="button" value="Add New Record">
<br>
</body>
</html>
EOF
Stanley G. Martin
Midwest Consulting Group
Sprint Platform & Strategy Mgmt
913.315.3133
[EMAIL PROTECTED]