Created
November 20, 2009 21:31
-
-
Save brianc/239802 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" /> | |
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTIxMzUwMjYyNjRkGAEFHl9fQ29udHJvbHNSZXF1aXJlUG9zdEJhY2tLZXlfXxYBBRVjdGwwMCRCb2R5JFJlbWVtYmVyTWWyrWW8ZG7N5cuVqJmx5SoQDnCvVg==" /> | |
</div> | |
<script type="text/javascript"> | |
//<![CDATA[ | |
var theForm = document.forms['aspnetForm']; | |
if (!theForm) { | |
theForm = document.aspnetForm; | |
} | |
function __doPostBack(eventTarget, eventArgument) { | |
if (!theForm.onsubmit || (theForm.onsubmit() != false)) { | |
theForm.__EVENTTARGET.value = eventTarget; | |
theForm.__EVENTARGUMENT.value = eventArgument; | |
theForm.submit(); | |
} | |
} | |
//]]> | |
</script> | |
<script src="/WebResource.axd?d=T2KfLDVVXV1rDXuh15aCiQ2&t=633910867973782595" type="text/javascript"></script> | |
<script src="/WebResource.axd?d=WyASZ7RfFy4gFrJxbvo2UA2&t=633910867973782595" type="text/javascript"></script> | |
<div> | |
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> | |
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> | |
<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBgKR7puXAQL+hP2/AQKh49C0AgLjq5vDDQL88tfwDQKSx6quBu1P80qiA3g+jp8IJGR/AM7SQQkz" /> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment