That error simply means that your script did not output any html data.
If IE produces a normal page and Netscape gives this error, then most likely your script requires some data that IE does give and Netscape doesn't. Do you use cookies?
Also check your webserver's logs for errors.