Amitava Dutta wrote:
javascript:window.open('http://www.google.com','a','width=900,height=680');
As you are opening the window with the target 'a', it will open in the same window once there is a window with that name. Use the target '_blank' to always open a new window.
Despite everything, the person most likely to be fooling you next is yourself.