Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help regarding automation of IE by Win32::OLE

Status
Not open for further replies.

medak

Programmer
Jul 5, 2007
2
DE
Hi,
I am trying to automate internet explorer using Active Perl’s Win32::OLE Module

I know that WithEvents(OBJECT[, HANDLER[, INTERFACE]]method enables and disables the firing of events by the specified OBJECT.

And the INTERFACE argument in it tells the Win32::OLE module the name of the event interface that an application must implement to receive event notifications from a WebBrowser control or from the Microsoft Internet Explorer application.

So My question is what interface should I implement in order to capture a button click or a link click on a webpage?

thanks in advance
medak
 
PS to my fellow members.

This guy is a cross-forum poster.

- M
 
hi Miller,
thanx for reply...and i am checking those two modules..

and regarding the cross forum post.....
I am new to using forums....i had no clue about it before...

and trust me..there is no other option left for me, than to wait for a reply
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top