tags:

views:

35

answers:

1

Hi,

Whilst inside an iframe, can you please let me know how I can obtain main/parent window browser url using javascript?

Thanks.

+4  A: 
window.top.location.href
Gabriel McAdams
Please accept this answer if you found it useful.
Gabriel McAdams