Clearing an ASP textbox on click

L

LeSam

I wish to use client side script to clear a textbox when the user clicks on
an ASP:textbox control. The problem is I have pseudo-default text in the box
to give the user clues to what to type in but I wish this to go away once the
user clicks the box or tabs to it. All thoughts welcome. Thanks.
 
L

LeSam

Just found another post today that might help.
Do this in page load

if not ispostback
textbox1.attributes.add("OnFocus","this.value='';")

that should do it.
I'm going to try this. Courtesy of Jeff's answer to MattB (Blank a textbox
when selected).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top