D
Dan S
I have a javascript quiz that I got from some script site. I need to
use this quiz to screen people to find out how much they already know
before we let them into a class. I would like to send the results of
the quiz to a users email account, and if possible to a server file as
well.
This javascript is your run of the mill multiple choice questionaire
that grades you when you click submit. Once you click submit the
script does its thing and writes the results to a "results.html" page
made with form fields.
What I was trying to do was (A). include a name field. (easy enough)
and (B). get MS FP to use those form fields to send information to an
email and to a server page for archiving purposes. Thats the tricky
part. Once I include those fields used by the script into my
email/archiving fields I lose the quiz script links. I can't get the
fields to populate in order to send the email.
I know how to do the quiz.
I know how to send the file.
What I don't know is how to allow the javascript to write to the
fields in the results.html file while those same fields are being used
by FrontPage to then send an email and to archive once the user hits
the submit button.
If you have any idea how to do this please respond or even email me at
(e-mail address removed)
Thanks
use this quiz to screen people to find out how much they already know
before we let them into a class. I would like to send the results of
the quiz to a users email account, and if possible to a server file as
well.
This javascript is your run of the mill multiple choice questionaire
that grades you when you click submit. Once you click submit the
script does its thing and writes the results to a "results.html" page
made with form fields.
What I was trying to do was (A). include a name field. (easy enough)
and (B). get MS FP to use those form fields to send information to an
email and to a server page for archiving purposes. Thats the tricky
part. Once I include those fields used by the script into my
email/archiving fields I lose the quiz script links. I can't get the
fields to populate in order to send the email.
I know how to do the quiz.
I know how to send the file.
What I don't know is how to allow the javascript to write to the
fields in the results.html file while those same fields are being used
by FrontPage to then send an email and to archive once the user hits
the submit button.
If you have any idea how to do this please respond or even email me at
(e-mail address removed)
Thanks