|
<script type="text/javascript"> <!-- Begin function doPopups() { if (!document.getElementsByTagName) return false; var links=document.getElementsByTagName("a"); for (var i=0; i < links.length; i++) { if (links[i].className.match("popup")) { links[i].onclick=function() { |
| // Below - to open a full-sized window, just use: window.open(this.href); |
|
window.open(this.href, "", "top=40,left=40,width=600,height=400,scrollbars"); return false; } } } } window.onload=doPopups; // End --> </script> |
|
<a href="http://javascript.internet.com/" class="popup">JavaScript Source</a> <a href="http://www.scriptsearch.com/" class="popup">Script Search</a> <a href="http://www.webreference.com/" class="popup">Web Reference</a> |