Advertisement
Guest User

Untitled

a guest
Jul 28th, 2013
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. data:text/html,
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7. <title>Submit Form</title>
  8. </head>
  9. <body onload="document.forms['my_form'].submit()">
  10. <form action="http://www.search-engine.com/target-page.php" method="post" id="my_form">
  11. <input name="part_number" type="hidden" value="39845" />
  12. </form>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement