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

Feedback on: irt.org FAQ Knowledge Base Q213

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

Feedback on:
irt.org FAQ Knowledge Base Q213

Sent by
michel on March 17, 2002 at 06:11:55:

Comments:
The script should look like this nowadays:

<script language="JavaScript"><!--
function linkpage(url) {
msgWindow = window.open(url,'targetname','width=300,height=200');
if (msgWindow.opener == null) msgWindow.opener = self;
}
//--></script>

<a href="page1.html" onClick="linkpage(this.href); return false">Show my links page</a>

And then in the links page:

<script language="JavaScript"></script>

<a href="http://www.somewhere.com/" onClick="showlink(this.href); return false">Go here</a>



Other feedback on 'irt.org FAQ Knowledge Base Q213' - 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.