Passing data between frames with Javascript
问题 I've setup a simple example at http://ryanmalin.co.uk/frames/ If you press "add" it will paste the form data from the left frame into the right frame. When I change the right frames URL to that of another domain Firebug throws an error and it doesn't work. The error shown is: Error: Permission denied to access property 'document' Is it possible to copy data from one pre-filled form on my domain to a form on another domain using frames/javascript? I believe it is an anti-spam measure built