Your problem in not clear to me. Has is 'stopped' for a particular search or is it failing for any search? If its for a particular search post the search, it could be a certain character E.G a quote.
> Does page A post to page B? If so I assume the name of page B is OPageS.asp?
> Is there more than one form on page A? If so make sure it has two closing </form> tags. Also make sure the second opening <form..> tag is after for first closing </form> tag.
> Perhaps something has happened to your value somewhere in the receiving page (which I think is page B? ) Here is a good test for this:
1.. Place this :
response.write request.form("txtHSName") & "===myValue<br>"
at the very top of the receiving page.
2.. Go to the form on the sending page (which I think is page A? ) and submit a search.
2..a. Do you see the value, and of course the '===myValue' which will be tacked on the end?
2..b. Or do you only see the '===myValue'?
If 2.b is your answer your issue is on the posting page
If 2.a is your answer the value is being posted so move the response.write down the page, re-test, move and re-test.......until you find where the value stops displaying, your issue is between where it last displayed and here...
__________________
Wind is your friend
Matt
|