views:

109

answers:

1

Hi.. I want to make a searchbox which has auto suggestion and searches specific tag in a XML file. How can i realze this ?

+2  A: 

It depends what you mean by XML file. Is the XML file available at some server?

Look at jQuery and its autocomplete plugin. It provides auto suggestion functionality for HTML/XHTML pages.

Juha Syrjälä