On Mar 13, 9:23 am, FRG <[email protected]> wrote: > Hi Larry > > yes I know the subject is somewhat drifting away from the focus of > this group (BTW ...thanks for the links) ... what I was trying to > decifer is wheather (and it looks as if I will) need to modify: > > document.MyForm.filename.value = ""; > filename = ""; > > request.open("GET", filename, true); > request.onreadystatechange = processTabbedXML; > request.send(null); > } > > to accomodate the the js code script requirements of pulling values > from a checkbox or radio button (similiar to your traffic checkbox > feature)
Yes you will. I probably have examples of doing things similar to that in various places, but I haven't had time to do it for you or find those examples. I would look at the pages that I have that do that and the results of that search to make it work. I may get around to it eventually, but I don't have time right now. -- Larry > > thx > > - mp > > On Mar 10, 8:35 pm, "[email protected]" <[email protected]> > wrote: > > > On Mar 10, 5:01 pm,FRG<[email protected]> wrote: > > > > Hi Larry .... > > > well here is my functional dropdown box version > > > ..http://www.frg.org/multiple_poly_checkboxV2.htm > > > -and- > > > my attemped (feeble) checkbox/or radio button > > > version.http://www.frg.org/multiple_poly_checkboxV3.htm > > > .....I guess I can't perform a radio selection "and" utilize a > > > button? ... and I need to stick to a dd text box. > > > You need to learn how to get the value out of a checkbox or a radio > > button. > > (this really would be better researched on the web or in a group > > dedicated to dhtml and javascript...) > > >http://www.google.com/search?btnG=1&pws=0&q=get+checkbox+value+javasc... > > > This result looks like it might help > > you:http://www.webdevelopersnotes.com/tips/html/finding_the_value_of_a_ch... > > > -- Larry > > > > mp > > > > On Mar 9, 12:56 pm, "[email protected]" <[email protected]> > > > wrote: > > > > > On Mar 9, 12:43 pm,FRG<[email protected]> wrote: > > > > > > Hello Geocodezip ... > > > > > > I am using your polyline on/off checkbox code you described in the > > > > > link below .... I am interested in replacing your code which selects > > > > > the .xml with your "textbox" form approch with a selectable "checkbox" > > > > > form approch. I've tested an utilized a dropdown box approch which > > > > > functions fine but I would rather use a checkbox. I can't seem to get > > > > > this "checkbox" function to work. I plan on using 5-6 seperate xml > > > > > files (all selectable via checkbox form) With the way you wrote your > > > > > code do you think this is possible? > > > > > Should be. Where is the link to your map on which you tried to do > > > > this and couldn't get it to work? > > > > >http://groups.google.com/group/google-maps-api/web/suggested-posting-...... > > > > > -- Larry > > > > > > thanks in advance... > > > > > > mark > > > > > > > You mean something like > > > > > > this?http://www.geocodezip.com/GenericMapBrowser.asp?filename=RiverWalk080... > > > > > > From: "[email protected]" <[email protected]> > > > > > Date: Thu, 30 Jul 2009 10:07:57 -0700 (PDT) > > > > > Local: Thurs, Jul 30 2009 9:07 am > > > > > Subject: Re: How to show/hide polylines using checkbox > > > > > Reply to author | Forward | Print | Individual message | Show original > > > > > | Report this message | Find messages by this author > > > > > On Jul 30, 10:02 am, inam <[email protected]> wrote: > > > > > > > While drawing a polyline on map, a checkbox will created per > > > > > > polyline. Now I wanna show/hide these polylines through these > > > > > > checkboxes which are already created. > > > > > > You mean something like > > > > > this?http://www.geocodezip.com/GenericMapBrowser.asp?filename=RiverWalk080...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.
