Forum Moderators: phranque

Message Too Old, No Replies

SSI problem in Netscape

Netscape doesnt display the page right....

         

jmoreira

7:42 am on Nov 17, 2004 (gmt 0)

10+ Year Member



I'm working on a site using server-side-includes. IE and firefox display the page just fine but when browsing with netscape nothing shows up. I was wondering if somebody could help me with this. Thanks!

PCInk

9:37 am on Nov 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It is not SSI that causes this problem - Server Side means the server does the work, so all browsers should be being served the same page.

Check the validation: validator.w3c.org

And check javascript for any errors: type 'javascript:' into the Netscape browser address bar and it will show any errors.

volatilegx

11:50 pm on Nov 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Actually I'd check to make sure the SSI is sending the appropriate MIME type header. For example, when you have a CGI script outputing some text, before the text, have it output:

"Content-type: text/html\n\n"