I've got some javascript calculators, and I messed up something on the forms. The javascript is fine, it's in a separate file. It was working fine, I kept playing with it (using find and replace) trying to get it xhtml compliant. I thought everything was still working but now it doesn't. Mustang Performance Calculators Could someone be kind enough to take a look, it's probably a simple form syntax I messed up.
You're including the javascript file with an absolute server path: /home2/modded/public_html/includes/calc.js instead, use /includes/calc.js or http://www.moddedmustangs.com/includes/calc.js