Hello all,
I have a problem with textbox validate script. i want to check validation of textbox 3 time and after 3 wrong attempt automatically right answer will display in a message box.
Ex:
var n=getField("item2").value;
if(n !="lightning")
{
app.alert("Try again...",3)
}
else
{
app.alert("Correct... ",3);
}
this code working properly, but i want to check it 3 times and then answer(anything message) will appear.
thanks,
- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com