You are here: irt.org | FAQ | JavaScript | Window | Q796 [ previous next ]
Don't use window.open, use instead:
<SCRIPT LANGUAGE="JavaScript"><!--
function go() {
location.href = 'http://www.irt.org/';
}
go();
//--></SCRIPT> |
Feedback on 'Q796 How do I direct the output of the command window.open() into the same window?'