[EMAIL PROTECTED] wrote:
> 
> 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

Delete the \n's above and leave a blank line here.

> <html>
> <head>
>   <title>Select Name</title>
> </head>
> <body>
>   <input type="button" value="Add New Record">
> <br>
>  </body>
> </html>
> EOF


-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.todbe.com/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to