<html> <head> <title>登陆界面</title> </head> <body > <form action="SignIn" method="Get"> 用户:<input type="text" name="username"><br/> 密码:<input type="password" name="password"><br/> <input type="submit" name="sign" value="登陆"> <input type="submit" name="login" value="注册"> </form> </body></html>
<form action="SignIn" method="Get" name="form1"> 用户:<input type="text" name="username"><br/> 密码:<input type="password" name="password"><br/> <input type="submit" name="sign" value="登陆" onclick="javascript:form1.action='login.html';"> <input type="submit" name="login" value="注册" onclick="javascript:form1.action='register.html';"> </form>
HTML怎么学习?HTML怎么入门?HTML在哪学?HTML怎么学才快?不用担心,这里为大家提供了HTML速学教程(入门课程),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号