Changeset 10634 for temp/branches/ec-cube-beta
- Timestamp:
- 2006/12/14 16:26:26 (19 years ago)
- Location:
- temp/branches/ec-cube-beta
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/products/upload_csv.tpl (modified) (previous)
-
html/js/win_op.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/branches/ec-cube-beta/html/js/win_op.js
r10633 r10634 29 29 30 30 <!-- 31 function winSubmit(URL,formName,Winname,Wwidth,Wheight){ 32 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; 34 WIN.focus(); 35 } 36 //--> 37 38 <!-- 31 39 function ChangeParent() 32 40 { … … 42 50 } 43 51 //--> 44 45 <!--46 function win_open(){47 w = window.open("", "newwindow");48 49 document.forms["form1"].target = "newwindow";50 }51 //-->
Note: See TracChangeset
for help on using the changeset viewer.
