/[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 470 - (show annotations)
Fri Sep 24 20:31:11 2004 UTC (19 years, 6 months ago) by dpavlin
File MIME type: application/javascript
File size: 236 byte(s)
open detail data in new window (popup)

1 function popup(link) {
2 //alert("open "+link.href+" in "+link.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');
4 return false;
5 }

  ViewVC Help
Powered by ViewVC 1.1.26