Thanks Jack,
- my experience with onBlur is that it doesn't work in Netscape too well, but I'll play around and let you all know what I find.
-- Any other ideas on how to get onFocus to work with the dot Net radio Button would be great greatly appreciated.
I'm also open to any work around...
Thanks for the help paul - but I couldn't get this to work on my system. The syntax you suggest,
RB1.Attributes.Add("onFocus", "alert();")
works fine for onClick, but I get the same 'none result' for onFocus.
Does onFocus work on your system?
colin [roll1]
Anyone worked out how to use the onFocus Attribute on the .Net RadioButton ?
In your code behind, if you do:
RB1.Attributes("onFocus") = "javascript:alert()"
the rendered html is:
<span onFocus="javascript:alert()" style="height:52px;width:132px;Z-INDEX...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.