?? newaddress.jsp
字號:
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%><%@taglib prefix="s" uri="/struts-tags"%><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><script language="javascript" src="${pageContext.request.contextPath}/script/scriptfile.js"></script><meta http-equiv="content-type" content="text/html; charset=UTF-8" /><meta name="Author" content="JM (www.iseeyou-designs.com)" /><meta name="Robots" content="index,follow" /><meta name="Description" content="CSS and XHTML Valid Template by I See You -Designs" /><meta name="Keywords" content="internet, online, webdesign, css, xhtml, html, php" /><link rel="stylesheet" href="${pageContext.request.contextPath}/css/stylesheet.css" type="text/css" /><title>Insert title here</title></head><body onload="init();"><div id="border"><div id="container"><div id="content"><div id="header"><h1>Add Address</h1></div><div id="introduction"><p>you can add a new province here if the province which is the city depened on doesn't exist.or select an exist province on the right side</p><p><input type="button" id="sbutton" value="Add an Province" onclick="addProvice();" /></p><p> <s:label name="errorlabel" /></p></div><h2><span>NEW ADDRESS</span></h2><s:form action="addAddress" method="post" name="exampleForm" validate="true"> <s:select id="selectprovince" list="citiesMap.keySet()" name="city.province.id" listKey="id" listValue="name" label="省(直轄市)" /> <s:textfield id="province" name="province.name" tooltip="請輸入省" cssClass="redField" accesskey="P" cssStyle="color: red;" /> <s:textfield label="市(C)" name="city.name" tooltip="請輸入市" cssClass="redField" accesskey="C" cssStyle="color: red;" /> <s:submit value="Submit(S)" accesskey="S" /></s:form></div><div id="footer"><span> </span></div></div></div></body></html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -