Thank you!
On Sep 5, 4:24 pm, "Jake McGraw" <[EMAIL PROTECTED]> wrote:
> $.ajax({
> type: "POST"
> , url: "GetNewHash.aspx"
> , data:
> {
> orderid : $("#orderid").val()
> , amount : $("#amount").val()
> , dtnow : $("#time").val()
> , Gateway_MerchantConfig
$.ajax({
type: "POST"
, url: "GetNewHash.aspx"
, data:
{
orderid : $("#orderid").val()
, amount : $("#amount").val()
, dtnow : $("#time").val()
, Gateway_MerchantConfigID : $("#Gateway_MerchantConfigID").val()
}
, async: false
, success : function
2 matches
Mail list logo