Hi,
I need to access the Parent Domain URL from
my Iframe which is in another domain.
For example:
example.com is my website which is in Iframe
of another parent(google.com) domain. Here i need to
access the parent domain URL in my example.com.
i.e I need to get the URL google.com in my example.com.
Parent domain cannot be hard coded.
I tried with the following code window.parent.location.href()
this results in Access denied error. How to achieve this..?