glenvern
07-24-2007, 07:43 AM
The old website is playing a video and I need it to self close when the <a href> link is clicked - If I could close the website/page it would solve the problem I believe. How do I do this using just the <a href> link ?
If I use target='blank' it still leaves the old website up and running even tho you can't see it you can still hear it,
if I dont use a target instruction it loads the new webpage in a frame on the old webpage.
I have tried window.close() using onUnload, onBlur, onClick in the <body> tag but none worked..
Any suggestions..?
Thanx...
Using XP & IE7
If I use target='blank' it still leaves the old website up and running even tho you can't see it you can still hear it,
if I dont use a target instruction it loads the new webpage in a frame on the old webpage.
I have tried window.close() using onUnload, onBlur, onClick in the <body> tag but none worked..
Any suggestions..?
Thanx...
Using XP & IE7