How can I get the browser to close without the user having to close the browser themselves or click on anything?
I know I can put:
<A href='JAVASCRIPT:window.close();'>Close it</a>
So when they click on the link, it'll close the window, but I have it setup so a small window opens briefly to perform a task and I want it to close when it is done.
Can anyone tell me this? It's probably really simple, huh?
-Ovatvvon :-Q
I know I can put:
<A href='JAVASCRIPT:window.close();'>Close it</a>
So when they click on the link, it'll close the window, but I have it setup so a small window opens briefly to perform a task and I want it to close when it is done.
Can anyone tell me this? It's probably really simple, huh?
-Ovatvvon :-Q