0
我想用錨代替按鈕如何發佈主播
該按鈕可以作爲按鈕或提交,但錨不會。
<form id="contact" action="includes/login.php" method="post" name="login_form">
<input type="submit" value="Login" onclick="formhash(this.form, this.form.password);"/>
<a href="includes/login.php" onclcik="return formhash(this.form, this.form.password);"><strong>Login</strong></a>
我確定它處理通過/張貼的參數,但不知道如何解決它。
應該發佈,但沒有功能執行。 – Will
你想要執行的功能 –
輸入按鈕有一個需要執行和傳遞的formhash()的onclick。 – Will