PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

Hi,

Recently I had started creating forms using Adobe Form
Designer. At the same time, i want to add javascript
validation on fields once user enter data.

// A MouseUp action
var nButton = app.alert({
cMsg: "Do you want to close this document?",
cTitle: "A message from A. C. Robat",
nIcon: 2, nType: 2
});
if ( nButton == 4 ) this.closeDoc();

I had tried to add this simple javascript on one of
button on event onExit. But I keep on getting Jscript
Runtime error.

I'm doing anything wrong here.

Please correct me, I'm very new to Adobe Form
Technology.

thanks,
db


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus

To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to