Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
HI I WOULD LIKE TO ASK FOR HELP TO ALL DELETE TEXT IN DEFAULT INPUT FIELDS WITH IN onFocus event ASPRunner Professional 7.2THANKS TO ALLmax
Here is the sample code to be added to Javascript OnLoad event. 'Amount' is the field name in this example.
var ctrl = Runner.getControl(pageid, 'Amount');ctrl.on('focus', function(e){ctrl.setValue('');});