Hallo,
da möchte ich mal mein Design (eigentlich zum ersten mal) voll XHTML kompatibel erstellen und nun bekomme ich folgende Meldungen:
Ich weiss nicht wo der Fehler ist und wie ich den beheben kann. Könnt ihr mir da vielleicht bitte helfen? Danke im voraus
da möchte ich mal mein Design (eigentlich zum ersten mal) voll XHTML kompatibel erstellen und nun bekomme ich folgende Meldungen:
1. Line 210, column 60: there is no attribute "onClick"
... <td><span class="navmain" onClick=[color=red]"[/color]window.location.href=('http://$comm_pat
2. Line 225, column 21: there is no attribute "onChange"
onChange=[color=red]"[/color]javascript:window.navigate(nselect.value)" size="1">
3. Line 227, column 22: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<option selected[color=red]>[/color]Kategorie auswählen</option>
4. Line 239, column 43: there is no attribute "onClick"
<td><a onClick=[color=red]"[/color]history.back(1)"
5. Line 254, column 96: there is no attribute "onFocus"
...="text" value="Benutzername" onFocus=[color=red]"[/color]if (value=='Benutzername') {value=''}"
6. Line 254, column 143: there is no attribute "onBlur"
...=='Benutzername') {value=''}" onBlur=[color=red]"[/color]if (value=='') {value='Benutzername'}"
... <td><span class="navmain" onClick=[color=red]"[/color]window.location.href=('http://$comm_pat
2. Line 225, column 21: there is no attribute "onChange"
onChange=[color=red]"[/color]javascript:window.navigate(nselect.value)" size="1">
3. Line 227, column 22: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
<option selected[color=red]>[/color]Kategorie auswählen</option>
4. Line 239, column 43: there is no attribute "onClick"
<td><a onClick=[color=red]"[/color]history.back(1)"
5. Line 254, column 96: there is no attribute "onFocus"
...="text" value="Benutzername" onFocus=[color=red]"[/color]if (value=='Benutzername') {value=''}"
6. Line 254, column 143: there is no attribute "onBlur"
...=='Benutzername') {value=''}" onBlur=[color=red]"[/color]if (value=='') {value='Benutzername'}"
Kommentar