user_com.htm

来自「ca 配置 iis、ssl等都有」· HTM 代码 · 共 31 行

HTM
31
字号
document.write("<input id='commentusername' name=username type=text size='60' value='' style='height:18;padding-left:4px'>");document.write("&nbsp;<a href='http://ucenter.51cto.com/reg_01.php?reback=http://blog.51cto.com' target='_blank' style='text-decoration: underline;'>快速注册</a>");function commentcheck(){	if(document.form1.content.value == "")	{		alert("评论内容为空!");		document.form1.content.focus();		return false;	}}function changename(){var memberid=0;memberid=0;	if(document.form1.niming.checked==true){		document.form1.username.disabled=false;		document.form1.username.value='';		document.getElementById("indexhidden").style.display="none";		document.form1.index.value='';		document.getElementById("commentyanzheng").style.display="";	}else{		document.form1.username.disabled=true;		document.form1.username.value='';		document.getElementById("indexhidden").style.display="";		document.form1.index.value='http://.blog.51cto.com';		if(memberid>8)		{			document.getElementById("commentyanzheng").style.display="none";		}	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?