Zoekbox + (uitleg) Tekst
Zoekbox met uitleg Javascript ” onfocus / onblur ”
<input type="text" value="Voer hier uw zoekterm in.." name="s" id="s" onfocus="if (this.value == ' Voer hier uw zoekterm in..') {this.value = '';}" onblur="if (this.value == '') {this.value = Voer hier uw zoekterm in..';}" />
No Comments on "Zoekbox + (uitleg) Tekst"