Well, the slashes (\\) are the wrong way ... try this:

print "<HTML>\n<HEAD>\n<TITLE>Test
Script</TITLE>\n</HEAD>\n<BODY>\nTest.\n</BODY>\n</HTML>";

Netscape is more strict than IE w/ HTML, so if you were using Netscape, this
could be your problem.

Jason

----- Original Message -----
From: "Samuel Brown" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 1:59 PM
Subject: By popular request: the source of the invisible webscript.


>
>   Here's the script who's output I've described as not
> being displayed in the browser window, even tho 'View
> Source' shows it as correctly transmitted.
>
> print "Content-Type: text/html\n\n";  # HTML header,
> normally supplied automatically
> # by the server for HTML files.
>
> print "<HTML>\n<HEAD>\n<TITLE>Test
> Script<\\TITLE>\n<\\HEAD>\n<BODY>\nTest.\n<\\BODY>\n<\\HTML>";
>
>   S.
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/

Reply via email to