Skip to Content
0
Former Member
Apr 12, 2007 at 11:42 AM

Javascript not working in Adobe Reader

226 Views

Hi All,

I have developed a Adobe Dynamic form, with javascript in it. When I look into the preview the javascript is working, but when I deploy and run it, the javascript is not working in the Adobe Reader.

I have:

Adobe Reader 7.0.9

and working nog NWDS SP18, MI also on SP18.

The javascript I'm using:

if (xfa.event.newText == "Electriciteit") {

aansluitingVan.presence = "visible";

aansluitingNaar.presence = "visible";

tfWijziging.presence = "visible";

rtWijziging.presence = "visible";

} else {

aansluitingVan.presence = "invisible";

aansluitingNaar.presence = "invisible";

tfWijziging.presence = "invisible";

rtWijziging.presence = "invisible";

}

Does anyone know what the problem could be?

Thanks & Regards,

Chris Bogers