ASP .net and Image changed event

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm building a web page that should behave in the following way
when i'm mouse over Image1 , Image1 change imageurl property (that's easy), but also Image2 changes Imageurl
How it can be done
Do i need javascript
Thank you
Fabrizi
 
can you post the code what you are actually doing to understand it better.

Av.
 
Hi,

It can be done easily, but you have to do it in javascript

BTW, remember that ImageUrl is a server side property, in the client it's
src

HTH,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

Fabrizio said:
Hi,
I'm building a web page that should behave in the following way :
when i'm mouse over Image1 , Image1 change imageurl property (that's
easy), but also Image2 changes Imageurl.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top