Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <form id="form1" name="form1" method="post">
  2. <p>
  3. <label for="1">First Name:</label>
  4. <input type="text" name="first" id="first" />
  5. <label for="2">Last Name:</label>
  6. <input type="text" name="last" id="last" />
  7. </p>
  8. <p><input type="submit" name="3" id="3" onclick="window.open('http://mywebpage.com/first=val1&.&last=val2')"/>
  9. </p>
  10. </form>
  11.  
  12. <form id="form1" name="form1" method="GET" action="http://mywebpage.com/" >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement