Previous | Next | (P-PDF) JavaScript
Topic: Re: Check Box Values (and Conditional Form Fields) (Via Email)
Conf: (P-PDF) JavaScript, Msg: 27638
From: dug
Date: 9/26/2001 07:18 AM
Try putting this script in your textbox field's calculate script. =(Substitute appropriate field names of course.)
//BEGIN CODE
var c=getField("mycheckbox").value;
if (c=="Yes")event.value="25";
else event.value="";
//END CODE
--Doug
>>> listmanager@forum.planetpdf.com 09/24/01 05:45PM >>>
From: "Steven"
--- Planet PDF Forum | http://forum.planetpdf.com ----
I'm not sure what to do for 4.0. Have any of the
other suggested code worked. Unfortunatly I'm not
expert in JavaScript but if I come across anything
during my rummaging I'll post it.
------- Planet PDF Store's Top 10 List for August ---------
ARTS Split & Merge Wizard - PDF Converter - StampPDF
Jaws PDF Creator - Gemini - Crackerjack - BCL Drake - Batch-Print
PreFlight2000 Color Chameleon - ARTS PDF Workshop
Find out why these were the best-selling products last
month. Free demos of each at the Planet PDF Store!
http://www.pdfstore.com/
----- Powered by BinaryThing.com & www.PlanetPDF.com ------