Forum Moderators: open
<input type=text name=client_login size=12 maxlength=12 value="Login Failed" onFocus=document.login.client_login.value="" onChange=document.login.client_login.focus()>
This works perfect on a PC in IE. The problem occurs on the Mac in IE 5. When I click in the text box and it clears the value, then enter a value and hit the submit button, no value gets passed in the form to the next page so my login won't work on Mac. I've narrowed it down to the onFocus code. Anyone aware of this problem and a solution that will work on both Mac and PC?
Thanks much,
Kevin
;)