|
<table border=0 width=100% cellspacing=0 cellpadding=0>
<tr>
<td width=100%>
<!-- Compilation Panel -->
<form method=post name=pad align=center>
<textarea rows=11 name=text cols=58 style="background-color:#EBEBEB;width:95%">
</textarea><br>
<input type=button value=加密 name=compileIt onClick=generate()
onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
<input type=button value=选择 name=select onClick=selectCode()
onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
<input type=button value=预览 name=view onClick=preview()
onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
<input type=button value=还原 name=retur onClick=uncompile()
onMouseOver=LightOn(this) onMouseOut=LightOut(this)>
<input type=reset value=清除 name=clear onMouseOver=LightOn(this)
onMouseOut=LightOut(this)>
</form>
</tr>
</table>
</body>
</html>
上一页 [1] [2]
|