hi, so just i ask how i can get the src from an iframe with jquery, well, when i try to get $('#idFrame').attr('src') get me this error: Error: Permission denied to access property 'toString'
thanks
Any reason you can't just insert:
document.getElementByID('idFrame').src
and have done with it?