Yes I am aware of this, the problem is Tapestry is generating that
javascript and I'm not sure what to do. The page worked fine in
Tapestry 4.0 (which generated different javascript). I'd like to
upgrade to Tapestry 4.1 but this is holding me back.
Thanks,
Marcus
On 9/18/06, Davor Hrg <[EMAIL PROTECTED]> wrote:
this is not a tapestry issue,
you cann not access via javascript frames that are not from same domain,
try it with a static html page and same error will occur
Davor Hrg
On 9/18/06, Marcus Irven <[EMAIL PROTECTED]> wrote:
>
> I'm trying to update to tapestry 4.1 but am running into a problem
> when trying to include the page as an iframe to another page which is
> from a different domain. Tapestry generates the following at the end
> of the <body>:
>
> <script type="text/javascript"><!--
> dojo.event.connect(window, 'onload', function(e) {
> dojo.require("tapestry.form");tapestry.form.registerForm('Form');
> });
> // --></script>
>
> which gives me an "access is denied" error.
>
> Are there any work arounds?
>
> Thanks,
> Marcus
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]