Guest User

Untitled

a guest
Feb 20th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.08 KB | None | 0 0
  1. <HTML>
  2. <HEAD>
  3. <TITLE>Touchstone Booksellers</TITLE>
  4. </HEAD>
  5.  
  6. <BODY BACKGROUND="images/eggshell.jpg">
  7. <FONT FACE="arial, helvetica, sans serif">
  8.  
  9. <IMG SRC="images/tsb.gif" WIDTH="485" HEIGHT="58" ALT="Touchstone Booksellers">
  10. <BR>
  11. <IMG SRC="images/oof.gif" WIDTH="330" HEIGHT="39" ALT="Online Order Form">
  12. <BR>
  13. <BR>
  14. <STRONG>Plox enter teh following infoz to begin teh order process:</STRONG>
  15. <BR>
  16. <BR>
  17. <STRONG>First Name:</STRONG><INPUT TYPE="text" SIZE="25" NAME="fn" MAXLENGTH="25"
  18. <BR>
  19. <BR>
  20. <STRONG>Last Name:</STRONG><INPUT TYPE="text" SIZE="25" NAME="ln" MAXLENGTH="25"
  21. <BR>
  22. <BR>
  23. <STRONG>Address:</STRONG><INPUT TYPE="text" SIZE="25" NAME="address" MAXLENGTH="25"
  24. <BR>
  25. <BR>
  26. <STRONG>Additional Address Info:</STRONG><INPUT TYPE="text" SIZE="25" NAME="add" MAXLENGTH="25"
  27. <BR>
  28. <BR>
  29. <STRONG>City:</STRONG><INPUT TYPE="text" SIZE="20" NAME="city" MAXLENGTH="20"
  30. <BR>
  31. <BR>
  32. <STRONG>State:</STRONG><INPUT TYPE="text" SIZE="6" NAME="state" MAXLENGTH="6"
  33. <BR>
  34. <BR>
  35. <STRONG>Zip Code:</STRONG><INPUT TYPE="text" SIZE="5" NAME="zip" MAXLENGTH="5"
  36.  
  37.  
  38.  
  39. </FONT>
  40. </BODY>
  41. </HTML>
Add Comment
Please, Sign In to add comment