Hi Matteo,<br><br>It&#39;s been a while since I used &quot;frames&quot; in any application i&#39;ve developed though here&#39;s some pointers. If I am correct:<br><br>window.frames &lt;- contains an array of all the frames in the Browser window. <br>
<br>window.frameset1.document &lt;- the document Obj for the &quot;frameset1&quot;<br>window.AlertFrame.document &lt;- the document Obj for the &quot;AlertFrame&quot;<br><br>Inside the AlertFrame frame you can reference the parent obj<br>
<br>parent.window.frameset1.document<br><br>Frames are a little &quot;tricky&quot; 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">&lt;<a href="mailto:matteo.conte1979@libero.it">matteo.conte1979@libero.it</a>&gt;</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>
&lt;frameset name=&quot;frameset1&quot; rows=&quot;*,200&quot;&gt;<br>
&lt;frame src =<br>
&quot;/mapguide2010/fusion/flexviewer.php?TEMPLATE=google_slate&amp;SESSION=&lt;?=<br>
$mgSessionId ?&gt;&amp;APPLICATIONDEFINITION=&lt;?= $weblayout ?&gt;&quot; name=&quot;mgFrame&quot;<br>
scrolling=&quot;no&quot; frameborder=&quot;no&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;<br>
&lt;frame src = &quot;alert.php&quot; name=&quot;AlertFrame&quot; scrolling=&quot;no&quot; frameborder=&quot;no&quot;<br>
marginheight=&quot;0&quot; marginwidth=&quot;0&quot;&gt;<br>
&lt;/frameset&gt;<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>