Hello again
The only thing I don't understand in my Code (see above), is why the "onmousemove" is activated if the mouse is ON the form but not moving. Seem's to be interpreted like "onmousemove/onmouseover" event.
If someone have an idea..
W
Hello MYQUE
I've got the same problem with IE 5.5 sp2.
I solve it this way :
<script type="text/javascript">
var timer;
function startOver()
{
document.location.href = 'index.asp';
}
function resetTimer()
{
clearTimeout(timer);
timer =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.