I'm figuring you were looking @ the top "page" which now reads:
Code:
if task="getconfinfo" then
set conf=con.execute("SELECT code,description FROM Conferences WHERE code='" & confcode & "' ORDER BY description ASC")
response.cookies("conf")("description")=conf("description")
response.cookies("conf").Expires=TimeSerial( Hour(Now), Minute(Now) + 5, Second(Now) )
response.cookies("user")("conf")=conf("code")
response.cookies("user").Expires=DateSerial( Year(Now), Month(Now)+ 3, Day(Now) )
conf.close
set conf=nothing
response.redirect "index.asp?task=personalinfo"
Bookmarks