`
菜菜土人
  • 浏览: 12654 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

JS

 
阅读更多

<input typt="text" name="userName" width="20">
<a href="javascript:openUrl()">超连接</a></span></td>

<script>
function openUrl()
{
var temp = document.loginForm.userName.value;
window.location.href="abc.html?name="+temp;
}
</script>

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics