0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
js
/
scripts
/
moz
/
[
Home
]
File: table_size.htm
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link href="../style/editor.css" rel="stylesheet" type="text/css"> <script> var sLangDir=window.opener.oUtil.langDir; document.write("<scr"+"ipt src='../language/"+sLangDir+"/table_size.js'></scr"+"ipt>"); </script> <script language="JavaScript" src="color_picker.js"></script> <script>writeTitle()</script> <script language="JavaScript" src="table.js"></script> <script> var dialogArgument=['window.opener', 'window.opener']; var activeModalWin; function GetElement(oElement,sMatchTag) { while (oElement!=null&&oElement.tagName!=sMatchTag) { if(oElement.tagName=="BODY")return null; oElement=oElement.parentNode; } return oElement; } function GetElementById(id) { return document.getElementById(id); } </script> </head> <body onload="loadTxt();" style="overflow:hidden;"> <table width=100% height=100% align=center cellpadding=0 cellspacing=0> <tr> <td valign=top style="padding:5;height:100%"> <table width=100% height=100%> <tr> <td><span name=txtLang id=txtLang>Insert Row</span>:</td> <td width=10></td> <td><span name=txtLang id="Span1">Insert Column</span>:</td> </tr> <tr> <td> <input type="button" id=btnInsRowAbove value="" onclick="window.opener.oUtil.obj.saveForUndo();doInsertRow('Above');//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/ins_row_above.gif')" class="inpBtn"> <input type="button" id=btnInsRowBelow value="" onclick="window.opener.oUtil.obj.saveForUndo();doInsertRow('Below');//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/ins_row_below.gif')" class="inpBtn"> </td> <td></td> <td> <input type="button" id=btnInsColLeft value="" onclick="window.opener.oUtil.obj.saveForUndo();doInsertCol('Left');//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/ins_column_left.gif')" class="inpBtn"> <input type="button" id=btnInsColRight value="" onclick="window.opener.oUtil.obj.saveForUndo();doInsertCol('Right');//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/ins_column_right.gif')" class="inpBtn"> </td> </tr> <tr> <td><span name=txtLang id="Span2">Rowspan</span>:</td> <td></td> <td><span name=txtLang id="Span3">Colspan</span>:</td> </tr> <tr> <td> <input type="button" id=btnIncRowSpan value="" onclick="window.opener.oUtil.obj.saveForUndo();spanRow();//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/inc_rowspan.gif')" class="inpBtn"> <input type="button" id=btnDecRowSpan value="" onclick="window.opener.oUtil.obj.saveForUndo();splitRow();//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/dec_rowspan.gif')" class="inpBtn"> </td> <td></td> <td> <input type="button" id=btnIncColSpan value="" onclick="window.opener.oUtil.obj.saveForUndo();spanCol();//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/inc_colspan.gif')" class="inpBtn"> <input type="button" id=btnDecColSpan value="" onclick="window.opener.oUtil.obj.saveForUndo();splitCol();//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/dec_colspan.gif')" class="inpBtn"> </td> </tr> <tr> <td><span name=txtLang id="Span4">Delete Row</span>:</td> <td></td> <td><span name=txtLang id="Span5">Delete Column</span>:</td> </tr> <tr> <td> <input type="button" id=btnDelRow value="" onclick="window.opener.oUtil.obj.saveForUndo();doDelRow();//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/del_row.gif')" class="inpBtn"> </td> <td></td> <td> <input type="button" id=btnDelCol value="" onclick="window.opener.oUtil.obj.saveForUndo();doDelCol();//window.opener.oUtil.obj.runtimeBorder(false);" unselectable=on style="width:35px;height:30;background:url('../table/del_column.gif')" class="inpBtn"> </td> </tr> </table> </td> <tr> <td class="dialogFooter" colspan=2 style="padding:6px;" align="right"> <input type=button name=btnClose id=btnClose value=" close " onclick="self.close()" class="inpBtn" onmouseover="this.className='inpBtnOver';" onmouseout="this.className='inpBtnOut'"> </td> </tr> </table> </body> </html>