Javascript window.open to a new window

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
paul_g
Beginner
Beginner
Posts: 4
Joined: Tue Nov 25, 2003 4:41 pm

Javascript window.open to a new window

Post by paul_g »

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.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

See http://milonic.com/menusample.php?sampleid=11. Lots of good stuff over there.
John
Post Reply