HTML登錄按鈕跳轉(zhuǎn)窗口代碼示例
以下是一個(gè)簡(jiǎn)單的HTML登錄按鈕跳轉(zhuǎn)窗口代碼示例:
請(qǐng)先進(jìn)行登錄,然后單擊“登錄”按鈕:
<form action="login.php" method="post">用戶名: <input type="text" name="username" required> <br> 密碼: <input type="password" name="password" required> <br> <input type="submit" value="登錄" onclick="window.open('welcome.html')"> </form>在上面的代碼中,我們首先使用
標(biāo)簽來(lái)創(chuàng)建一個(gè)段落,向用戶顯示登錄提示消息。接下來(lái),我們使用
標(biāo)簽來(lái)顯示HTML代碼,使代碼更易于閱讀和理解。 在