This may be sort of a newbie question but what the hek.
How can i close the the current browser on the click of a link?
Printable View
This may be sort of a newbie question but what the hek.
How can i close the the current browser on the click of a link?
<a href="javascript:window.close()">Close Me!</a>
It adds that space in java script, it should be one word: javascript.
Must be a bug in the forums :rolleyes:.
thanks a ton