Don't use window.unload directly as prototype/jquery do special things with
this function. Use prototype's Event.observe instead (or jQuery bind if
using tapestry-jquery).
eg:
Event.observe(window, 'unload', function() {
// your unload actions
});
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/onUnload-method-from-AfterRender-tp5716029p5716033.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]