Simple Quiz
18.06.2009, 14:04 | |
Скрипт позволяет создать викторину для посетителей. ----------------------------------------------------------------- Пример использования скрипта: ----------------------------------------------------------------- Код скрипта: Вставьте следующий код между тегами <BODY></BODY> <form name="quiz_form" id="quiz_form" action="#" onsubmit="return quiz_grade();"> <label for="qu_1">1. What is 1+1? (a) 2 (b) Argh! Why math?!</label><br /> <input type="text" name="qu_1" id="qu_1" /><br /> <label for="qu_2">2. Who sings the song "Free Fallin’"? (a) Elvis (b) Lance Berkman (c)Tom Petty (d) "Weird Al" Yankovic</label><br /> <input type="text" name="qu_2" id="qu_2" /><br /> <label for="qu_3">3. What’s the name of this Web site? (a) JavaScriptin' is Fun (b) JavaScript City (c) Java with Script (d) Scriptin’ to the Oldies</label><br /> <input type="text" name="qu_3" id="qu_3" /><br /> <label for="qu_4">4. Who lives in a pineapple under the sea? (a) Dora the Explorer (b) Hannah Montana (c) Big Bird (d) Sponge Bob Square Pants!</label><br /> <input type="text" name="qu_4" id="qu_4" /><br /> <label for="qu_5">5. Who won the 1994-1995 NBA Championship? (a) Orlando Magic (b) Houston Rockets (c) Chicago Bulls (d) San Antonio Spurs</label><br /> <input type="text" name="qu_5" id="qu_5" /><br /> <br /> <input type="submit" value="Submit Answers" /> </form> <script type="text/javascript"> function quiz_grade() { </script> | |
| |
Просмотров: 392 | Загрузок: 0 | |
Всего комментариев: 0 | |