Olvidaba tambien que al crear los checkbox, tengo duda en cuanto esta
parte : onclick="boxclick(this,'theatre')"
el theatre es el nombre de la category imagino, ahora en mi archivo
jason el campo tipo es 1, 2 o 3 eso es lo que tendria que poner ahi?
para despues en la parte de show o hide poner 1, 2 o 3?



<form action="#">
      Theatres: <input type="checkbox" id="theatrebox"
onclick="boxclick(this,'theatre')" /> &nbsp;&nbsp;
      Golf Courses: <input type="checkbox" id="golfbox"
onclick="boxclick(this,'golf')" /> &nbsp;&nbsp;
      Tourist Information: <input type="checkbox" id="infobox"
onclick="boxclick(this,'info')" /><br />
    </form>
...
...

// == show or hide the categories initially ==
        show("theatre");
        hide("golf");
        hide("info");

--~--~---------~--~----~------------~-------~--~----~
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