User Profile

Collapse

Profile Sidebar

Collapse
sharpda
sharpda
Last Activity: Apr 30 '13, 10:40 PM
Joined: Feb 26 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thanks for the input. This quiz will be on a LAN "Intranet". Could you please provide some sample code that would insert the values in the MYSQL database. I am having a hard time with this for some reason. Thx.
    See more | Go to post

    Leave a comment:


  • sharpda
    started a topic How to pass a variable from JS script to HTML

    How to pass a variable from JS script to HTML

    I'm trying to create an online quiz that uses JS script. What I'd like to do is take the varibles "Percentage " and "n" from the JS script function and insert them into MySql. Code below.

    Code:
    <script type="text/jscript">
        function quizResult(form, questionArray) {
            totalQuestions = form.totalQuestions.value;
            totalCorrect = 0;
            checkedValue = new Array();
    ...
    See more | Go to post
    Last edited by Rabbit; Feb 26 '13, 10:10 PM. Reason: Please use code tags when posting code.
No activity results to display
Show More
Working...