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>
©2018 Martin Webb