<form id="form1" name="form1" method="post" action="">

<form id="form1" name="form1" method="post" action="">
<input type="text" name="username" />
<input type="submit" name="Submit" value="登录" />
</form>

能不能改成 输33点登陆就跳转33.asp 输22 就跳转到22.asp

你是初学,慢慢体会吧!

<form id="form1" name="form1" method="post" action="" onSubmit="jump()">
<input type="text" name="username" id="username" />
<input type="submit" name="Submit" value="登录" />
</form>
<script>
function jump()
{
form1.action=document.getElementById("username").value+".asp";
form1.submit();
}
</script>
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答
大家正在搜