kimpee1
06-13-2003, 11:37 AM
I need help with my timeout javascript so that I can force the page to close and the user would have to login back in again. How do I insert the javascript code into the following?
<script>ident=window.setTimeout("alert('Session has timed out. Please exit and log back in.')",300000);
</script>
<script>ident=window.setTimeout("alert('Session has timed out. Please exit and log back in.')",300000);
</script>