/[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 475 by dpavlin, Sun Sep 26 17:59:57 2004 UTC revision 476 by dpavlin, Sun Sep 26 18:39:46 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');          var popup_win = window.open(this.href,this.target,'width=400,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
4            popup_win.focus();
5          return false;          return false;
6  }  }

Legend:
Removed from v.475  
changed lines
  Added in v.476

  ViewVC Help
Powered by ViewVC 1.1.26