<script type="text/javascript">
<!--
var theForm = document.forms['form1'];
function __doPostBack(eventTarget, eventArgument) {
   if (theForm.onsubmit == null || theForm.onsubmit()) {
      theForm.__EVENTTARGET.value = eventTarget;
      theForm.__EVENTARGUMENT.value = eventArgument;
      theForm.submit();
   }
}
// --->
</script>

<input type="submit" name="btnLink" value="cze do strony docelowej"
   id="btnLink" title="Kliknij tutaj, aby przej do strony docelowej." />

<input type="image" name="imgLink" id="imgLink"
   title="Kliknij tutaj, aby przej do strony docelowej."
   src="Dan%20at%20Vernal%20Pool.jpg" alt="cze do strony docelowej"
   style="border-width:0px;"/>

<a id="lnkLink" title="Kliknij tutaj, aby przej do strony docelowej."
   href="javascript:__doPostBack('lnkLink','')"
   style="font-family:Comic Sans MS Bold;font-size:16pt;">
   cze do strony docelowej</a>
