I have a very strange problem and I don't know what to do. Any help would be greatly appreciated. I have "search.
asp" in which people search for a document in a
SQL DB. It displays the results on the "searchresults.
asp" page. This list of results contains the document number as well as the text of the document. The docuemnt number is a link to "edit.
asp?docid=" of course, the docid depends on the number. This erratically works. If I display the "request" items on the edit.
asp page, it should display "docid=1234". Most of the time it does. HOWEVER, sometimes it displays "docid AD0-1234=". As you can see there is nothing after the equal sign so my edit page gives an error because there is no docid to look up. Am I just doing this wrong or has anyone else ever seen this.

??:
Thanks in advance for anything,
Brad