<!-- change whatever1 and whatever2 to whatever you want --> <input type="text" name="whatever1" value="whatever2" onfocus="if (this.value == 'whatever2') this.value = '';" onblur="if (this.value == '') this.value = 'whatever2';" />