在文章评论页面,用户点击链接后弹出留言图层才可以在里面输入评论内容,还能限制留言文字数量。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html;charset=gb2312"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>文章评论页点击链接弹出层效果_武鸣人</title> <style type="text/css"> body{font-size:14px;} p{margin:0px;padding:10px;} #w{width:400px;} .p{border:1px solid #999999;} #p{width:380px;border:1px solid #999999;background-color:#FFFFFF;overflow:hidden;display:none;padding:10px;} .c{cursor:pointer;font-size:12px;} </style> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <div id="w"> <p class="p">这里是文章正文部分:<br>减肥健身日常生活记录,励志语录、js特效代码分享</p> <p align="right"><span id="c" class="c">我要评论</span></p> </div> <div id="p"> <input type="text" id="i" maxlength="10" name="i"><br> <span class="c">还能输入<span id="n"></span>字</span> </div> <script language="javascript"> var _=function(id){return document.getElementById(id);} var i=0,MAX=_("i").maxLength; var s=function(id,h){ if(parseInt(_(id).clientHeight)<h){ _(id).style.height=parseInt(_(id).clientHeight)+i+++"px"; setTimeout("s('"+id+"',"+h+")",10); } }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) _("n").innerHTML=MAX; _("c").onclick=function(){ _("p").style.display="block"; s("p",200); } _("i").onkeyup=function(){ _("n").innerHTML=MAX-this.value.length; }//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀) </script> </body> </html>
本文来自武鸣人网站,转载请注明出处