I have a
I need a javascript method to clear the value of the textbox when the focus is
If using jQuery is acceptable:
jQuery("#myTextBox").focus( function(){ $(this).val(""); } );