<input type="text" name="form01" style="background: green;" onFocus="this.style.backgroundColor='#eeeeee'" onBlur="this.style.backgroundColor='palegreen'" size="16">
<input type="text" name="form02" style="background: silver;" onFocus="this.style.backgroundColor='#eeeeee'" onBlur="this.style.backgroundColor='palegreen'" size="16">
<input type="checkbox" name="check01" style="background: silver;" onFocus="this.style.backgroundColor='#eeeeee'" onBlur="this.style.backgroundColor='palegreen'" value="1">
<select name="select01" style="background: silver;" onFocus="this.style.backgroundColor='#eeeeee'" onBlur="this.style.backgroundColor='palegreen'" size="3"> <option selected value>(bitte wählen)</option> <option value="JA">Ja</option> <option value="NEIN">Nein</option> <select>
<input type="RESET" value="Löschen">
Komplettes Reset: Bei Klick auf diesen Link wird die Website in den Originalzustand zurückgesetzt.
<a href="javascript:location.reload()">Link</a>