To ellaborate

I have a hidden field in the messages.cfm template which is
populated by the post of the bottom frame using js. If I can
figure a way to post the messages frame with the value of the
hidden field, I can use that var in the update.




Douglas Brown
Email: [EMAIL PROTECTED]
----- Original Message -----
From: "Matt Liotta" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, May 05, 2002 11:58 AM
Subject: RE: Passing values between frames


> In order to move data from JavaScript to CF, you will need to
have the
> browser make a request. A common way to hide this is to use a
hidden
> frame. In the hidden frame, you have JavaScript send and receive
some
> data on a regular basis. You might want to look to WDDX for help
moving
> the data back and forth.
>
> -Matt
>
> > -----Original Message-----
> > From: Douglas Brown [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, May 05, 2002 11:58 AM
> > To: CF-Talk
> > Subject: Passing values between frames
> >
> > I have a chat application that I am attempting and require the
brain
> > energy of the group. This is frames based app, and I am
attempting to
> do
> > it with an array versus a database. the layout etc... is
below. I am
> > trying to use a Coldfusion array, but do not know if I can
pass the
> > value of the textbox in [postMessage.cfm] from javascript into
the
> > coldfusion array using arrayAppend() somehow.
> >
> >
> > [Index.cfm]
> > Holds the <frameset> of the pages
> >
> > [messages.cfm]
> > This is the chat window
> >
> > [postMessage.cfm]
> > This holds the textbox for the person to submit their message.
> >
> > [whosOn.cfm]
> > This holds a list of who is currently logged into the chat
> >
> >
> >
> >
> > Douglas Brown
> > Email: [EMAIL PROTECTED]
> >
> >
>

______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to