Yes, as GwynforWeb asked can you explain a bit more about the location.. one more thing, you called the function searchResults() twice for the form..
<form name="myform" method="post" onsubmit= "searchResults(); return false;" >
........................
<input type="submit" value="search" onclick ="searchResults();">
How would it be, if you call only once like,
<form name="myform" method="post" onsubmit= "searchResults(); return false;" >
........................
<input type="submit" value="search">
Anyway ,your search engine searches well but could u give a bit more description about location..
Main Topics
Browse All Topics





by: GwynforWebPosted on 2004-12-11 at 09:38:49ID: 12800371
in what form and where is info concerning the site/category/location triplets, are you intending to construct a string similar to the one you have and then parse that, or is the info on the page in some other form that may allow the page innerHTML to be parse and hence no need for string construction