Hi I have the following to redirect after max 3 minutes inavtivity:
<meta http-equiv='refresh' content='180; url=Login.aspx'>
Instead of 'url=Login.aspx' I'd like to close the browser window - window.close - as the aspx pages are accessed after using window.open.
What is the syntax within the meta tag for using
window.close.
Thanks for any help
David
<meta http-equiv='refresh' content='180; url=Login.aspx'>
Instead of 'url=Login.aspx' I'd like to close the browser window - window.close - as the aspx pages are accessed after using window.open.
What is the syntax within the meta tag for using
window.close.
Thanks for any help
David