⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ass6.asp

📁 ASP program to add registration details to database
💻 ASP
字号:
Assignment No.: 5
Title: ASP program to insert registration details in Database

<html>
<head>
<title>Assignment No.6</title>
</head>
<body>
<form method=post action=insert.asp name="signup">
Name    : <input type=text name="name"><br>
Address : <input type=text name="add"><br>
Phone No: <input type=text name="ph"><br>
DOB     : <input type=text name="dob"><br>
<input type=submit value="Submit">
</form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -