robbiez
12-19-2008, 11:50 AM
I am novice and thought I was doing well to get my price calculator form working - but I have just checked it in IE 7 and it doesn't work, it works perfectly in Firefox.
The problem is with these three lines which aren't posting the values to the form elements:
document.remoteadd.price.value=formatAsMoney(frametotal);
document.remoteadd.image_size.value=width +"mm X " + height +"mm";
document.remoteadd.glass.value=glasstype;
Is there any reason why IE7 doesn't like them whilst firefox does.
Thanks
Rob
The problem is with these three lines which aren't posting the values to the form elements:
document.remoteadd.price.value=formatAsMoney(frametotal);
document.remoteadd.image_size.value=width +"mm X " + height +"mm";
document.remoteadd.glass.value=glasstype;
Is there any reason why IE7 doesn't like them whilst firefox does.
Thanks
Rob