wsf.jsp

来自「一本关于EJB的书」· JSP 代码 · 共 15 行

JSP
15
字号
<%-- This JSP page displays Jasmine's main screen.
     Customer can navigate to catalog as well as to the shopping cart page.
--%>
 
<html>
    <head><title> Jasmine's Main page </title></head>
    <body>
        <jsp:include page="title.jsp" />
	<jsp:directive.page errorPage="error.jsp" />
        <h3><A href="/jasmine/catalog"><b>Catalog</b></A><h3>
        <h4><p> Choose from our excellent selection of computer parts.</p><br></h4>
        <h3><A href="/jasmine/showQuote"><b>Shopping Cart</b></A></h3>
        <h4><p> Look at your shopping cart to see the equipment you've chosen.</p><h4>
    </body>
</html>

⌨️ 快捷键说明

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