Yes thankyou so much for asking
The for had some issues involved
I did:
///////////////////////////////////////////////////
var postStr = window.location.search.substring(1);
for(i=0; i<document.forms["billing"].elements.length; i++)
{
//alert("The field name is: " +...
IE 6 and IE 7 are throwing errors at me. The JS error I get is
'elements[...].value' is null or Not an object
Code:0
What could it be ? Please help me
var bform = document.forms['billing'];
var postStr = window.location.search.substring(1);
for (var m in bform.elements) {
if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.