hubmandg
07-04-2007, 12:27 PM
:confused:
My understanding is that the code below should not open a new tab or browser. It works fine (no new tab or browser window) on my own machine, but from the web, it always opens a new tab.
Anybody have any ideas why?
function GoToHome()
{
window.location.replace("home.shtml")
}
My understanding is that the code below should not open a new tab or browser. It works fine (no new tab or browser window) on my own machine, but from the web, it always opens a new tab.
Anybody have any ideas why?
function GoToHome()
{
window.location.replace("home.shtml")
}