/[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

Diff of /trunk2/out/js/popup.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 472 by dpavlin, Fri Sep 24 20:31:11 2004 UTC revision 473 by dpavlin, Sun Sep 26 17:57:04 2004 UTC
# Line 1  Line 1 
1  function popup(link) {  function popup() {
2          //alert("open "+link.href+" in "+link.target);          alert("open "+this.href+" in "+this.target);
3          window.open(link.href,link.target,'width=600,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');          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;          return false;
5  }  }

Legend:
Removed from v.472  
changed lines
  Added in v.473

  ViewVC Help
Powered by ViewVC 1.1.26