Hello, I embedd MapGuide in my own application, like this:
<frameset rows="30,*" frameborder="no" framespacing="0"> <frame id="titleFrame" frameborder="no" marginwidth="0" marginheight="0" scrolling="no" src="title.html"> <frame id="viewerFrame" frameborder="no" marginwidth="0" marginheight="0" scrolling="no" src="[URL TO DWF VIEWER]"> </frameset> Later on I want call the mapFrame functions form the Viewer API: var name = fraVIEWER.mapFrame.GetMapName(); When I do this, the compiler returns an Object Error. The same application runs without any problems at a PC with Windows XP and IIS 5.1. Do I have to do special configurations on Windows Server 2003 to run this javascript functions? Thank you, Sandra -- View this message in context: http://n2.nabble.com/No-viewer-access-tp2603674p2603674.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
