Hi All,
I'm creating a questionaure for my Uni work. I want to create a system where a person can log-in to a page, fill-out the questionaire - then save it, and go back if they need to.
I have created first page which inputs the users ID, then passes it to the next page where I want to write data to a textbox? at the moment I only know how to use write command. e.g.
Response.Write "<td><p align=center>" & oRs("class") _
& "<td><p align=center>" & oRs("detail")
& "<td><p align=center>" & oRs("trigger")
& "<td><p align=center>" & oRs("location")
Any ideas??
Regards,
Tom