Hi
Simple problem. Ive designed a calendar for booking our boardroom - and I want it to refresh live - so using a timer and an ajax call. Thing is, if you select a new day (also using an ajax call), when it refreshes it needs to refresh with the new days details.
How do I store the 'new day' date variable and use it later when I refresh that days details?
Currently I have created an invisible text field and am reseting the value and retrieving it later - that seems a little old school though.
Can I create some sort of enduring object which can be accessed at will?