[Zope] logout not functioning in Mozilla (Solved)

Michael Long mlong@datalong.com
Mon, 17 Feb 2003 13:06:44 -0500


That must have been the problem. I modified the template per your
suggestion and now it works as expected.

Thanks,
Mike

> I dunno but perhaps mozilla is strict in using HTML
> 
> so i would say you try the following:
> 
>  <form action="/mysite/acl_users/logout" method="post">
>    <table>
>      <tr>
>        <td class="ToolBar_login" align="center">
>          <input type="submit" value="Log out" size="5">
>        </td>
>      </tr>
>    </table>
>  </form>
> 
> Greetings,
> 
> Daniel
> 
> > -----Original Message-----
> > From: Michael Long [mailto:mlong@datalong.com]
> > Sent: maandag 17 februari 2003 15:56
> > To: Zope
> > Subject: [Zope] logout not functioning in Mozilla
> > 
> > 
> > 
> > Hi All,
> > 
> > I have discovered that the following bit of code works in Opera,
> > Konqueror and IE but not in Mozilla. Does anyone have any ideas?
> > 
> > <form action="/mysite/acl_users/logout" method="post">
> >   <td class="ToolBar_login" align="center">
> >      <input type="submit" value="Log out" size="5">
> >   </td>
> > </form>
> > 
> > I am running: (Zope and Python compiled from source)
> > 
> > Zope Version (Zope 2.6.0 
> >      (source release, python 2.1, linux2), python 2.1.3, linux2)
> > 
> > Python Version 2.1.3 
> >      (#1, Jan 31 2003, 14:51:52) [GCC 2.95.3 20010315 (SuSE)]
> > 
> > System Platform linux2
> > 
> > Thanks,
> > Mike
> > 
> > 
> > _______________________________________________
> > Zope maillist  -  Zope@zope.org
> > http://mail.zope.org/mailman/listinfo/zope
> > **   No cross posts or HTML encoding!  **
> > (Related lists - 
> >  http://mail.zope.org/mailman/listinfo/zope-announce
> >  http://mail.zope.org/mailman/listinfo/zope-dev )
> > 
> 
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
> 
>