I have a page that once a radio button is clicked it calls a javascript function to see if there is a password needed to select that item. The js calls a JSON -> php which hits my db and returns the pass. It works in all browsers except for ie7 and ie8 <- ( i think haven't tested ie8 yet ), and I cant figure out why. My code is http://pastie.org/433970 and an example of the page is http://173.57.59.9:8080/wp-content/test_sites/robocamp/testradio.html . If anyone could help me with this I would forever be in your debt, thanks.