PDA

View Full Version : navigating to url


Pancakes
12-20-2007, 08:33 PM
Is there any way go to a link without opening a new window? I couldnt find anything about it.

flashbot
12-22-2007, 04:32 AM
Is there any way go to a link without opening a new window? I couldnt find anything about it.

getURL("the-link.html","_self");

Is that what you're looking for?

[ss]