Hi Matteo,<br><br>It's been a while since I used "frames" in any application i've developed though here's some pointers. If I am correct:<br><br>window.frames <- contains an array of all the frames in the Browser window. <br>
<br>window.frameset1.document <- the document Obj for the "frameset1"<br>window.AlertFrame.document <- the document Obj for the "AlertFrame"<br><br>Inside the AlertFrame frame you can reference the parent obj<br>
<br>parent.window.frameset1.document<br><br>Frames are a little "tricky" because their are a lot of security constraints and cross browser issues. Personally I blessed the day when frames became a thing of the past.<br>
<br>Hope this helps <br><br>Cheers<br><br>Paul..<br><br><br><br><br><div class="gmail_quote">On Mon, Jun 29, 2009 at 6:29 AM, Matteo <span dir="ltr"><<a href="mailto:matteo.conte1979@libero.it">matteo.conte1979@libero.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi all,<br>
I need to access to Fusion object from a page outside fusion interface.<br>
<br>
Example my index.php page contain this code<br>
<frameset name="frameset1" rows="*,200"><br>
<frame src =<br>
"/mapguide2010/fusion/flexviewer.php?TEMPLATE=google_slate&SESSION=<?=<br>
$mgSessionId ?>&APPLICATIONDEFINITION=<?= $weblayout ?>" name="mgFrame"<br>
scrolling="no" frameborder="no" marginheight="0" marginwidth="0"><br>
<frame src = "alert.php" name="AlertFrame" scrolling="no" frameborder="no"<br>
marginheight="0" marginwidth="0"><br>
</frameset><br>
<br>
How I can access to Fusion from AlertFrame? I tried top.mgFrame.Fusion but I<br>
get a error.<br>
<br>
Please help me<br>
Regards,<br>
Matteo<br>
<font color="#888888">--<br>
View this message in context: <a href="http://n2.nabble.com/Get-Fusion-object-from-page-outside-Fusion-interface-tp3173612p3173612.html" target="_blank">http://n2.nabble.com/Get-Fusion-object-from-page-outside-Fusion-interface-tp3173612p3173612.html</a><br>
Sent from the Fusion Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
fusion-users mailing list<br>
<a href="mailto:fusion-users@lists.osgeo.org">fusion-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/fusion-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/fusion-users</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br> Paul Deschamps<br> Applications Specialist<br> DM Solutions Group Inc.<br><br> Office: (613) 565-5056 x28<br> <a href="mailto:pdeschamps@dmsolutions.ca">pdeschamps@dmsolutions.ca</a><br>
<a href="http://www.dmsolutions.ca">http://www.dmsolutions.ca</a><br> <a href="http://research.dmsolutions.ca">http://research.dmsolutions.ca</a><br> <br><br>