http://www.learnasp.com/learn/hidden.asp has what you want!
On Fri, 14 Jan 2005 05:47:45 -0000, Craig <[EMAIL PROTECTED]> wrote: > > First I'm computing a subject number with this string > > <input type="hidden" name="subnum" value="<% = day(now) & hour(now) & > minute(now) & second(now) & round((rnd*10000),0)%>"> > > The idea is that the subject number will be calculated, posted to the > db AND posted to a hidden field on each page. This way it can be read > and used to match up users as the complete a survey. While I know > this is what I need to do I'm not sure how to code for it. I need to > know what the code should look like on each page if possible. > > My page Flow > > Basic > > Page1 --> post--> processingpage1--> dbinsert--> page2--> post --> > processingpage2--> dbinstert > > With Subject Number > > Page1(Subnum created) --> post (Subnum posted to hidden field on > processing page) --> processingpage1 --> dbinsert (Subnum inserted > into db) --> page2 (subnum posted in hidden field on page2) --> post > (Subnum posted to hidden field on processing page â subnum used to > "track" participantâIE line up data in DB) --> processingpage2 --> > dbinstert  page3 (Subnum posted to hidden field on page) > > > > > > > > ________________________________ > 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 the Yahoo! Terms of Service. 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/
