How exactly does Mozilla not let you see the source? If it's a frame, you'll need to right-click and choose "This Frame -> View Frame Source". I'm not sure if it's relevant, but I think Mozilla has a bug which means that "view source" actually re-requests the url, so you're not getting an accurate source listing, because the parameters to your query may be missing. This is obviously only relevant when you have a page that is the result of processing a form. Felix On Tue, Jul 09, 2002 at 12:09:00PM +0100, Chris Withers wrote:
Chad Nantais wrote:
When I try to view the source of a Zope error page in Mozilla, it will not let me see the traceback or any source for that matter. How do I configure Zope to output debug info that will appear in Mozilla?
Is this somethign Mozilla specific? Have you tried other web browsers?