ask for help
request get failed.
the mysave.php in the /module/campaignsPHP Code:var CheckPoll_success =function(data){
alert(data.responseText);
}
var CheckPoll_fail=function(data){
alert("failure");
}
var cObj=YAHOO.util.Connect.asyncRequest('GET','index.php?&module=Campaigns&action=mysave&to_pdf=1',{success: CheckPoll_success,failure: CheckPoll_fail},null);
the content:
any one can tell me the reason about it?PHP Code:<?php
if(!defined('sugarEntry') || !sugarEntry) define('sugarEntry', true);
echo "hello";
?>


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks