Russ... I certainly don't claim to be an expert
on AJAX and certainly not web services (since I've never
written a true "web service" (SOAP or REST or whatever...).

But the only time I use an iframe for "faux" ajax (generic use
of the term, meaning only that data is transferred without the
refresh of a page) is when I have to upload a file, since "true" AJAX
won't handle a file.

I just want to make sure my understanding is correct in that
true AJAX doesn't involve an iFrame and the only time one need
make use of an iFrame for ajax is when a file has to be transferred.

Note, that I said the only time an iFrame is "needed" is for the
transfer of a file, not that it can't be used for "faux" ajax all the time.

Would this be correct?  I just don't want my understanding to
be incorrect...

Thanks!

Rick


-----Original Message-----
From: Russ Michaels [mailto:r...@michaels.me.uk] 
Sent: Monday, April 04, 2011 12:10 PM
To: cf-talk
Subject: Re: Button


using an IFRAME is how we did AJAX and Web Services before it was called
AJAX and Web Services, it is the same thing really :-)


On Mon, Apr 4, 2011 at 2:37 AM, Rick Faircloth
<r...@whitestonemedia.com>wrote:

>
> Ok... glad you got it figured out!
>
>
> -----Original Message-----
> From: Rick T [mailto:rtuinenb...@gmail.com]
> Sent: Sunday, April 03, 2011 8:47 PM
> To: cf-talk
> Subject: Re: Button
>
>
> Actually I figured out how to do this very simply by using an Iframe.
> The jQuery route carried lots of overhead.
>
> Rick
>
> >Hi, Rick...
> >
> >What do exactly do you mean by "it sends information to another
> >site that records the data" ?
> >
> >Is the information going to a database, or what?
> >
> >I can help you with coding this, but I'll need to know exactly
> >what's happening with the data. I do all my ajax stuff sending
> >data to a database, so I'm not sure about this part.
> >
> >
> >I am not a JQuery pro to make something from scratch, any JQuery script
> code
> >out there that I can modify to meet my needs?
> >
> >
> >
> >Thanks
>
>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343529
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to