/[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 474 by dpavlin, Sun Sep 26 17:57:04 2004 UTC revision 475 by dpavlin, Sun Sep 26 17:59:57 2004 UTC
# Line 1  Line 1 
1  function popup() {  function popup() {
2          alert("open "+this.href+" in "+this.target);          //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');          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.474  
changed lines
  Added in v.475

  ViewVC Help
Powered by ViewVC 1.1.26