Blame | Letzte Änderung | Log anzeigen | RSS feed
function paypalSubmit() { setTimeout(document.paypal.submit(),3000); return true; } function credcardSubmit() { setTimeout(document.creditcard.submit(),3000); return true; }
function paypalSubmit() {
setTimeout(document.paypal.submit(),3000);
return true;
}
function credcardSubmit()
{
setTimeout(document.creditcard.submit(),3000);