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+javascript This result looks like it might help you: http://www.webdevelopersnotes.com/tips/html/finding_the_value_of_a_checkbox.php3 -- 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...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.
