I have a
I need a javascript method to clear the value of the textbox when the focus is
just get element using
function name() { document.getElementById('elementid').value = ""; }
you can call this function on onfocus event of textbox and clear the value