Iglesia ni Cristo’s Manalos are in danger and seeking help from the public
'+ '' + 'Recipient Email
'+
'' +
''+
'
Subject
'+
'' +
'Message
'+
'' +
'',
buttons: [
jQuery.extend({}, vex.dialog.buttons.YES, { text: 'Send' }),
jQuery.extend({}, vex.dialog.buttons.NO, { text: 'Cancel' })
],
callback: function (data) {
if (data.emailfrom && typeof(data.emailfrom) != "undefined") {
var c = typeof(data.captchacode) != "undefined" ? data.captchacode : "";
essb_sendmail_ajax1951087785(data.emailfrom, data.emailto, data.emailsubject, data.emailmessage, c);
}
}
});
});
});
function essb_sendmail_ajax1951087785(emailfrom, emailto, emailsub, emailmessage, c) {
//alert(emailfrom + "|" + emailto);
var get_address = "/"+emailfrom+"&to="+emailto+"&sub="+emailsub+"&message="+emailmessage+"&t=Iglesia+ni+Cristo%26%238217%3Bs+Manalos+are+in+danger+and+seeking+help+from+the+public&u=http%3A%2F%2Fwww.manilalivewire.com&p=http%3A%2F%2Fwww.manilalivewire.com%2F2015%2F07%2Figlesia-ni-cristos-manalos-are-in-danger-and-seeking-help-from-the-public%2F&c="+c;
//prompt(get_address, get_address);
//alert(get_address);
jQuery.getJSON(get_address)
.done(function(data){
alert(data.message);
});
}