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

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 16  |  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.  
  2.     <body>
  3.             <form action = 'nextStep.php' class = 'txtweb-form'>
  4.            Var1 <input  name = 'from' type = 'text' size = '50'  />
  5.            Var2 <input  name= 'to' size = '50' type = 'text' />
  6.             <input  name= 'travel_details' size = '50' type = 'hidden' value = '1' />
  7.                  <input type = 'submit'  value = 'submit'/>
  8.            </form>
  9.         </body>