Hacked By AnonymousFox
<html>
<head>
<title>ThaiCreate.Com</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<script language="javascript">
function selValue()
{
var val = '';
for(i=1;i<=myReturnForm.hdnLine.value;i++)
{
if(eval("myReturnForm.Chk"+i+".checked")==true)
{
val = val + eval("myReturnForm.Chk"+i+".value");
}
}
window.opener.document.getElementById("inputMod_Calendar_Name").value = val;
window.close();
}
</script>
<form action="" method="post" name="myReturnForm" id="myReturnForm">
<table width="185" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="64"><input name="Chk1" type="radio" value="A"></td>
<td width="115">A</td>
</tr>
<tr>
<td><input name="Chk2" type="radio" value="B"></td>
<td>B</td>
</tr>
<tr>
<td><input name="Chk3" type="radio" value="C"></td>
<td>C</td>
</tr>
<tr>
<td><input name="Chk4" type="radio" id="Chk4" value="D"></td>
<td>E</td>
</tr>
<tr>
<td><input name="Chk5" type="radio" value="E"></td>
<td>D</td>
</tr>
</table>
<input name="hdnLine" type="hidden" value="5">
<br>
<input name="btnSelect" type="button" value="Select" onClick="JavaScript:selValue();">
</form>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox