Hi,
I have two frames. Lets call them FrameA and FrameB. FrameB contains some javascript continously checks if FrameA has loaded and contains a specific text field. When the field is found it gets the value of the field and shows it in a message box. If the field is not found it continues checking.
This configuration works fine most of the time. The problem arises when the FrameA contains a page that redirects to another page. As soon as the redirection happens the javascript starts giving "Permission Denied" error. (Please note that all pages in this case are in the same domain).
You can check the script at
http://hamidmq.monoforge.com/frameset.html
Thanks,
Hamid