PDA

View Full Version : link a banner to a webpage problem


Mawnster
08-03-2006, 08:48 PM
I've used
on (release) {
getURL("yourpage.html","_self");
}

to link my banner to a webpage but it keeps opening up the link in a new window/tab. Is there a way to make the banner redirect me to my home page without opening a new tab/window?

Graphic
08-08-2006, 09:04 PM
hey there...
just use:

on(release){
getURL("yourpage.html");
}

it should work fine...