chael Grant [mailto:mgr...@modus.bz]
Sent: Friday, December 31, 2010 14:20
To: cf-talk
Subject: Re: custom tag and javascript question
Maybe I'm not following along here. How can the JS assign a value to a
hidden form field if CF isn't rendering the hidden form field onto the page?
-Original Message-
> From: Michael Grant [mailto:mgr...@modus.bz]
> Sent: Friday, December 31, 2010 12:49
> To: cf-talk
> Subject: Re: custom tag and javascript question
>
>
> How your cf is set up does little to effect how the javascript will
> communicate with other
[mailto:mgr...@modus.bz]
Sent: Friday, December 31, 2010 12:49
To: cf-talk
Subject: Re: custom tag and javascript question
How your cf is set up does little to effect how the javascript will
communicate with other forms. JS will traverse your page in the usual way.
The fact that one form is in a
CF simply outputs any content in the file, it does not automatically make
any decisions about what to display unless you have defined this with
if/else block or switch/case statements or are dynamically generating the
content.
The other thing that could stop content being displayed is a or a
Al
How your cf is set up does little to effect how the javascript will
communicate with other forms. JS will traverse your page in the usual way.
The fact that one form is in a different file than another form doesn't
matter to JS since by the time it gets to the client browser it's all "one
page" as
5 matches
Mail list logo