View Single Post
  #1 (permalink)  
Old Aug 26th, 2004, 17:20
just_the_basix just_the_basix is offline
Junior Member
Join Date: Jan 2004
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
PLEASE HELP - Passing Variables in Querystring

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