Any body knows how to close a firefox new tab window using javascript by clicking a hyper link?
I used the following code
<a href="" onclick="window.close()">Close this window</a>
<A href="javascript: self.close ()">Close this Window</A>
It works for new windows .But it will not works for firefox new tabs..