Notifications
Clear all

refresh main page when clicking in iframe

2 Posts
2 Users
0 Likes
396 Views
Posts: 1
Topic starter
(@haji15ok)
New Member
Joined: 2 years ago

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 😉 ?

 

 

Topic Tags
1 Reply
TinyWebGallery
Posts: 880
Admin
(@admin)
Prominent Member
Joined: 15 years ago

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

Reply