Template:2011FR/Form-section-processing: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
Line 57: Line 57:
document.paypalcontribution.appendChild(gateway);
document.paypalcontribution.appendChild(gateway);
document.getElementsByName("currency_code")[0].value="USD";
document.getElementsByName("currency_code")[0].value="USD";
document.getElementsByName("amountGiven")[0].value="";
//document.getElementsByName("amountGiven")[0].value="";
//document.getElementsByName("amount")[0].value="";
//document.getElementsByName("amount")[0].value="";


if(typeof(OWA) !== 'undefined'){OWATracker.shareStateByPost( document.paypalcontribution );}
//if(typeof(OWA) !== 'undefined'){OWATracker.shareStateByPost( document.paypalcontribution );}
document.paypalcontribution.submit();
//document.paypalcontribution.submit();
}
}



Revision as of 21:45, 16 November 2011