New window

hi

I have a bit of a problem with the button on my page.
When I click the button ‘Oscars’ I want it to be opened in
a new window. Everytime I click it the page from oscars opens
in the same window so when I click the back button on my netbrowser
my page loads from the begginnig. I’m using the following code but it doesn’t work:

on (release) {
getURL(“http://www.oscar.com/","_self”);
}
I also tried _blank

It only works in ctrl+enter preview mode but when I upload the site it don’t work

anyone please help
tnx:hugegrin: