Getting URL in a new window

Hi everyone, can someone tell me how to get a URL in a new window instead of the same one?

This is the script I have so far, which opens the URL in the SAME window, but I want it in a new window…

on (press) {
getURL(http://www.???.html);
}

thanks…
Robin