<html>
<body>
<form name="_ctl0" method="post" action="03-04.aspx" id="_ctl0">
<input type="hidden" name="__EVENTTARGET" value="" />
<input type="hidden" name="__EVENTARGUMENT" value="" />
<input type="hidden" name="__VIEWSTATE" value="dDwyOTEwMjY3MjU7dDw7bDxpPDE+Oz47bDx0PDtsPGk8Mz47PjtsPHQ8cDxwPGw8VGV4dDs+O2w8Q2xpY2tlZCE7Pj47Pjs7Pjs+Pjs+Pjs+QzMEf0Pb/IkH14OEm8D8muX1DqM=" />
<script language="javascript">
<!--
function __doPostBack(eventTarget, eventArgument) {
var theform;
if (window.navigator.appName.toLowerCase().indexOf("netscape") > -1) {
theform = document.forms["_ctl0"];
}
else {
theform = document._ctl0;
}
theform.__EVENTTARGET.value = eventTarget.split("$").join(":");
theform.__EVENTARGUMENT.value = eventArgument;
theform.submit();
}
// -->
</script>
<button language="javascript" onclick="__doPostBack('show','')" id="show">Click Here</button><br>
<span id="labContent1">Clicked!</span><br>
</form>
</body>
</html>