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

Feedback on: irt.org FAQ Knowledge Base Q1027, June 20, 2002 at 10:58:06:

You are here: irt.org | About | Feedback | 3957 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q1027

Sent by
snaver on June 20, 2002 at 10:58:06:

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;
}


Other feedback on 'irt.org FAQ Knowledge Base Q1027' - show all

©2018 Martin Webb