Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1027

Feedback on: irt.org FAQ Knowledge Base Q1027

Sent by Snaver on June 20, 2002 at 10:56:43: - feedback #3956

Worth:
Very worth reading

Comments:
great code, however some there are syntax errors, final code should be:
<SCRIPT LANGUAGE="JavaScript"></SCRIPT>

thanks for it...


Sent by snaver on June 20, 2002 at 10:58:06: - feedback #3957

Worth:
Very worth reading

Comments:
var wheretogo = '';
function go(url1,url2) {
wheretogo = url1;
setTimeout('location.href = wheretogo',2000); // 2 second delay
window.open(url2,'','toolbar=0,location=0,status=0,menubar=0,scrollbars=0,resizable=1,width=400,height=200');
return false;
}


©2018 Martin Webb