looks like a cross site scripting problem.  I believe the browser considers <a href="http://www.myapplication.com" target="_blank">www.myapplication.com</a> and <a href="http://www.myapplication.com:8080" target="_blank">www.myapplication.com:8080</a> to be two different sites, because of the port change and javascript throws the permission error when you try to access script on another site like that.  More details on XSS here <a href="http://en.wikipedia.org/wiki/Cross-site_scripting">http://en.wikipedia.org/wiki/Cross-site_scripting</a>.<div>

<br></div><div>hope that helps.</div><div>darrin<br>
<br><div class="gmail_quote">On Tue, Feb 22, 2011 at 6:56 AM, Trevor Robar <span dir="ltr">&lt;<a href="mailto:trobar@gissolutions.ca" target="_blank">trobar@gissolutions.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




  

    
  
  <div bgcolor="#ffffff" text="#000000">
    We have a website that our client is directed to once they have
    logged into our client portal from our webserver. Within the asp
    page we have an iframe that is calling our MG 2.1 application from
    another server. In Firebug the application loads perfectly, we can
    use our search widget to find a record within a layer but when we
    double click to &quot;zoom to&quot; this is the error we receive from firebug.<br>
    <br>
    <br>
    &quot;Permission denied for <a href="http://www.myapplication.com:8080" target="_blank">&lt;http://www.myapplication.com:8080&gt;</a> to
    get property Window.Fusion from
    <a href="http://www.myapplication.com" target="_blank">&lt;http://www.myapplication.com&gt;</a>.<br>
    <br>
<a href="http://www.myapplication/mapguide/fusion/widgets/GX_Search/Search.php?userinput=320&amp;mapname=SANS4d63b08b93762&amp;session=eddcd14c-20af-102e-8000-005056a33fe7_en_7F0000010AFC0AFB0AFA&amp;target=TaskPane&amp;popup=false&amp;layer=Trails_Indexed&amp;filter=TRAIL_NUM+LIKE+%27%24USER_VARIABLE%27&amp;limit=100&amp;cols=3&amp;CN0=Trail+Number&amp;CP0=TRAIL_NUM&amp;CN1=Club&amp;CP1=CLUB&amp;CN2=Zone&amp;CP2=ZONE" target="_blank">http://www.myapplication/mapguide/fusion/widgets/GX_Search/Search.php?userinput=320&amp;mapname=SANS4d63b08b93762&amp;session=eddcd14c-20af-102e-8000-005056a33fe7_en_7F0000010AFC0AFB0AFA&amp;target=TaskPane&amp;popup=false&amp;layer=Trails_Indexed&amp;filter=TRAIL_NUM+LIKE+%27%24USER_VARIABLE%27&amp;limit=100&amp;cols=3&amp;CN0=Trail+Number&amp;CP0=TRAIL_NUM&amp;CN1=Club&amp;CP1=CLUB&amp;CN2=Zone&amp;CP2=ZONE</a>&quot;<br>



    <br>
    Line 92&quot;<br>
    <br>
    Line 92 is referencing CellCLick Function in my Search.templ<br>
    <br>
    &quot;function CellClicked(sel)<br>
    {<br>
        var map = GetParent().Fusion.getMapByName(mapName);<br>
        map.setSelection(sel, true);&quot;<br>
    <br>
    Any ideas? trying to rule out iframe, cross site server issues<br>
    <br>
    Thanks,<br><font color="#888888">
    <pre cols="72">-- 
Trevor Robar
CEO - Landmark Geographic Solutions Inc
O:902 825 5425
M:902 840 1695
F:902 825 5203
<a href="http://www.gissolutions.ca" target="_blank">www.gissolutions.ca</a>
<a href="http://www.geomapix.com" target="_blank">www.geomapix.com</a></pre>
  </font></div>

<br>_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org" target="_blank">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Darrin Maidlow<br>p (780) 669-9516<br>m (780) 485-7899<br><a href="http://www.landorIS.com" target="_blank">http://www.landorIS.com</a><br><a href="http://www.geospecialling.com" target="_blank">http://www.geospecialling.com</a><br>



</div>