Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback on: irt.org FAQ Knowledge Base Q722

irt.org | About | Feedback | 4737 [ previous next ]

Feedback on:
irt.org FAQ Knowledge Base Q722

Sent by
Lance on Monday June 25, 2007 at 05:20:37

Worth:

Length:

Technical:

Comments:
This piece of code works for me:

var keywindow=0;
function popkeyup(url){
if(keywindow){
if(!keywindow.closed){
keywindow.focus();
return false;
}
}
keywindow=window.open(url,'name','status=no, height=530, width=910, resizable=no');
if(keywindow.opener == null){
keywindow.opener = self;
}
keywindow.focus();
return false;
}



Then in the main body:
<a href="page.html" target="_blank" onclick="return popkeyup('page.html')"></a>





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


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.