Hi,
I have created an if statement in javascript that works fine when the document is in HTML but when I convert it over to Adobe acrobat the if statement does not work. So I added an if statment to the javascript action of a textbox in acrobat 6 but the if statement still doesn't work what am I doing incorrectly. Here is the script.
Oh ya the form is seperated into three different pages when converted over not sure if that means anything.
if (txtmm.value == "08")
{
txtmonth.value = "August"
}
I would appreciate any help thank you.
Also if you know of any good webpages that give tutorials on javascript for acrobat I would be interested.
I have created an if statement in javascript that works fine when the document is in HTML but when I convert it over to Adobe acrobat the if statement does not work. So I added an if statment to the javascript action of a textbox in acrobat 6 but the if statement still doesn't work what am I doing incorrectly. Here is the script.
Oh ya the form is seperated into three different pages when converted over not sure if that means anything.
if (txtmm.value == "08")
{
txtmonth.value = "August"
}
I would appreciate any help thank you.
Also if you know of any good webpages that give tutorials on javascript for acrobat I would be interested.