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

Q664 Is it possible to open up a new, small window using a text link instead of a button, also is it possible to have more than one per page?

irt.org | Knowledge Base | JavaScript | Window | Q664 [ previous next ]

Q664 Is it possible to open up a new, small window using a text link instead of a button, also is it possible to have more than one per page?

Try:

<SCRIPT LANGUAGE="JavaScript"><!--
function myOpen(url,name) {
    window.open(url,name,'width=200,height=200');
}
//--></SCRIPT>

<A HREF="javascript:myOpen('http://www.irt.org/','window1')">irt.org</A>

<A HREF="javascript:myOpen('http://www.irt.org/script/','window2')">JavaScript FAQ</A>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.