[Zope] Netscape/JavaScript/Zope

Shilpa Shenvi sshenvi@nal.usda.gov
Fri, 16 Aug 2002 17:19:48 -0400


Thanks - I had an opening tag without the corresponding closing tag!  
Added the closing tag, the header and body of the document can now be seen
through both IE and Netscape.  I guess IE is a little more tolerant of
unmatched tags than Netscape is.

Shilpa

-----Original Message-----
From: Marcio Marchini [mailto:mqm@magma.ca] 
Sent: Friday, August 16, 2002 10:42 AM
To: Shilpa Shenvi; zope@zope.org
Subject: RE: [Zope] Netscape/JavaScript/Zope

| Is there anything I can do so that both Netscape and IE will server
| the entire page?  (We are using Netscape 4.7).


	Sometimes this is a side-effect of malformed HTML. Try running tidy
on the
served document to see.

	Try fetching the document from command-line using wget or curl
before feeding
it to tidy, just to make sure you are getting browser-independent stuff.
Just me
being paranoid and not trusting "Save As" from the browsers, as they tend to
massage the content for you before saving, so your run of tidy would no
longer
be valid.


marcio