jsp动态网页设计指导书

时间:2018-05-21 11:21:38
【文件属性】:

文件名称:jsp动态网页设计指导书

文件大小:194KB

文件格式:DOC

更新时间:2018-05-21 11:21:38

JSP

JSP动态网页设计实验指导书index jsp: <%@ page language "java" import "java util " pageEncoding "GBK"%> <% String path request getContextPath ; String basePath request getScheme + ": " + request getServerName + ":" + request getServerPort + path + " "; %> < DOCTYPE HTML PUBLIC " W3C DTD HTML 4 01 Transitional EN"> <html> <head> <base href "<% basePath%>"> <title>My JSP "index jsp" starting page< title> <meta http equiv "pragma" content "no cache"> <meta http equiv "cache control" content "no cache"> <meta http equiv "expires" content "0"> <meta http equiv "keywords" content "keyword1 keyword2 keyword3"> <meta http equiv "description" content "This is my page"> < <link rel "stylesheet" type "text css" href "styles css"> > < head> <body> <form method "post" action "ActionForm jsp" name "form"> <p> &nbsp;半径: <input type "text" value "0" name "Radius"> < p> <p> &nbsp; <input type "submit" value "提交" name "button1"> < p> <p> &nbsp; < p> <p> &nbsp; < p> <p> &nbsp; < p> <p> &nbsp; < p> < form> < body> < html> <%@ page contentType "text html;charset GB2312" %>">JSP动态网页设计实验指导书index jsp: <%@ page language "java" import "java util " pageEncoding "GBK"%> <% String path request getContextPath ; String basePath request getScheme + ": " + request getServerName + ":" + [更多]


网友评论