HI,
I have two HTML pages, in the first page I call the second that have to appear in the same window, like this:
window.open("home.html", "_self", "status=no");
the third parameter (status=no), is to disable the status bar from the browser (IE 4.0), but that...