MINI MINI MANI MO

Path : /home/lhcar/www/mobile/board/webeditor/editor_image/PopupWin/
File Upload :
Current File : /home/lhcar/www/mobile/board/webeditor/editor_image/PopupWin/Editor_InsertTable.htm

<html style="width:410; height:460;">

<head>
<meta http-equiv="Content-Language" content="ko">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<title>Ç¥ »ðÀÔ¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡.</title>
</head>

<style type="text/css">
	body	{font-size: 9pt; font-family: ±¼¸², µ¸À½; font-style:  normal; font-weight: normal;}
	td		{font-size: 9pt; font-family: ±¼¸², µ¸À½; font-style:  normal; font-weight: normal;}
	pre		{font-size: 9pt; font-family: ±¼¸², µ¸À½; font-style:  normal; font-weight: normal;}
	input, select, textarea, button	{font-size: 9pt; font-family: ±¼¸², µ¸À½; font-style:  normal; font-weight: normal;}
	
	input, select	{width:90%;}
	textarea		{width:100%; height:50;}
	button			{width:75; cursor:hand;}
	
	.threedface	{background-color: threedface;}
</style>

<script language="JScript">
	//**	±âº» ȯ°æ ºÒ·¯ ¿À±â
		var opener = window.dialogArguments;
		var Editor_Root_Dir	= opener.Editor_Root_Dir;
		var ObjName			= location.search.substring(1,location.search.length);
		
		var Config			= opener.document.all[ObjName].Config;						//**	¼³Á¤ Á¤º¸
		var EditorObj		= opener.document.all['Editor__'+ ObjName +'__EditorPad'];	//**	¿¡µðÅÍ °´Ã¼
		var EditorDoc		= EditorObj.contentWindow.document;
		
	//**	Ãë¼Ò
		function FUN_Cancle(){
			window.close();
			return;
		}
		
	//**	È®ÀÎ
		function FUN_Ok(){
			var FormObj	=	document.forms[0];
			
			var Rows		=	FormObj.Rows.value;			//**	Çà
			var	Cols		=	FormObj.Cols.value;			//**	¿­
			var	Align		=	FormObj.Align.value;		//**	¸ÂÃã - 0:±âº»°ª, left:¿ÞÂÊ, right:¿À¸¥ÂÊ, center:°¡¿îµ¥
			var	Border		=	FormObj.Border.value;		//**	Å׵θ®Å©±â
			var Bordercolor	=	FormObj.Bordercolor.value;		//**	º¸´õ Ä÷¯
			var Bordercolorlight	=	FormObj.Bordercolorlight.value;		//**	¹àÀº º¸´õ Ä÷¯
			var Bordercolordark		=	FormObj.Bordercolordark.value;		//**	¾îµÎ¿î º¸´õ Ä÷¯
			var	Cellpadding	=	FormObj.Cellpadding.value;	//**	¼¿¾ÈÂÊ ¿©¹é
			var	Cellspacing	=	FormObj.Cellspacing.value;	//**	¼¿°£°Ý
			var	WidthUse	=	FormObj.WidthUse.checked;	//**	³ÊºñÁöÁ¤ À¯¹«
			var	Width		=	FormObj.Width.value;		//**	³Êºñ°ª
			var	WidthType	=	(FormObj.WidthType[0].checked ? FormObj.WidthType[0].value : FormObj.WidthType[1].value);	//**	³Êºñ´ÜÀ§ - '':Çȼ¿, %:¹éºÐ·ü
			var	HeightUse	=	FormObj.HeightUse.checked;	//**	³ôÀÌÁöÁ¤ À¯¹«
			var	Height		=	FormObj.Height.value;		//**	³ôÀ̰ª
			var	HeightType	=	(FormObj.HeightType[0].checked ? FormObj.HeightType[0].value : FormObj.HeightType[1].value);	//**	³ôÀÌ´ÜÀ§ - '':Çȼ¿, %:¹éºÐ·ü
			var	StyleUse	=	FormObj.StyleUse.checked;	//**	½ºÅ¸ÀÏ »ðÀÔ À¯¹«
			var	Style		=	FormObj.Style.value;		//**	½ºÅ¸ÀÏ
			
			var TableHtml, TableHtmlStart, TableHtmlEnd;
			
			//**	Å×À̺í Å×±× ÀÛ¼º
				TableHtml		=	'<table ';
				TableHtmlStart	=	'';
				TableHtmlEnd	=	'</table>\n';
				
				
				//**	¸ÂÃã ÀÛ¼º
					if(Align != 0){
						TableHtmlStart	+=	'<div align="'+ Align +'">\n';
						TableHtmlEnd	+=	'</div>\n';
					}
				//**	Å׵θ® Å©±â ÀÛ¼º
					if(!isNaN(Border) && Border>=0){
						TableHtml	+=	'border="'+ Border +'" ';
					}
				//**	Å׵θ® Ä÷¯ ÀÛ¼º
					if(Bordercolor.substring(0,1) == '#' && Bordercolor.length == 7){
						TableHtml	+=	'bordercolor="'+ Bordercolor +'" ';
					}
				//**	¿¶Àº Å׵θ® Ä÷¯ ÀÛ¼º
					if(Bordercolorlight.substring(0,1) == '#' && Bordercolorlight.length == 7){
						TableHtml	+=	'bordercolorlight="'+ Bordercolorlight +'" ';
					}
				//**	£Àº Å׵θ® Ä÷¯ ÀÛ¼º
					if(Bordercolordark.substring(0,1) == '#' && Bordercolordark.length == 7){
						TableHtml	+=	'bordercolordark="'+ Bordercolordark +'" ';
					}
				//**	¼¿¾ÈÂÊ¿©¹é ÀÛ¼º
					if(!isNaN(Cellpadding) && Cellpadding>=0){
						TableHtml	+=	'cellpadding="'+ Cellpadding+'" ';
					}
				//**	¼¿°£°Ý ÀÛ¼º
					if(!isNaN(Cellspacing) && Cellspacing>=0){
						TableHtml	+=	'cellspacing="'+ Cellspacing +'" ';
					}
				//**	³Êºñ ÁöÁ¤
					if(WidthUse && !isNaN(Width) && Width>=0){
						TableHtml	+=	'width="'+ Width + WidthType +'" ';
					}
				//**	³ôÀÌ ÁöÁ¤
					if(HeightUse && !isNaN(Height) && Height>=0){
						TableHtml	+=	'height="'+ Height+ HeightType +'" ';
					}
				//**	½ºÅ¸ÀÏ ÁöÁ¤
					if(StyleUse && Style!=''){
						TableHtml	+=	'style="'+ Style +'" ';
					}
				TableHtml	+=	'>\n';
				
				//**	tr, td ÀÛ¼º
					if(!isNaN(Rows) && Rows>0 && !isNaN(Cols) && Cols>0){
						for(i=1; i<=Rows; i++){
							TableHtml	+=	'	<tr>\n';
							
							for(j=1; j<=Cols; j++){
								TableHtml	+=	'		<td width=100> </td>\n';
							}
							
							TableHtml	+=	'	</tr>\n';
						}
					}else{
						alert('Å×À̺íÀÇ Çà, ¿­ÀÇ °ªÀÌ À߸øµÇ¾î ÀÖ½À´Ï´Ù.\n0º¸´Ù Å« ¼ýÀÚ¸¦ ÀÔ·Â ÇϽñ⠹ٶø´Ï´Ù.');
						return;
					}
				
				//**	Å×À̺í Å×±× Á¶ÇÕ
					TableHtml	=	TableHtmlStart + TableHtml + TableHtmlEnd;
				
			//**	¿¡µðÅÍ Ã¢¿¡ HTML ¼Ò½º »ðÀÔ
				opener.Editor_InsertHTML(ObjName, TableHtml);
			
			//**	â´Ý±â
				window.close();
		}
	
	//**	³Êºñ ÁöÁ¤ À¯¹«
		function FUN_WidthUse(This){
				
			var FormObj	= This.form;
			//**	üũ°¡ µÇ¾î ÀÖÀ»¶§
				if(This.checked){
					FormObj.Width.disabled			= false;
					FormObj.Width.className			= '';
					FormObj.WidthType[0].disabled	= false;
					FormObj.WidthType[1].disabled	= false;
			
			//**	üũ°¡ µÇ¾î ÀÖÁö ¾ÊÀ»¶§
				}else{
					FormObj.Width.disabled			= true;
					FormObj.Width.className			= 'threedface';
					FormObj.WidthType[0].disabled	= true;
					FormObj.WidthType[1].disabled	= true;
				}
		}

	//**	³ôÀÌ ÁöÁ¤ À¯¹«
		function FUN_HeightUse(This){
				
			var FormObj	= This.form;
			//**	üũ°¡ µÇ¾î ÀÖÀ»¶§
				if(This.checked){
					FormObj.Height.disabled				= false;
					FormObj.Height.className			= '';
					FormObj.HeightType[0].disabled		= false;
					FormObj.HeightType[1].disabled		= false;
			
			//**	üũ°¡ µÇ¾î ÀÖÁö ¾ÊÀ»¶§
				}else{
					FormObj.Height.disabled				= true;
					FormObj.Height.className			= 'threedface';
					FormObj.HeightType[0].disabled		= true;
					FormObj.HeightType[1].disabled		= true;
				}
		}
	
	//**	½ºÅ¸ÀÏ »ðÀÔ À¯¹«
		function FUN_StyleUse(This){
			var FormObj	= This.form;
			
			//**	üũ°¡ µÇ¾î ÀÖÀ»¶§
				if(This.checked){
					FormObj.Style.disabled	= false;
					FormObj.Style.className	= '';
					FormObj.Style.value		= '';
			
			//**	üũ°¡ ¾ÈµÇ¾î ÀÖÀ»¶§
				}else{
					FormObj.Style.disabled	= true;
					FormObj.Style.className	= 'threedface';
					FormObj.Style.value		= '½ºÅ¸ÀÏÀ» Àû¾îÁÖ¼¼¿ä.';
				}
		}
	
	
	//**	º¸´õ Ä÷¯ ÁöÁ¤
		function FUN_Bordercolor(){
		
			var OldColor	=	document.all['Bordercolor'].value;
			var NewColor	=	showModalDialog('./Editor_SelectColor.htm', OldColor, 'resizable: no; help: no; status: no; scroll: no;');
			
			NewColor	=	'#' + NewColor;
			
			document.all['Bordercolor'].value	=	NewColor;
			
			if(NewColor.substring(0,1) != '#' || NewColor.length != 7){
				document.all['Bordercolor'].value	=	'ÀÚµ¿';
				document.all['Bordercolor'].style.backgroundColor	=	'#FFFFFF';
				document.all['Bordercolor'].style.color	=	'#000000';
				
				return;
			}
			
			document.all['Bordercolor'].style.backgroundColor	=	NewColor;
			document.all['Bordercolor'].style.color	=	FUN_Complementary(NewColor);
		
		}
	
	
	//**	¿¶Àº Å׵θ® Ä÷¯ ÁöÁ¤
		function FUN_Bordercolorlight(){
		
			var OldColor	=	document.all['Bordercolorlight'].value;
			var NewColor	=	showModalDialog('./Editor_SelectColor.htm', OldColor, 'resizable: no; help: no; status: no; scroll: no;');
			
			NewColor	=	'#' + NewColor;
			
			document.all['Bordercolorlight'].value	=	NewColor;
			
			if(NewColor.substring(0,1) != '#' || NewColor.length != 7){
				document.all['Bordercolorlight'].value	=	'ÀÚµ¿';
				document.all['Bordercolorlight'].style.backgroundColor	=	'#FFFFFF';
				document.all['Bordercolorlight'].style.color	=	'#000000';
				
				return;
			}
			
			document.all['Bordercolorlight'].style.backgroundColor	=	NewColor;
			document.all['Bordercolorlight'].style.color	=	FUN_Complementary(NewColor);
		
		}
	
	
	//**	£Àº Å׵θ® Ä÷¯ ÁöÁ¤
		function FUN_Bordercolordark(){
		
			var OldColor	=	document.all['Bordercolordark'].value;
			var NewColor	=	showModalDialog('./Editor_SelectColor.htm', OldColor, 'resizable: no; help: no; status: no; scroll: no;');
			
			NewColor	=	'#' + NewColor;
			
			document.all['Bordercolordark'].value	=	NewColor;
			
			if(NewColor.substring(0,1) != '#' || NewColor.length != 7){
				document.all['Bordercolordark'].value	=	'ÀÚµ¿';
				document.all['Bordercolordark'].style.backgroundColor	=	'#FFFFFF';
				document.all['Bordercolordark'].style.color	=	'#000000';
				
				return;
			}
			
			document.all['Bordercolordark'].style.backgroundColor	=	NewColor;
			document.all['Bordercolordark'].style.color	=	FUN_Complementary(NewColor);
		
		}
	
	//**	º¸»ö ±¸Çϱâ
		function FUN_Complementary(HexRGB){
			
			if(HexRGB.substring(0,1) == '#'){
				HexRGB	=	HexRGB.substring(1);
			}
			
			//**	´ë¹®ÀÚ·Î º¯È¯
				HexRGB	=	HexRGB.toUpperCase();
			
			//**	RGB ºÐ¸®
				var Red		=	HexRGB.substring(0, 2);
				var Green	=	HexRGB.substring(2, 4);
				var Blue	=	HexRGB.substring(4, 6);
			
			//**	Hex -> Dec º¯È¯
				Red		=	parseInt(Red, 16);
				Green	=	parseInt(Green, 16);
				Blue	=	parseInt(Blue, 16);
			
			//**	º¸»ö ÃßÃâ
				Red		=	255 - Red;
				Green	=	255 - Green;
				Blue	=	255 - Blue;
			
			
			
			//**	º¸»öÀ» Dec -> Hex ·Î º¯È¯
				if(Red < 16){
					Red		= '0' + Red.toString(16);
				}else{
					Red		= Red.toString(16);
				}
			
				if(Green < 16){
					Green	= '0' + Green.toString(16);
				}else{
					Green	= Green.toString(16);
				}
			
				if(Blue < 16){
					Blue	= '0' + Blue.toString(16);
				}else{
					Blue	= Blue.toString(16);
				}
			
			//**	º¸»ö ´ë¹®ÀÚ·Î º¯È¯
				HexRGB	=	'#' + Red + Green + Blue;
				HexRGB	=	HexRGB.toUpperCase();
				
			//**	º¸»ö ¹Ýȯ
				return HexRGB;
		}
	
	//**	ÀÔ·Ââ¿¡ HexRGB ÀԷ½à ó¸®
		function FUN_InputHexRGB(This){
			
			var HexRGB	=	This.value;
			
			if(HexRGB.substring(0,1) != '#' || HexRGB.length != 7){
				return;
			}
			
			//**	ÀÔ·Ââ¿¡¼­ esc´©·ê¶§ ÀÚµ¿À¸·Î º¯°æ
				if(event.keyCode == 27){
					This.value	=	'ÀÚµ¿';
					This.style.backgroundColor	=	'#FFFFFF';
					This.style.color	=	'#000000';
				}
			
			HexRGB		=	HexRGB.toUpperCase();
			
			This.value	=	HexRGB;
			
			This.style.backgroundColor	=	HexRGB;
			This.style.color	=	FUN_Complementary(HexRGB);
		
		}
