Application Intranet - ASP.
From my homepage, users can open a child window (window.open()). How to close automatically this child window if timeout occurs ?
In my global.asa, I redirect users to a page called redirect.asp when timeout occurs. What are the instructions to put in it to close the child window and make a Refresh of my homepage.
From my homepage, users can open a child window (window.open()). How to close automatically this child window if timeout occurs ?
In my global.asa, I redirect users to a page called redirect.asp when timeout occurs. What are the instructions to put in it to close the child window and make a Refresh of my homepage.