Looks like you forgot the <form> and </form> tags?

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, March 19, 2001 5:00 PM
To: [EMAIL PROTECTED]
Subject: Internet Explorer v. Netscape


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]

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to