Notifications
Clear all
Advanced iframe pro
2
Posts
2
Users
0
Reactions
500
Views
Sep 27, 2022 1:56 pm
I run a search application in the iframe on a page on my site. I want to track how many searches they perform with the search app that is living in the iframe
Can I pass a trigger in some way when people press a button in the iframe? In the attached example press the "Analyze URL" button.
My goal is to track the numbers of times they click the analyze URL button.
Or is there another way 😉 ?
1 Reply
Sep 27, 2022 3:27 pm
pointer-events:none; you can add to the css that events on a div are not fired so you can click through it.
Still then you can also not count it somehow.
So right now I do not know a solution for this except adding the counter in the iframe.
Best regards, Michael