tags:

views:

9

answers:

0

We have a Javascript that we use to track user behavior from widgets that are placed within a div.

We would like to know the URL on which the widget is placed, but very often - our widgets are placed in an iframe, which makes this hard.

Can we somehow "burst" the iframe to get the URL to the page on which the iframe is placed?

Thanks!