order.jsp
上传用户:dinglihq
上传日期:2013-02-04
资源大小:99958k
文件大小:0k
源码类别:

Java编程

开发平台:

Java

  1. <html>
  2. <head>
  3.   <title>URS Order Page</title>
  4. </head>
  5. <%@ page errorPage="error.jsp" %>
  6. <h2>Thank you for placing the order. <p>
  7. We will email enrollment confirmation shortly.</h2>
  8. Pls click here to browse the <a href="/ursday21ex/URSControllerServlet?pageName=catalogPage">catalog page</a>
  9. </body>
  10. </html>