anything that happens in the browser (e.g. clicking) is client side.
coldfusion is server side.

the only way to trigger a CF action (e.g. setting a session variable)
after a client side event would be:

1) go back to the server (add a link to the tab) that sets the
variable on the server and then reloads the page
2) add an onclick event handler to the tab and use AJAX to send a
request to the server to set the session variable.

On 10/23/07, erik  tom <[EMAIL PROTECTED]> wrote:
> how to add a session variable on the tab click in Coldfusion
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291855
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to