View Single Post
Old 04-20-2005   #1 (permalink)
Man1c M0g
Sheep Worrier
 
Man1c M0g's Avatar
 
Join Date: Sep 2003
Location: Portsmouth, UK.
Posts: 4,105
Blog Entries: 14

Send a message via ICQ to Man1c M0g Send a message via MSN to Man1c M0g Send a message via Skype™ to Man1c M0g
Wierd IE6 JS Error

Hiya peeps! I've been programming a lot today, and i've been left with a chunk of code that generates a spurious syntax error in IE6... but NO OTHER BROWSERS! I have no idea why its creating this error, as the underlying code works just fine. Any ideas how I can correct this little snafu? Here's the code:

Code:
<form action='http://forums.biorust.com/login.php' method='post' onsubmit='md5hash(vb_login_password,vb_login_md5password)'><script type='text/javascript' src='http://forums.biorust.com/clientscript/vbulletin_md5.js'></script> 
		 <table border='0' cellspacing='0' cellpadding='0'><tr><td>Username:</td>
            <td><input type='text' class='button' name='vb_login_username' id='navbar_username' size='10' accesskey='u' tabindex='1' value='' onfocus='if (this.value == 'username') this.value = '';' /></td></tr><br>
            <tr><td>Password:&nbsp;&nbsp;</td>
            <td><input type='password' class='button' name='vb_login_password' size='10' accesskey='p' tabindex='2' /></td></tr></table> 
            <input type='checkbox' name='cookieuser' class='button' value='1' tabindex='3' id='cb_cookieuser_navbar' accesskey='c' checked='checked' /><span class='sectionheader'> Remember Me</span><br><br>
        <input name="submit" type='submit' class='button' accesskey='s' tabindex='4' title='Log In' value='Log In To Biorust!' /> 
        <input type='hidden' name='do' value='login' /><input type='hidden' name='forceredirect' value='0' /><input type='hidden' name='vb_login_md5password' /></form>
__________________
Man1c M0g is offline