_blank to a button

How do you set the target to _blank on a button?

If you mean open a link in a blank new window, it’s

[COLOR=blue]on (release) {
getURL (“whatever”, “_blank”)
}
[/COLOR]