|
Joey -> RE: AspHTTP (1/20/2008 23:52:21)
|
Got it to work with this: " & (Request("suid")) &"&pwd= " & Now i need to query my database and return a message based on the suid, i tried to include the asphttp post code into a drw but it doesnt work. " & (Request("suid")) &"&Message= " & (FP_FieldVal(fp_rs,"message")) & anyone know how to query a database based on the ID and return a database field in the post back?
|
|
|
|