cancel
Showing results for 
Search instead for 
Did you mean: 

How to create mouseover event for one image ?

Former Member
0 Kudos

Hello, i want create on welcome page via some picture buttons, when mouse over one picture, it should be replace another picture, when mouse out the picture, restore the original picture again.

Everyone can give some advinces ? Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

use javascript functions , it is something like ... onmouseover() which you have to call in the property of image(event)... you can find it easily in search engine....

Former Member
0 Kudos

Thank you NetWeaver Expert!

yes, you are right, i think it need use javascript, but i don't know how to use javascript in Web Dynpro ( SAP NetWeaver Developer Studio ), can you help me, or can you give some example for it, or some useful link?

Thanks very much again.

Former Member
0 Kudos

If you need Javascript in Web Dynpro, you can put it in an iframe element. Here is some documentation about iframe: [IFrame|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/15/c07941601b1d09e10000000a155106/frameset.htm]

You might consider that in general, it is recommended to use BSP instead of Web Dynpro when you need extended functionality. Of course, if you need to do your job in Web Dynpro, this is not a solution. For more information, see [Business Server Pages|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/e9/bb153aab4a0c0ee10000000a114084/frameset.htm]

Hope this helps,

Rossen

Answers (2)

Answers (2)

Former Member
0 Kudos

mouseover event

Former Member
0 Kudos

Maybe i need study more informations, thanks.