📄 orderdb.htm
字号:
<html>
<head>
<title>CGI4VB Mailing List Subscription Form</title>
</head>
<body>
<center>
<h1>CGI4VB Mailing List</h1>
</center>
<hr>
Please enter your name and e-mail address
<FORM
ACTION="/cgi-bin/orderDB.exe"
METHOD="post">
Name:
<INPUT name="name" maxlength="20" size="20"><br>
Address:
<INPUT name="address" maxlength="29" size="20"><br>
<br>
<INPUT name="action" type="radio" Value="subscribe" Checked>Subscribe
<INPUT name="action" type="radio" Value="unsubscribe" >Unsubscribe
<INPUT name="action" type="radio" Value="view" >View Mailing List
<br><br>
<INPUT type=submit value="Submit">
<INPUT type=reset value="Reset">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -