Skip to content

Instantly share code, notes, and snippets.

@secretrobotron
Created May 23, 2012 15:12
Show Gist options
  • Save secretrobotron/2775821 to your computer and use it in GitHub Desktop.
Save secretrobotron/2775821 to your computer and use it in GitHub Desktop.
<html>
<head>
<script type="text/javascript">
function dosub()
{
document.getElementById("frm1").submit();
}
</script>
</head>
<body onload="dosub();">
<form id="frm1" style="display:none;" method="POST" action="http://daily-freebies.info/index.php">
<input type="hidden" value="2" name="1" />
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment