mam xhtml 1 transitional
ked dam
Kód:
<input name="username" type="text" size="18" onBlur="if(this.value=='') this.value='anonymous';" onFocus="if(this.value=='anonymous') this.value='';" value="anonymous" />
a
Kód:
<input name="password" type="password" size="18" onBlur="if(this.value=='') this.value='anonymous';" onFocus="if(this.value=='anonymous') this.value='';" value="anonymous" />
mi hadze
Kód:
line 227 column 89 - Error: there is no attribute "onBlur"
line 227 column 142 - Error: there is no attribute "onFocus"
ako tho mam zapisat aby to bolo validne