Hi.
here i am trying to display the search results count in the web for that i am
writing like this, but it is showing always 12 documents found.
"{<script>
if (document.links.length <12){ document.write(\" No Documents found.\")}" +
@NewLine + "else" + @NewLine + "{document.write(\'<hr size=3 noshade><img
src=\"/icons/ecblank.gif\" border=\"0\"><font size=2 face=arial><b>\' +
(document.links.length - 12) + \' documents were found matching your search
criteria. </b><hr size=3 noshade>\')};</script>]"

how to display search count in web (arti reddy 12.Feb.07)
. . 