Thanks Ray, it does make sense.


Candace K. Cottrell, Web Developer
The Children's Medical Center
One Children's Plaza
Dayton, OH 45404
937-641-4293


http://www.childrensdayton.org


"There is no right price for the wrong product, even if it is
inexpensive and delivered on time."

>>> [EMAIL PROTECTED] 10/13/2004 1:38:57 PM >>>

The short answer is no. JS stuff is client side. CF stuff is server
side. The longer answer is that yes, you can, via hacks. So for
example, you can make JS send you to foo.com/index.cfm?x=Y, where Y is
the value of some JS variable. You would then have "access", but it
would be on a new request. To say "in request", you could use an
iFrame, or image replacement, or frames. But even then, you are
sending the value to a NEW request in regards to CF.

Does that make sense?

On Wed, 13 Oct 2004 11:05:41 -0400, Candace Cottrell
<[EMAIL PROTECTED]> wrote:
> This might be a simple question, but is there a way to pass a JS
> variable (FUNCTION AT THE TOP OF CODE) into a cfloop?
>
> TIA
>
> Candace K. Cottrell, Web Developer
> The Children's Medical Center
> One Children's Plaza
> Dayton, OH 45404
> 937-641-4293
>
> http://www.childrensdayton.org
>
> "There is no right price for the wrong product, even if it is
> inexpensive and delivered on time."
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to