[thelist] ASP - & Encoding

Feingold Josh S Josh.S.Feingold at irs.gov
Fri Mar 22 12:49:01 CST 2002


This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--
[ Picked text/plain from multipart/alternative ]
> And if you go to http://server/page.asp?phone=AT%26T and do a
> request("phone") on that page, what do you get?

The page should perform the following query:

rs.Open "SELECT * FROM table WHERE phone ='" & request.form("phone") & "'"

and return the recordset.

Josh



More information about the thelist mailing list