Ignore:
Timestamp:
2006/08/29 18:42:46 (18 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/js/win_op.js

    r1328 r2738  
    1818    function win03(URL,Winname,Wwidth,Wheight){ 
    1919        var WIN; 
    20         WIN = window.open(URL,Winname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=yes,toolbar=yes,location=no,directories=no,status=no"); 
     20        WIN = window.open(URL,Winname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=yes,toolbar=yes,location=no,directories=no,status=no,menubar=no"); 
    2121        WIN.focus(); 
    2222    } 
Note: See TracChangeset for help on using the changeset viewer.