/[webpac]/trunk2/out/js/popup.js
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk2/out/js/popup.js

Parent Directory Parent Directory | Revision Log Revision Log


Revision 475 - (show annotations)
Sun Sep 26 17:59:57 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: application/javascript
File size: 232 byte(s)
oh, I commited code with debugging alert..

1 function popup() {
2 //alert("open "+this.href+" in "+this.target);
3 window.open(this.href,this.target,'width=600,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
4 return false;
5 }

  ViewVC Help
Powered by ViewVC 1.1.26