|
Posted by Dave White on 01/14/07 05:16
Thanks for your input. At this point in time server side is not an
option. Perhaps I can use Javascript.
Good Luck,
Dave
On Sat, 13 Jan 2007 21:34:23 GMT, Adrienne Boswell <arbpen@yahoo.com>
wrote:
>Gazing into my crystal ball I observed Dave White <djwhite@snet.net>
>writing in news:diggq25dd00qj3m8s66ek7fj7stvnfdr3i@4ax.com:
>
>> Hello everyone,
>>
>> My first time posting to the group.
>>
>> I am using frames.
>>
>> I'm presently using html to develop lesson plans for ms Excel. I also
>> give a short quiz at the end of each lesson.
>>
>> I would like my students to page back and forth beween the each quiz
>> and related lesson to answer the quiz questions.
>>
>> Each time I page back to the quiz it reloads the quiz.htm file and
>> blanks out the quiz answers.
>>
>> How can I page back and forth between two .htm files without blanking
>> existing data in the formp.
>>
>> Thanks in advance,
>>
>> Dave White
>>
>
>You need to do it server side, HTML is stateless so cannot help you.
>Actually, you might be able to do it client side, but server side is
>better because a) it does not depend on the client having the correct
>settings, b) it's harder to spoof (but be watchful of SQL injection).
[Back to original message]
|