views:

21

answers:

1

Dear all,

As the title, is it possible to get the current location (url) of an external page loaded in a jqModal window? And further, in the implementation of the jqModal, in where the external page is located? iFrame or div?

Thanks for your kindly advise.

BRs, William Choi

A: 

If you're trying to access the inner url of an iframe, I think that's blocked for security reasons.

There are probably tricks you can play if the "external" page is under your control (send ajax messages to the parent page)

David