>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.
>
>
>> how to add a session variable on the tab click in Coldfusion
>>
>>

How? 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

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

Reply via email to