Or simply creating a new image and setting it's source... I do this all the time:
(new Image()).src = "target.cfm?session_value=ben"; This should hit the page with the appropriate source and no overhead of an XmlHttpRequest thingy. And totally browser-independent. ...................... Ben Nadel Certified Advanced ColdFusion Developer www.bennadel.com -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 11:41 AM To: CF-Talk Subject: Re: updating session values >>but is there any way of doing this without using ajax or will i need to use ajax No, you need to communicate by any mean with the server. Could be Ajax, or directly using the XMLHttpRequest object. -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:256722 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

