hidden.html

来自「j2EE」· HTML 代码 · 共 12 行

HTML
12
字号
<HTML>
<HEAD>
<BODY>
<FORM  Method = Get Action = "/servlet/ServletReNext">
Enter the Employee ID<Input type = "text" name = "eid"><br>
Enter the Employee Designation<Input type = "text" name = "desig"><br>
Enter the Employee Salary<Input type = "text" name = "sal"><br>
<input type = submit value = "Sumit">
</Form>
</Body>
</Head>
</Html>

⌨️ 快捷键说明

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