function aa(){
var dd= document.getElementById('dd').value/***获取username的值***/
alert("欢迎您"+dd)
}
</script>
<form id="form1" name="form1" method="post" action="">
<input type="text" name="username" id="dd" value=""/>//id="dd"
<input type="password" name="textfield" />
<input type="submit" name="tj" value="提交" onClick="aa()">//调用function aa()
</form>
//这个是我帮你直接写的,复制粘贴到html文件里就能直接访问了
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)