I have smth like this:
echo CHtml::ajaxSubmitButton('Process','http://sm.widgetgen.com/api/send/s/859244cf9aaba64cbc50d1ffd1ee4620',
array('dataType' => 'json',
'type'=>'POST'),
array('type' => 'submit'));
But it doesn't send the request.