garycc
08-15-2002, 07:18 PM
I am using the Cut & Paste JavaScript Multiple Choice Quiz as posted by "George".
http://javascriptkit.com/script/cut180.shtml
I can include the script if it will help ( it is long). It basically consists of three files:
-popquiz.htm (Edit this file to change the questions on the page to your own)
-results.htm (Do NOT edit this file)
-solution.js (Edit this file to change the solutions to your own)
On popquiz.htm the end user clicks on the appropriate radio button to answer each question. At the end he clicks "submit" which grades it using solution.js and displays the results.htm.
I would like to email a copy of the results.htm to a specific person. Can this be done? When I tried to add the action="mailto:.." it did nothing.
Is there a way? I will include the source if anyone wants to see it.
Thanks
garycc
http://javascriptkit.com/script/cut180.shtml
I can include the script if it will help ( it is long). It basically consists of three files:
-popquiz.htm (Edit this file to change the questions on the page to your own)
-results.htm (Do NOT edit this file)
-solution.js (Edit this file to change the solutions to your own)
On popquiz.htm the end user clicks on the appropriate radio button to answer each question. At the end he clicks "submit" which grades it using solution.js and displays the results.htm.
I would like to email a copy of the results.htm to a specific person. Can this be done? When I tried to add the action="mailto:.." it did nothing.
Is there a way? I will include the source if anyone wants to see it.
Thanks
garycc