--- loncom/xml/lonxml.pm 2010/01/28 18:46:47 1.494.4.3 +++ loncom/xml/lonxml.pm 2010/02/11 20:44:15 1.494.4.4 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # XML Parser Module # -# $Id: lonxml.pm,v 1.494.4.3 2010/01/28 18:46:47 raeburn Exp $ +# $Id: lonxml.pm,v 1.494.4.4 2010/02/11 20:44:15 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -243,7 +243,7 @@ sub tokeninputfield { document.tokeninput.barcode.value=''; } </script> -<form method="post" name="tokeninput"> +<form method="post" name="tokeninput" action=""> <table border="2" bgcolor="#FFFFBB"> <tr><th>DocID Checkin</th></tr> <tr><td> @@ -251,7 +251,7 @@ sub tokeninputfield { <tr> <td>Scan in Barcode</td> <td><input type="text" size="22" name="barcode" -onChange="updatetoken()"/></td> +onchange="updatetoken()"/></td> </tr> <tr><td><i>or</i> Type in DocID</td> <td> @@ -260,7 +260,7 @@ onChange="updatetoken()"/></td> <input type="text" size="5" name="codetwo" /> <b><font size="+2">*</font></b> <input type="text" size="10" name="codethree" value="$defhost" -onChange="this.value=this.value.toUpperCase()" /> +onchange="this.value=this.value.toUpperCase()" /> </td></tr> </table> </td></tr>