Hi !
I am trying to find the window.location inside iframe which is using remote page.
I tried : $('#iframe_id').bind('load', function(event) {alert(window.frames["frame"].location);});

but this is for local page.

Any help ?
Porsche_maniak Reviewed by Porsche_maniak on . [JQ]How to detect location inside iframe (remote page) Hi ! I am trying to find the window.location inside iframe which is using remote page. I tried : $('#iframe_id').bind('load', function(event) {alert(window.frames.location);}); but this is for local page. Any help ? Rating: 5