TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lrivka
NA
2
0
DHTML - fire event handler
Feb 14 2004 10:30 PM
I have hosted a web browser and parsed through the DOM for a particular html page using mshtml interfaces to get to the following point: I have a handle to an HTMLInputElement and am trying to manually fire off the event handler tied to its onkeyup event. The HTMLInputElement has a public property 'onkeyup' that is returned as an Object (COM). From all the documentation I have read, it seems as if this object is the actual handler for the event. I do not know how to access it, though, so that I can manually fire off the handler (which is a javascript function returned in the html page). Anyone have any ideas?
Reply
Answers (
0
)
VS Breakpoints
javascript and C# ... Is it possible?