Hi,

The following script opens a browser window, but the main browser also goes to a different location:
Code:
getURL("javascript:window.open('scores.php','Golf','width=320,height=240,scrollbars=yes')");
How do I prevent that the main browser goes to another url? (the url changes in "javascript:window.open.. etc etc)

Thanx in advance,

Zander