|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
When I call the following link:
http://www.cancerstop.net/index_prueba2.cgi with Netscape, the page will not render and it displays the html code produced by the script. With IE the page displays ok. Does anybody knows how to fix this problem? Thanks |
|
#2
|
||||
|
||||
|
can we see the script???. ------------------ SR - shiju.dreamcenter.net "The fear of the LORD is the beginning of knowledge..." |
|
#3
|
|||
|
|||
|
My guess is that you left-out the line:
print "Content-type: text/htmlnn"; This line should be executed before any other print commands. It tells the server what kind of output to give, since Netscape recognises html documents by there .htm or .html at the end. IE accept any kind of extension. -- d0g1e |
|
#4
|
|||
|
|||
|
I checked my script and I had some print instructions before the print "Content-type: text/htmlnn";
That fixed the problem. Thank you for your help, sometimes one misses the most obvious. Raul |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > My perl script will not render on Netscape |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|