javascript thread: Need to disable Refresh function on browser (to comply w/timeout constraint)
you can prevent that by checking the keydown event i suppose. and in case it
is any of the function keys return false. But not sure how effective this
will be as i doubt whether the keycode for individual function keys are
different..
-----Original Message-----
From: John Owen [mailto:johnowen11@c...]
Sent: Wednesday, July 10, 2002 6:54 PM
To: javascript
Subject: [javascript] Re: Need to disable Refresh function on browser
(to comply w/timeout constraint)
In IE, users can still hit F5 to refresh. I'm afraid I don't know of a
way to completely disable refresh.
-----Original Message-----
From: Ibatullin Nabi [mailto:nabi@c...]
Sent: Tuesday, July 09, 2002 11:01 PM
To: javascript
Subject: [javascript] Re: Need to disable Refresh function on browser
(to comply w/timeout constraint)
Try to open your Web-questionnaire using
window.open("quest.html","","toolbar=no")
---
Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20
**************************************************************************
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************