Larry

Thanks !!!

I seen your sample page, it is perfect and working superb.  Thanks for
this. I replaced your code on my page and tested in IE and FF both,
working very nicely.

However I noticed 2 thing
1. On location tab, style sheeet (border and size of div) working on
FF, but not on IE, Please advise
2. Secondly 1 minor issue is still pending that is changing of
location of actual map. For Example one you initially the page, it
displays properly, but when you select any of the marker lets say
select Yellow marker near the Calgary City (top one yello marker), it
changes the location of actual map. it moves the whole map to down, I
want to avoid this situation or fix the map posotion, Is this
possible ?

Again thanks for yoru great efforts.

Ash

On Feb 18, 11:21 pm, "[email protected]" <[email protected]>
wrote:
> On Feb 18, 8:02 pm, "[email protected]" <[email protected]>
> wrote:
>
>
>
>
>
> > On Feb 18, 5:21 pm, Ash <[email protected]> wrote:
>
> > > Hello
>
> > > I suddenly notice that images are not displaying on Fireforx. It seems
> > > createmarker functions is not working.
>
> > The error my firefox reports is:
> > Error: readXML is not defined
> > Source File:http://www.kgfassociates.com/myindex.html
> > Line: 149
>
> > (probably some IE only thing...)
>
> > If you switch over to GXml or GDownloadUrl, that will go away...
>
> >http://www.geocodezip.com/kgfassociates_myindex.asp?APIV=2.100
>
> And you can remove the dependency on API v2.100 by doing 
> this:http://www.geocodezip.com/kgfassociates_myindexA.asp
>
>    -- Larry
>
>
>
>
>
> > > Any idea
>
> > > On Feb 18, 3:25 pm, "[email protected]" <[email protected]>
> > > wrote:
>
> > > > On Feb 18, 12:20 pm, Ash <[email protected]> wrote:
>
> > > > > I tried this earlier but it gives me error "documentElement is null
> > > > > ". That is why I adopted different approach.
>
> > > > > If you have any idea to handle this error, please let me know I will
> > > > > replace my code.
>
> > > > It does work.  Probably a MIME type issue...
>
> > > > > I am still looking for following open issues
>
> > > > > a) As far as point 4, I mean to say whenever I close tabbed window,
> > > > > page should be re-load or set , as it was loaded first time.
>
> > > > listen to the infowndowclose event and recenter (and zoom) the map to
> > > > its original settings...
>
> > > > > b) Marker Icon are not replacing as per the condition. If I click on
> > > > > red marker icon, thne in minimap red marker should come, everytime 
> > > > > yellow icon
> > > > > is coming.
>
> > > >http://groups.google.com/group/Google-Maps-API/msg/c83c7b56b1b236f1
>
> > > > > Any idea on this
>
> > > > > On Feb 18, 3:02 pm, "[email protected]" <[email protected]>
> > > > > wrote:
>
> > > > > > On Feb 18, 10:38 am, Ash <[email protected]> wrote:
>
> > > > > > > Andrew and Larry
>
> > > > > > > Thanks for response. I did following modification
>
> > > > > > > a. Change the position of <Body> tag
> > > > > > > b. var baseIcon = new GIcon(G_DEFAULT_ICON);
> > > > > > > c. Modified the XML as some of the marker are null or having 
> > > > > > > character
> > > > > > > with latitude and longitude
> > > > > > > d. change the position of followig functions
> > > > > > >     show("High");
> > > > > > >     show("Medium");
> > > > > > >     show("Low");
>
> > > > > > > As your suggestion, I modifed page and xml and re-uploaded again 
> > > > > > > Now
> > > > > > > point 1 and point 3 Issue has been resolved.
>
> > > > > > > I am still facing same problem as I mentioned above in point 2, 
> > > > > > > Please
> > > > > > > let me know how do I resolve this and display map in second tab.
>
> > > > > > > As far as point 4, I mean to say whenever I close tabbed window, 
> > > > > > > page
> > > > > > > should be re-load or set , as it was loaded first time.
>
> > > > > > > Andrew, can you suggest me an GXml google map sample
>
> > > > > >http://econym.org.uk/gmap/basic3.htm
> > > > > > (uses GDownloadUrl)
>
> > > > > > > Regards
>
> > > > > > > Ash
>
> > > > > > > On Feb 18, 1:13 pm, "[email protected]" <[email protected]>
> > > > > > > wrote:
>
> > > > > > > > On Feb 18, 9:41 am, Ash <[email protected]> wrote:
>
> > > > > > > > > Hello
>
> > > > > > > > > I have used 2 samples and clubbed in 1 page. I am trying to 
> > > > > > > > > display
> > > > > > > > > various information on 2 tabs and image on second tab.
>
> > > > > > > > > My url ishttp://www.kgfassociates.com/myindex.html
>
> > > > > > > > > I am having following issues
>
> > > > > > > > > 1. Whenever I load/refresh page, it give me an error "Invalid
> > > > > > > > > Argument" on Line 24
>
> > > > > > > > Your xml contains invalid points, like this one:
> > > > > > > > <marker Latitude="N" Longitude="W" Severity="High" 
> > > > > > > > City="Medford"
> > > > > > > > State="OK" Description="No Description" html="Severity - 
> > > > > > > > High<br>City
> > > > > > > > - Medford<br>State - OK" />
>
> > > > > > > > > 2. Once I click No, all marker placed properly, but whenever 
> > > > > > > > > I clicked
> > > > > > > > > any marker it give me error "Object required" on line 310. 
> > > > > > > > > Once I
> > > > > > > > > click on No, it opens tabbed window. But on location page, my 
> > > > > > > > > minimap
> > > > > > > > > is not displaying.
> > > > > > > > > 3. On this page I have given, but it is not firing 
> > > > > > > > > automatically.
> > > > > > > > >         show("High");
> > > > > > > > >         show("Medium");
> > > > > > > > >         show("Low");
>
> > > > > > > > gmarkers.length is zero, so the show function doesn't do 
> > > > > > > > anything.
>
> > > > > > > > > 4. Once I close the tab window, I want page should be set as 
> > > > > > > > > it was
> > > > > > > > > loaded properly
>
> > > > > > > > I don't know what that means.
>
> > > > > > > > > Please advise
>
> > > > > > > > fix your 
> > > > > > > > htmlhttp://validator.w3.org/check?uri=http%3A%2F%2Fwww.kgfassociates.com%...
>
> > > > > > > >   -- Larry- Hide quoted text -
>
> > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > - Show quoted text -- Hide quoted text -
>
> > > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to