Javascript for Custom web control

  • Thread starter Thread starter No One
  • Start date Start date
N

No One

I have a custom webcontrol that displays a menu bar consisting of a
table with images. Each image as a link. The parts are made of Web
controls, not straight html. I need to write a Javascript that will do
an image swap on the mouse over event, but I cannot figure out how to
get to the parts. I've named them with an Id, but they don't seem
reachable by that.
 
I am not asking for a swap image script. I am having trouble accessing the
WebForm Controls that ASP.Net is rendering.
 
Back
Top