--- trunk2/out/js/popup.js 2004/09/26 16:44:23 472 +++ trunk2/out/js/popup.js 2004/09/26 17:57:04 473 @@ -1,5 +1,5 @@ -function popup(link) { - //alert("open "+link.href+" in "+link.target); - window.open(link.href,link.target,'width=600,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); +function popup() { + alert("open "+this.href+" in "+this.target); + window.open(this.href,this.target,'width=600,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); return false; }