Advertisement
uopspop

Untitled

Oct 17th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <META http-equiv="Content-Type" content="text/html; charset=BIG5">
  5. <META name="GENERATOR" content="IBM Software Development Platform">
  6. <META http-equiv="Content-Style-Type" content="text/css">
  7. <LINK href="theme/Master.css" rel="stylesheet" type="text/css">
  8. <TITLE>form.html</TITLE>
  9. </HEAD>
  10. <BODY>
  11.  
  12. <FORM METHOD="Post" ACTION="hello1.jsp">
  13.      
  14.     請輸入您的名字!
  15.     <INPUT TYPE="TEXT" NAME="name" VALUE="peter1劉德華"><P>
  16.     <br>
  17.     <INPUT TYPE="TEXT" NAME="name2XX" VALUE="peter1劉德華"><P>
  18.     <INPUT TYPE="SUBMIT">  
  19.  </FORM>
  20.  
  21.  
  22. </BODY>
  23. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement