G
Guest
Hi all,
As I'm recently learned that creating events and handling them in web app.
is not easy as it is in Windows programing,
I want to know how to create an event handler, say for Image1, onmouseover.
In the property page For the Image1 server-object all I can see is limited
numbers of events for Image1 object (such asataBÄ°nding, Init, Load,
PreRender, Unload), all of their purpose are well self-defined, but none of
them are for my use. If I plan to add javascript to the HTML tag of
application, on code editor all I see is basic client objects and events for
them, so it means there is no object -specific event-handler. If I add
"onmouseover" for the "document" object it gets triggered when I move over
any controls not only for Image1.
How am I supposed to create an event-handler(onmouseover) just only for
Image1 object.
Thnx,
Tanju OZGUR
As I'm recently learned that creating events and handling them in web app.
is not easy as it is in Windows programing,
I want to know how to create an event handler, say for Image1, onmouseover.
In the property page For the Image1 server-object all I can see is limited
numbers of events for Image1 object (such asataBÄ°nding, Init, Load,
PreRender, Unload), all of their purpose are well self-defined, but none of
them are for my use. If I plan to add javascript to the HTML tag of
application, on code editor all I see is basic client objects and events for
them, so it means there is no object -specific event-handler. If I add
"onmouseover" for the "document" object it gets triggered when I move over
any controls not only for Image1.
How am I supposed to create an event-handler(onmouseover) just only for
Image1 object.
Thnx,
Tanju OZGUR