您当前的位置:微笑人生首页 微笑人生 正文
js获取当前页面链接并传值给表单文本
发布时间:2016-02-19 16:56:35点击:4102字号: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完成
关键字词: (编辑:微心情)
下一篇:wdcp安装使用说明