Is there a best way to do a javascript window.open to open a web page in a new window.
I have used javascript:window.open('...etc..') to create a new window when the link is clicked.
However, I get [object] on the page underneath which I think is normally solved by placing return false; after the window open function. But I have not been able to get this to work at the moment.