Jump to content

"Catch" click in web page


xtrim
 Share

Recommended Posts

Hi kylomas,

I tried it and all it return is the action you perform, which is a really good progress by itself :)

But I need it to return the actual link that I click on (it is actually an anchor) - and I have several of them on that page...

So,I want to press on a link (or a-look-a-like) on the page,nothing will happen on that page, catch WHAT was pressed and then do something...

is it possible?

thank you for your help :)

Link to comment
Share on other sites

If a user clicks on a link he expects the URL to be opened. Why do you want to intercept and do something else?

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

If a user clicks on a link he expects the URL to be opened. Why do you want to intercept and do something else?

I use it to display some local html that i dynamically create with another program.

I want it to be also dynamic - that means, when i press 'somehing' the original software will know to re-build the html.

The user does not know that this is a web page...it is inside the autoit gui, not on a web browser.

I use _IECreateEmbedded()

Edited by xtrim
Link to comment
Share on other sites

Hi,

I manage to catch it by using the anchors in the HTML and using the function "IEEvent_BeforeNavigate" that was in the example that kylomas suggested.This way the page does not change and I get the anchor name from the url string.

Thank you :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...