Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 1.74 KB  |  hits: 8  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Untitled Document</title>
  6. <style type="text/css">
  7. <!--
  8. .Smalltext {
  9.         font-size: 14px;
  10. }
  11. .tableproperties {
  12.         line-height: 8px;
  13.         font-size: 12px;
  14.         height: 8px;
  15. }
  16. .Submit {
  17.         font-size: 14px;
  18.         background-color: #c03;
  19. }
  20. -->
  21. </style>
  22. </head>
  23.  
  24. <body><form name="form1" method="post" action="https://www.mcssl.com/app/contactsave.asp">
  25. <input name="merchantid" type="hidden" id="merchantid" value="191797">
  26. <input name="ARThankyouURL" type="hidden" id="ARThankyouURL" value="http://xtremeproductivity.com/thank-you-for-your-confirmation-to-xtreme-productivity/">
  27. <input name="copyarresponse" type="hidden" id="copyarresponse" value="1">
  28. <input name="custom" type="hidden" id="custom" value="0">
  29. <input name="defaultar" type="hidden" id="defaultar" value="609712">
  30. <input name="allowmulti" type="hidden" id="allowmulti" value="0">
  31. <input name="visiblefields" type="hidden" id="visiblefields" value="Name,Email1">
  32. <input name="requiredfields" type="hidden" id="requiredfields" value="Name,Email1">
  33. <table width="60">
  34.       <td height="10" class="tableproperties">Name</td>
  35.       <td height="5" class="Smalltext">
  36.         <input name="Name" type="text" size="20">
  37.       </td>
  38.     </tr>
  39.       <td class="tableproperties">Email</td>
  40.       <td height="5"><input name="Email1" type="text" size="20"></td>
  41.         <tr align="center" class="tableproperties">
  42.                 <td colspan="2">
  43.                         <input name="cmdSubmit" type="Submit" class="Submit" value="Submit">
  44.                 </td>
  45.         </tr>
  46.   </table>
  47. </form>
  48.  
  49. </body>
  50. </html>