Test Orders
Test .01: Testing Order Forms | Amt | ||
| $0.01 |
I have read and understand the terms of this agreement. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
(Enter your initials) |
jQuery(window).load(function() { var orderButton = document.getElementById('Order'); if (orderButton != null) { orderButton.onclick = new Function("this.disabled=true;this.form.submit();"); }
if (window.calcTotals) { calcTotals(); } });
Pages: 1 2