Hi I have the following in a asp page <param name=URL4a value="Tperguntasadd.asp?base=Spresent&tes='Simple Present'"> when i read this value i have
if session("base")="Spresent" then
strsql = "select * from spresent"
end if
if session("base")="Spast" then
strsql = "select * from spast"
end if
(where session("base")=request.querystring("base")
and it doesnt work. Why?
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
