Changeset 10635 for temp


Ignore:
Timestamp:
2006/12/14 16:27:11 (19 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/js/win_op.js

    r10634 r10635  
    3131function winSubmit(URL,formName,Winname,Wwidth,Wheight){ 
    3232    WIN = window.open(URL,Winname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no"); 
    33     document.forms[formName].target = window_name; 
     33    document.forms[formName].target = Winname; 
    3434    WIN.focus(); 
    3535} 
Note: See TracChangeset for help on using the changeset viewer.