thesoggycow Posted May 14, 2008 Share Posted May 14, 2008 So I wrote a script for a website I'm building... It dynamically updates a total based upon radios selected in a form. The page can be found at http://www.noodledude.com/cost2.htm and the js file is at http://www.noodledude.com/cost.js It works just fine in everything but IE7... *$^#! IE decides that the first selected radio in the form is tax[0]... If you select the second radio which should be tax[1] it is instead assigned tax[0]... It's throwing off the total presented to a prospective visitor and I can't figure out how to fix it easily... Help before I decide to beat the *$^# out of Microsoft... Link to comment https://forums.phpfreaks.com/topic/105675-solved-ugh-ie7/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.