Search Your Site with JavaScript, XML and CSS part Three
In part two of this series we ended up with having a small box residing at the side of the screen into which search terms could be entered. If results were found, we displayed another small box below the original box that contained links to the pages in which the search term was found. While this was an adequate display of the results, that's all it was – adequate. We can improve the functionality and usability of the search engine by changing it so that the results are displayed on a page of their own. This article will focus on the steps required in order to achieve this.
Read More