From: Chris S. <san...@us...> - 2005-06-20 12:36:24
|
Update of /cvsroot/stack/stack-1-0/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19895/html Modified Files: Tag: frontend_dev quizjava.html Log Message: Index: quizjava.html =================================================================== RCS file: /cvsroot/stack/stack-1-0/html/quizjava.html,v retrieving revision 1.7.4.2 retrieving revision 1.7.4.3 diff -C2 -d -r1.7.4.2 -r1.7.4.3 *** quizjava.html 20 Jun 2005 12:25:26 -0000 1.7.4.2 --- quizjava.html 20 Jun 2005 12:36:13 -0000 1.7.4.3 *************** *** 5,12 **** document.forms.quizform.submit(); } ! function tryquiz(c,n) { ! document.forms.tryform.action.value = c; ! document.forms.tryform.quizid.value = n; ! document.forms.tryform.submit(); } function addquestions() { --- 5,12 ---- document.forms.quizform.submit(); } ! function quiztry(c,n) { ! document.forms.quiztryform.action.value = c; ! document.forms.quiztryform.quizid.value = n; ! document.forms.quiztryform.submit(); } function addquestions() { |