lime icon

Phosphorus and Lime

A Developer's Broadsheet

This blog has been deprecated. Please visit my new blog at klenwell.com/press.
HTML: Form Field Focus
How to preset a form field and have it change when clicked on:

<input onfocus="this.value='';" type="text" name="textfield" value="enter text here">


Example:



Just learned this. Simple.

keywords: html, css, form, input, textfield, focus, onfocus