<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
If you install firebug, you can inspect the code, and examine the
objects you are calling:<br>
<a class="moz-txt-link-freetext" href="http://www.getfirebug.com/">http://www.getfirebug.com/</a><br>
<br>
Next step would be to look at "MapGuide Developers Guide" page 19:<br>
<a class="moz-txt-link-freetext" href="http://mapguide.osgeo.org/2.0/documentation.html">http://mapguide.osgeo.org/2.0/documentation.html</a><br>
<br>
You can see how the viewer frames are laid out, and see what
"parent.parent" points to.<br>
Page 18 describes what the frames are for and page 20-25 describe
concrete cases.<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
<br>
A H skrev:
<blockquote cite="mid:17729737.post@talk.nabble.com" type="cite">
  <pre wrap="">sadly this doesn't work in Firefox. have anyone done this in Firefox?



uXuf wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Okay thanks. parent.viewerFrame.mapFrame works like a charm!

uXuf


Ivan Milicevic-3 wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">try parent.viewerFrame.mapFrame.Refresh(); od
window.frames.mapFrame.Refresh();

________________________________

From: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users-bounces@lists.osgeo.org">mapguide-users-bounces@lists.osgeo.org</a> on behalf of uXuf
Sent: uto 8.1.2008 22:43
To: <a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
Subject: [mapguide-users] Calling viewer api functions from the main page


Hi all, I am trying to access the Viewer API functions from the main page
of my application, i.e. the page that has the WebLayout embedded (or the
iframe). I cannot seem to grab the exact frame from which these functions
would be accessible. I tried using
document.getElementById("viewerFrame").GetMapFrame() (viewerFrame is the
name of the iframe) putting it in the onload function of the iframe but
it returns "Object doesn't support this property or method". Can anyone
help me in this regard? Thanks! uXuf 

________________________________

View this message in context: Calling viewer api functions from the main
page
<a class="moz-txt-link-rfc2396E" href="http://www.nabble.com/Calling-viewer-api-functions-from-the-main-page-tp14699670s16610p14699670.html">&lt;http://www.nabble.com/Calling-viewer-api-functions-from-the-main-page-tp14699670s16610p14699670.html&gt;</a> 
Sent from the MapGuide Users mailing list archive
<a class="moz-txt-link-rfc2396E" href="http://www.nabble.com/MapGuide-Users-f14845.html">&lt;http://www.nabble.com/MapGuide-Users-f14845.html&gt;</a>  at Nabble.com.


 
_______________________________________________
mapguide-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a>


      </pre>
    </blockquote>
    <pre wrap="">
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
</body>
</html>