Avatar

Level 4

I made the change Srini,  but that currentPage script still doesn't work.

Here's the syntax now (just for testing):

<Ok button Click event>

if (xfa.host.currentPage =="1" ) {

this.presence = "invisible";

}

else {this.presence = "visible";

}