i have got it to navigate to the new pages from the home page but it keeps opening the new page in a new tab the code i have used looks like this
on (release){
getURL("construction/index.htm", "self");
}
where i have put self should this not open the page in the same window/tab.
if not anyone know what should be put in so it opens in the same window.