The AShop search function returns search results listed in alphabetic order within the dynamic catalogue.
Here is the basic HTML code to insert a search box into web pages in the same site.
<form action="http://www.yourdomain.com/ashop/search.php" method="post">
<input type="text" size="19" name="searchstring"style="border: 2px solid #bbbbbb; background: #ffffff; width: 145px; height: 21px; font: 11px verdana, arial, helvetica; color: #000000; text-align: left;" >
<input type="image" src="http://www.yourdomain.com/ashop/images/search.gif" border="0">
</form>