Test.htm
1<!--#include file= "Message.inc"-->
234<title> New Document </TITLE>
5 <meta http-equiv= "Content-type" content= "text/html"; Charset=shift_jis "/>
6 <meta http-equiv= "Pragma" content= "No-cache" >
7 <meta http-equiv= "Cache-control" content= "No-cache" >
8 <meta http-equiv= "expires" content= "0" >
9<script src= "Common.js" ></script>
10<script src= "Validate.js" ></script>
11
1213
14<body>
15<form method=post action= "" >
16id<input type= "text" id= "Txtint" name= "Txtint" maxlength= "6" feildtype= "integer" msg= ",<%=imsg0002%>" > <br>
17id<input type= "text" id= "Txtint" name= "Txtint" maxlength= "6" feildtype= "integer" msg= ",<%=imsg0002%>" > <br>
18id<input type= "text" id= "Txtint" name= "Txtint" maxlength= "6" feildtype= "integer" msg= "<% =imsg0002%>" > <br>
19id<input type= "text" id= "Txtint" name= "Txtint" maxlength= "6" feildtype= "integer" msg= ",<%=imsg0002%>" > <br>
20
21 name <input type= "text" id= "txtstring" name= "txtstring" maxlength= "5" feildtype= "string" msg= "<%=IMSG0003%> <%=IMSG0004%> "mustitem=" true ><br>
22 name <input type= "text" id= "txtstring" name= "txtstring" maxlength= "5" feildtype= "string" msg= "<%=IMSG0003%> <%=IMSG0004%> "mustitem=" true ><br>
23 name <input type= "text" id= "txtstring" name= "txtstring" maxlength= "5" feildtype= "string" msg= "<%=IMSG0003%> <%=IMSG0004%> "mustitem=" true ><br>
24
25 name 2<input type= "text" id= "Txtstr" name= "Txtstr" maxlength= "5" feildtype= "string" msg= "<%=imsg0003%>,<% =imsg0004%> "mustitem=" true ><br>
26<input type= "button" value= "Submit" onclick= "Validate (); return false; >
27<script language= "JavaScript" >
28<!--
29//validate ()
30//-->
31</script>
32</form>
33</body>
3435