<div dir="ltr">Mal,<div><br></div><div>If you like the alert function. You will fall in love with console.debug(....)</div><div>The console.debug don't give you an alert message but a log in the console. Be careful, console.debug doesn't work with IE !!</div><div>So use Chrome (with development tool) or Firefox (with the plugin Firebug) and the result will be better.</div><div><br></div><div>In place of "object", you will have the description of the object with all the properties.<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2014-12-04 14:23 GMT+01:00 GordonL <span dir="ltr"><<a href="mailto:gordon.luckett@arrowgeomatics.com" target="_blank">gordon.luckett@arrowgeomatics.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This works for me:<br>
<br>
var myMap=parent.parent.mapFrame;<br>
<span class="">var X=myMap.GetCenter().X;<br>
var Y=myMap.GetCenter().Y;<br>
<br>
var Scale=prompt("Enter Scale: ","");<br>
<br>
</span>var newScale=parseInt(Scale);<br>
<br>
ZoomToView(X,Y,Scale,true);<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/web-layout-script-tp5175525p5176465.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/web-layout-script-tp5175525p5176465.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">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>
</div></div></blockquote></div><br></div>