Wie man einen 5-minütigen JavaScript-Countdown-Timer hinzufügt, der ein Formular sendet

ch möchte einen 5-Minuten-Countdown-Timer hinzufügen, der ein Formular an meine PHP-Seite sende

        <form name="myfm" id="myfm" method="post" action="Quiz.php">
        <table width=100%> <tr> <td width=30><td></td></td></tr> <table border=0>
        <?php $n=$n+1; ?>
        <tr><td>Question  <?php echo $n." "; echo $row[2]; ?></td></tr>
        <tr><td class=style8><input type="radio" name="ques['<?php echo $n; ?>'][]" value=1><?php echo $row[3]; ?></td></tr>
        <tr><td class=style8> <input type="radio" name="ques['<?php echo $n; ?>'][]" value=2><?php echo $row[4];?></td></tr>
        <tr><td class=style8><input type="radio" name="ques['<?php echo $n; ?>'][]"  value=3><?php echo $row[5];?></td></tr>
        <tr><td class=style8><input type="radio" name="ques['<?php echo $n; ?>'][]"  value=4><?php echo $row[6];?></td></tr>

    <?php 
        }
        echo "<tr><td><input type=submit name=submit id='result' value='Get Result'></form>";
        ?>
        </table></table>
        </form>

Bitte hilf mir..Ich mache eine Quizseite, die automatisch ein Formular sendet, wenn der Countdown endet.Vielen Dank ...

Antworten auf die Frage(8)

Ihre Antwort auf die Frage