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

Reply via email to