RE: Simple FORM Variable ERROR?????

2002-01-04 Thread Amanda Stern
Jeff, I have been trying, with no success, to get the cf_twoselectsrelated tag to workcan I take a look at your javascript code and see if that will better do the trickthanks again --- Garza, Jeff [EMAIL PROTECTED] wrote: I don't think CF is what you want to use here... Since it

RE: Simple FORM Variable ERROR?????

2002-01-04 Thread dal1als
-Talk Subject: RE: Simple FORM Variable ERROR? Jeff, I have been trying, with no success, to get the cf_twoselectsrelated tag to workcan I take a look at your javascript code and see if that will better do the trickthanks again --- Garza, Jeff [EMAIL PROTECTED] wrote: I don't think

RE: Simple FORM Variable ERROR?????

2002-01-03 Thread Raymond Camden
You are correct. Form.method won't be set until the user picks it and submits the form. Now, you can default form.method to something so that the second drop down will have values in it initially. By the way, this is VERY bad: cfoutput cfif #form.method1# IS 1 /cfoutput This should be: