Feedback on: irt.org FAQ Knowledge Base Q1027
Worth:
Very worth reading
Comments:
great code, however some there are syntax errors, final code should be:
<SCRIPT LANGUAGE="JavaScript"></SCRIPT>
thanks for it...
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;
}