Ongoing question,
I'm trying to teach myself ASP so that I can collect data online for my graduate research project. Long story short it saves a bunch of time. However dealing with research you have to deal with confidentially. You have to store consent form info in one data base, generate an ID number and then store the rest of the data in another data base with the ID number and not the person's name. I previously asked about using session variables to track a users info through the whole process (ie each user must have their own trackable data) and it was pointed out that is pretty hard to do with the time out function on the server. Hidden forms were suggested as they would be an easy fix. It sounds like a good idea to me but I'm not sure how to actually code for it. Any help would be appreciated. Current Webpage Idea Page for Page Page 1 Consent form � Fill in General Name/Addy/Phone info Page 2 Redirect to Processing Form 1 - Open DB connection, store information and generate ID based on hr/min/sec formula. Page 3 ID number written into hidden field � questions answered � redirect to processing form 2 Page 4 ID number written into hidden field - Open DB connection, store information with the same ID number Page 5 ID number written into hidden field � answer questions���.. ETC. Any help would be extremely useful so feel free to send me a message or an email if there are any questions ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
