Skip to content

Instantly share code, notes, and snippets.

@joecannatti
Created July 26, 2013 18:39
Show Gist options
  • Save joecannatti/6091226 to your computer and use it in GitHub Desktop.
Save joecannatti/6091226 to your computer and use it in GitHub Desktop.
<h1>Test1</h1>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<textarea style="width: 500px; height: 500px;">
</textarea>
<a href="#">Test1</a>
<script>
$("a").click(function(e){
var test = "?name=";
for(var i=0; i<8155; i++){
test += "a"
}
window.location.href = "/~joe/test.php" + test;
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment