Hallo,
Jup, mit einem Event:
onfocus="this.value='';"
besser wie in diesem Archivbeitrag, der Struppi zitiert:
onclick="[code lang=javascript]if(this.value == this.defaultValue) this.value = '';"
onblur="if(!this.value) this.value = this.defaultValue;"[/code]
Freundliche Grüße
Vinzenz