Clear a text box

  • Thread starter Thread starter Eric
  • Start date Start date
Try this:

textboxname.value = null

This sets text box value to a null value and clears all
typing within it.

Jessica
 
Back
Top