Zoekbox + (uitleg) Tekst

admin » 14 July 2008 » In HTML Stuff »

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..';}" />

Trackback URL

Comments are closed.