</script>

<body style="background: threedface; color: windowtext; margin: 0px; border-style: none;">

<form name="InsertTable">

<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" width="400" height="300">
	<tr>
		<td valign="top">
		<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="390">
			<tr>
				<td width="100%" height="20">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="390">
					<tr>
						<td width="30">Å©±â</td>
						<td width="360"><hr></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" align="center">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="90%">
					<tr>
						<td width="25%">Çà:</td>
						<td width="25%">
						<input type="text" name="Rows" size="20" value="2"></td>
						<td width="25%">¿­</td>
						<td width="25%">
						<input type="text" name="Cols" size="20" value="2"></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" height="20">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="390">
					<tr>
						<td width="52">·¹À̾ƿô</td>
						<td width="338"><hr></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" align="center">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="90%">
					<tr>
						<td width="25%">¸ÂÃã:</td>
						<td width="25%"><select size="1" name="DivAlign">
						<option value="0">±âº»°ª</option>
						<option value="left">¿ÞÂÊ</option>
						<option value="right">¿À¸¥ÂÊ</option>
						<option value="center">°¡·Î °¡¿îµ¥</option>
						</select></td>
						<td width="25%">
						<input type="checkbox" name="WidthUse" value="1" style="width:20; cursor:hand;" OnClick="javascript:FUN_WidthUse(this);" unselectable="on">³ÊºñÁöÁ¤:</td>
						<td width="25%" valign="bottom">
						<input type="radio" value="" name="WidthType" style="width:20; cursor:hand;" unselectable="on" disabled>Çȼ¿ 
						´ÜÀ§</td>
					</tr>
					<tr>
						<td width="25%">¹èÄ¡:</td>
						<td width="25%">
						<select size="1" name="Align">
						<option value="0">±âº»°ª</option>
						<option value="left">¿ÞÂÊ</option>
						<option value="right">¿À¸¥ÂÊ</option>
						<option value="center">°¡·Î °¡¿îµ¥</option>
						</select></td>
						<td width="25%">
						<input type="text" name="Width" size="20" value="100" style="width: 90%; font-size: 9pt; font-family: ±¼¸², µ¸À½; font-style: normal; font-weight: normal" disabled></td>
						<td width="25%" valign="bottom">
						<input type="radio" value="%" checked name="WidthType" style="width:20; cursor:hand;" unselectable="on" disabled>¹éºÐÀ²</td>
					</tr>
					<tr>
						<td width="25%">¼¿ ¾ÈÂÊ ¿©¹é:</td>
						<td width="25%">
						<input type="text" name="Cellpadding" size="20" value="0"></td>
						<td width="25%">
						<input type="checkbox" name="HeightUse" value="1" style="width:20; cursor:hand;" OnClick="javascript:FUN_HeightUse(this);" unselectable="on">³ôÀÌÁöÁ¤:</td>
						<td width="25%" valign="bottom">
						<input type="radio" value="" name="HeightType" style="width:20; cursor:hand;" unselectable="on" disabled>Çȼ¿ 
						´ÜÀ§</td>
					</tr>
					<tr>
						<td width="25%">¼¿ °£°Ý:</td>
						<td width="25%">
						<input type="text" name="Cellspacing" size="20" value="0"></td>
						<td width="25%">
						<input type="text" name="Height" size="20" value="100" class="threedface" disabled></td>
						<td width="25%" valign="bottom">
						<input type="radio" value="%" checked name="HeightType" style="width:20; cursor:hand;" unselectable="on" disabled>¹éºÐÀ²</td>
					</tr>
					<tr>
						<td width="25%">¡¡</td>
						<td width="25%">¡¡</td>
						<td width="25%">¡¡</td>
						<td width="25%">
						¡¡</td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" height="20">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="390">
					<tr>
						<td width="44">Å׵θ®</td>
						<td width="346"><hr></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" height="20" align="center">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="90%">
					<tr>
						<td width="25%">Å©±â:</td>
						<td width="25%">
						<input type="text" name="Border" size="20" value="1"></td>
						<td width="25%">¿¶Àº Å׵θ®:</td>
						<td width="25%">
						<table border="1" width="90%" style="border-style: inset; border-width: 0;" bgcolor="threedface">
							<tr>
								<td>
								<input type="text" name="Bordercolorlight" size="20" value="ÀÚµ¿" style="border-style:solid; border-width:0; width:70%" OnKeyUp="javascript:FUN_InputHexRGB(this);" maxlength="7">
								<button name="BordercolorlightSelect" style="width:30%; height:17; paddimg:0 0 0 0;" unselectable="on" OnCliCk="javascript:FUN_Bordercolorlight();">¡å</button></td>
							</tr>
						</table>
						</td>
					</tr>
					<tr>
						<td width="25%">»ö:</td>
						<td width="25%">
						<table border="1" width="90%" style="border-style: inset; border-width: 0;" bgcolor="threedface">
							<tr>
								<td>
								<input type="text" name="Bordercolor" size="20" value="ÀÚµ¿" style="border-style:solid; border-width:0; width:70%" OnKeyUp="javascript:FUN_InputHexRGB(this);" maxlength="7"><button name="BordercolorSelect" style="width:30%; height:17; paddimg:0 0 0 0;" unselectable="on" OnCliCk="javascript:FUN_Bordercolor();">¡å</button></td>
							</tr>
						</table>
						</td>
						<td width="25%">£Àº Å׵θ®:</td>
						<td width="25%">
						<table border="1" width="90%" style="border-style: inset; border-width: 0;" bgcolor="threedface">
							<tr>
								<td>
								<input type="text" name="Bordercolordark" size="20" value="ÀÚµ¿" style="border-style:solid; border-width:0; width:70%" OnKeyUp="javascript:FUN_InputHexRGB(this);" maxlength="7">
								<button name="BordercolordarkSelect" style="width:30%; height:17; paddimg:0 0 0 0;" unselectable="on" OnCliCk="javascript:FUN_Bordercolordark();">¡å</button></td>
							</tr>
						</table>
						</td>
					</tr>
					<tr>
						<td width="100%" colspan="4">
						<input type="checkbox" name="StyleUse1" value="border-collapse: collapse;" style="width:20; cursor:hand;" unselectable="on"> 
						¼¿°ú Å׵θ® ¸ðµÎ Ç¥½Ã</td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" height="20">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="390">
					<tr>
						<td width="30">¼³Á¤</td>
						<td width="360"><hr></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%" align="center">
				<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="90%">
					<tr>
						<td width="100%">
						<input type="checkbox" name="StyleUse" value="1" style="width:20; cursor:hand;" OnClick="javascript:FUN_StyleUse(this);" unselectable="on">»õÇ¥¿¡ 
						½ºÅ¸ÀÏ »ðÀÔ</td>
					</tr>
					<tr>
						<td width="100%">
						<textarea rows="2" name="Style" cols="20" class="threedface" disabled>½ºÅ¸ÀÏÀ» Àû¾îÁÖ¼¼¿ä.</textarea></td>
					</tr>
					<tr>
						<td width="100%">¡¡</td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td width="100%"><hr></td>
			</tr>
			<tr>
				<td width="100%" align="right">
				<button name="InsertTable_Ok" OnCLick="javascript:FUN_Ok();" unselectable="on">È®ÀÎ</button>
				&nbsp;
				<button name="InsertTable_Calcle" OnClick="javascript:FUN_Cancle();" unselectable="on">Ãë¼Ò</button>
				</td>
			</tr>
		</table>
		</td>
	</tr>
</table>

</form>

</body>

</html>

OHA YOOOO