
Jasmine
Administrator
May 4, 2000, 8:56 AM
Post #2 of 3
(1298 views)
|
Unfortunately, there is no way to determine if someone hit the "back" button, using javascript or other scripting languages. When a user hits the back button, the page is displayed from cache, unless the pragma: no-cache is used (this pragma is not enforced by all browsers). The extend of the webmaster's control over the browser is limited to the "displayable area" of the browser, not any of the functions outside of the "web page area".
|