https://developer.mozilla.org/en/Using_Firefox_1.5_caching
When a user navigates to a cached page, inline scripts and the onloadhandler do not run since in most cases, the effects of these scripts have been preserved. Gecko triggers a pageshow event to allow developers to handle cached page loads (user back-button). Is there any semi-close equivalent to this within Webkit? I'd prefer not to insert empty frames to defeat caching, for example... just need a way to clear a state variable in a case where a user returns to a cached page. Thanks for any pointers.
_______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev