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]