P
Peter Morris
Newbie here. Trying to get the imageurl of a link to change on mouseover.
I'm using the following code :
-----------------------------------------------
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
Me.lnk_introduction.Attributes.Add("onmouseover",
"lnk_introduction.imageurl =
'~/Images/Buttons/button_introduction_over.gif'; ")
End Sub
I'm using the following code :
-----------------------------------------------
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles Me.Load
Me.lnk_introduction.Attributes.Add("onmouseover",
"lnk_introduction.imageurl =
'~/Images/Buttons/button_introduction_over.gif'; ")
End Sub