您当前(qian)的(de)位置:微笑人生上海娱乐网 微笑人生 正文
js获取当前页面链接并传值给表单文本
发布(bu)时间:2016-02-19 16:56:35点(dian)击:4071字号:T|T
不说闲话,直接上代码
<script> thisURL = document.URL; thisHREF = document.location.href; thisSLoc = self.location.href; thisDLoc = document.location; document.getElementById("biao_tjdz").value = "" + thisURL + "" ; //获取当前地址并传值id数值biao_tjdz </script>
文本表单代码
<input type='text' name='biao_tjdz' id='biao_tjdz' />//获取到js传过来的当前页面链接OK完成
关键(jian)字(zi)词(ci): (编辑:微心情)
下一篇:wdcp安装使用说明