Ways to give: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 96:
function loadCurrency(code){
document.paypalcontribution.action =
var currency = document.createElement("input");
currency.type = "hidden";
Line 103:
document.paypalcontribution.appendChild(currency);
document.paypalcontribution.submit();
}
</script>
|