> I dont know where to begin.

Googling "client side search" and javascript brings some reading. This
one looks interesting
http://snippets.dzone.com/posts/show/2719

The magic lines:

    var exp = new RegExp(searchterm,"i");
    if ( name.match(exp) != null) {
      results.push(allitems[i]);
    }


> im not great at java,

I don't know anything about Java too but I like your tooltips. I can
see that you know a lot about JavaScript and DHTML.

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