📄 menu.jsp
字号:
<!--
It is calling MainPage.jsp on right side if user click on Menu hyperLink
It calls MainInbox.jsp on right side if user click on ReadMail hyperLink
and ComposerPage.jsp on right side if user click on Write email hyperLink
and LogOut.jsp if user click on LogOut hyperLink
-->
<html>
<body bgcolor="#C0C0C0" text="#800080" link="#0000FF" alink="#C0C0C0" vlink="#800000">
<p>
<BR> <a href ="MainPage.jsp" target="right" > <font color="#0000FF"> Menu</font> </a>
<BR> <a href ="MailInbox.jsp" target="right" > <font color="#0000FF"> Read Mail</font> </a>
<BR> <a href ="ComposerPage.jsp" target="right"> <font color="#0000FF"> Write email</font> </a>
<BR> <a href ="LogOut.jsp" target="right" > <font color="#0000FF">LogOut </font></a>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -