Content deleted Content added
refactor change |
warning about IE |
||
Line 92:
function generate_input_form(bodyContent) {
bodyContent.innerHTML =
"<font color=red>Note: The counter does not work in [[Internet Explorer]]. It has only been successfully tested in [[Mozilla Firefox]]. If you have tried it successfully in another browser, please let [[User:Interiot|Interiot]] know and he will add it to this list.</font><p>" +
"<form><table><tr><td>Username <td><input maxlength=128 name=username value='' id=username title='username'>" +
" <tr><td> <td><input type=submit value='Submit'>" +
|