- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
function callback(tel)
{
var html = $.ajax({
type: "POST",
url: "/callback",
data: ({
'tel': tel,
}),
dataType: "html",
async: false
}).responseText;
$("#output_callback").empty().append(html);
}
public function actionCallback()
{
mail(Yii::app()->params['adminEmail'], 'Перезвоните мне', 'Перезвоните мне: '.$_POST['tel']);
?><script>alert("Собщение отправлено");window.location = "";</script><?php
}
позвони мне ради бога