I am getting the error
Line: 469
Char: 1
Error: Expected '('
Code: 0
And I think I narrowed it down to this line:
Code:
<input name=vb_login_username type=text id=navbar_username onfocus=if (this.value == '$vbphrase[username]') this.value = ''; size=10 />
It has to be this though
onfocus=if (this.value == '$vbphrase[username]') this.value = '';
Does anyone know what that does?