[Zope] Netscape 4.7x Redirect problem
Dieter Maurer
dieter@handshake.de
Thu, 30 Aug 2001 21:39:52 +0200 (CEST)
Schmidt, Allen J. writes:
> Trying to use a RESPONSE.redirect('menu') on an intermediate page for
> handling logins.
> After userid and password and submit, the loginCheck page does its thing.
> If really a valid user, the code above redirects to the main menu page.
>
> Works great in IE but I get "Document contains no data" for Netscape.
>
> Has to be the redirect because if I comment it out, the other parts of the
> page display correctly.
>
> Any ideas??
I can assure you (as others already did) that Netscape 4.7 can
redirect. I do it regularly without problems.
Thus, a case for "tcpwatch" or any other TCP-logger....
Dieter