Can anyone tell me why the following code won't work?
I've been trying for days already
open "cons:" for output as #1
print #1, "Content-type: text/html"
print #1, "<HTML><BODY>"
print #1, "Hello...<BR>"
print #1, "</BODY></HTML>"
close #1
Any help would be very much appreciated!
Kris
-------------
Beat me up, Scotty
I've been trying for days already

open "cons:" for output as #1
print #1, "Content-type: text/html"
print #1, "<HTML><BODY>"
print #1, "Hello...<BR>"
print #1, "</BODY></HTML>"
close #1
Any help would be very much appreciated!
Kris
-------------
Beat me up, Scotty
Comment