📄 accountmodify.jsp
字号:
<%@ page language="java" %>
<html>
<body bgcolor="pink">
<form name="form1" action="./AccountDetails.jsp " method="post">
<center><font color="blue"><h1>Banking Information System</h1></font color></center>
<center><font color="green"><h2>Account Modify</h2></font color>
Enter A/C No :<input type="text" name="text1" id="text1" > <br>
Account Type :<select name ="name" ><option selected>Savings</option><option >CurrentAccount</option><option >RecurringDeposit</option></select> <br><br>
<input type="submit" name="submit" value="submit" > <input type="reset" name="reset" value="reset" > <br></center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -