Hi ,
Iam new to Kamap,
Iam developing an Application which displays the Maps with some Route information and Zoom to location,
iam calling Kamap in an IFrame(http://localhost:80/kamap/callkamap.html) ,
I have also created a Drop down Menu(in Different div) which contains some place names ,when user selects and submits a Place in dropmenu item,
I need to zoom to that location in Ka map .
For this iam passing the Place Lat and longitude to Iframe and reloading the iframe,
then using Kamap.ZoomTo(lon,lat,scale) iam Zooming to that place,
The issue is when do this in firefox the browser hangs,
In IE even though it takes time it works,
This Zoom locations changes as per user selection,
Is there any way to set the zoom parameters(Lon ,lat) when i reloads the page?
If there is any alternate way of doing ,Please Suggest
Thanks in Advance,
Regards,