One of my sites uses frames. User management uses the CookieCrumbler. When a user logs out, a logged_out dtml-method is invoked. The logged_out method kills off session and browser information and then transfers to the initial splash screen which links to the login page which includes the login page in the frameset. When the user logs out, the splash screen is rendered in one of the frames of the frameset rather than replacing the frameset. What's the magic needed?
i am sure you know that to replace the current framset with another one or a another page you would have to use target = __top in the <a> tag. However if youare redirecting, I suggest you redirect to a page that then uses javascript to do that, else your splash will only render in the frame from which it is called. hth AM Dennis Allison wrote:
One of my sites uses frames. User management uses the CookieCrumbler. When a user logs out, a logged_out dtml-method is invoked. The logged_out method kills off session and browser information and then transfers to the initial splash screen which links to the login page which includes the login page in the frameset. When the user logs out, the splash screen is rendered in one of the frames of the frameset rather than replacing the frameset. What's the magic needed?
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
participants (2)
-
AM -
Dennis Allison