hai all,
in html i have created a text box and make it readonly such as

<input type="text" id="age" readonly/>


now i want to make it enable(through javascript) to type in text box . what should i do for this?