Re: Please Anwser This Question it's urgent

2007-10-20 Thread [EMAIL PROTECTED]
First off, you shouldn't really be using html::selectTag. It's deprecated. What you should probably do is use something like this Form::input('Model.field', array('options'=> $selectOptions,'selected'=>'Item Selected', 'label'=>'Label text', 'onchange'=>'return changeJavascript();')); That is as

Please Anwser This Question it's urgent

2007-10-20 Thread sunil patil
Hi I'm Prashant . My question maybe very funny. But please answer to me if you have any ideas. I use $html->selectTag(), I don't know how to use OnChange. When User choose a item on SelectTag, I want Browser to redirect another page and get current value. Thank so much! --~--~-~--~