aaaah - then that would be the reason.
the pages are from within my network - but through another domain [for security reasons]
that makes perfect sense - i've done this before and its always worked, I had no idea why it wouldn't - but now you've hit it on the head...
Cheers BraveBrian !!!
Main Topics
Browse All Topics





by: BraveBrainPosted on 2005-08-18 at 01:08:39ID: 14698628
contentWindow should be contentDocument
s(Event.CL ICK) might also work
ContentEditor.captureEvent
If there are more errors it's hard to say what's wrong unless you paste in more code and/or more about the errors and what you are trying to do.
If the document loaded in the iframe is a page from a different server then the reason for the errors is that JavaScript is not allowed to script other sites' pages. This for security reasons.