that is standard AJAX stuff and is built right into ColdFusion.
Read the livedocs relating to ajax tags and functionality.
http://www.adobe.com/products/coldfusion/features/ajax_features/


On Fri, Apr 1, 2011 at 11:21 PM, Rick T <[email protected]> wrote:

>
> I am moving this post to the jQuery section.
>
> > Thanks for that, the hard part is posting the data without the page
> > the button is on having switch pages.
> > It should remain on the same page.  The data transfer should happen in
> > the background.
> >
> > >untested, but this should change your image
> > >
> > ><img id="foo" src="image1.gif" onclick="changeMe(this)">
> > >
> > ><script>
> > >function changeMe(obj)
> > >{
> > >obj.src = "image2.gif";
> > >}
> > ></script>
> > >
> > >
> > >
> > >
> > >>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:343498
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to