In template :
<script type="text/javascript">
function initBox(){
sun.start(document.getElementById("sunnie"));
}
</script>
Onder mijn knop :
Page.ClientScript.RegisterStartupScript(Me.GetType, "sungo", "Event.observe(window, 'load', initBox, false);", True)
In mijn pagina :
<a href="images/sun.jpg" rel="sun" id="sunnie"></a><asp:Button ID="BtnSend" runat="server" CssClass="geel"/>
Bij deze code geeft hij de fout :
sun is niet gedefinieerd.
Code 0
In firefox werkt die wel
<script type="text/javascript">
function initBox(){
sun.start(document.getElementById("sunnie"));
}
</script>
Onder mijn knop :
Page.ClientScript.RegisterStartupScript(Me.GetType, "sungo", "Event.observe(window, 'load', initBox, false);", True)
In mijn pagina :
<a href="images/sun.jpg" rel="sun" id="sunnie"></a><asp:Button ID="BtnSend" runat="server" CssClass="geel"/>
Bij deze code geeft hij de fout :
sun is niet gedefinieerd.
Code 0
In firefox werkt die wel