Hi,

I am using the input_date_tag function

<?php echo input_date_tag('selectdate', $currentdate, array('rich' =>
true, 'onchange'=> remote_function(array('update'  =>
'common_area','url' => 'home/showbooking','script' => true,)))); ?>

I want to update the "common_area" with the url 'home/showbooking'.

I am getting to the function home/showbooking but how can I pass
selectdate parameter to the called function.

Thanks

Deepak Bhatia

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to 
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to