cellpadding 补白,是指单元格内文字与边框的距离
cellspacint 两个单元格之间的距离
<form>
<input type="checkbox" value="1" name="agree">
<input οnclick=abc(this.form)>
</form>
<script language="javascript">
function abc(form){
if (!form.agree.checked){
alert("您还没阅读!");
form.agree.focus();
}else{
form.action="index.asp"
form.submit();
}
}
</script>
在线编辑器ewebeditor
调用时:
<textarea name="content" style="display:none"></textarea>
<iframe id="ewebeditor" src="ewebeditor.asp?id=content&style=s_coolblue" frameborder="0" scrolling="no" width="100%" height=""></iframe>
提取数据时:
<textarea name="content" style="display:none">
<%%=server.htmlEncode(rs("content"))%>
</textarea>
MD5:
<!--#include file="md5.asp"-->
<%response.write "54968771的加密结果为["&md5("54968771")&"]"%>
rs("pwd")=md5(replace(trim(request.form("pwd")),"'",""))
随放音乐
<embed src="play.m3u" width="260" height="40" loop=true align="absmiddle" autostart=true></embed>
点击单选按钮后有无:
<input tpye="radio" οnclick="aaa.style.display='none'">无
<input type="radio οnclick="aaa.style.display='';aaa1.focus()"">有
<span id="aaa" style="display:none">
<input maxlength=30 sizq=16 name="aaa1">
</span>