Here is the page :http://www.rmmfa2004.org/submit.php and Javascript I use When I click on regular listing on the submit page title4,title5 and url4 and url5 should be disabled and when I click on normal listing all the fields except TITLE and URL should be disabled but here when I click on those radio buttons none is disabled why? Javascript: Code to disable and enable buttons:
Looks like you've got meta tags after the </head>, including an incorrect description meta tag that is missing the opening '<'. Try putting all of your meta tags in the <head> as well as all of your javascript. Once you do that, also try changing the name of your form; not sure if submit1 might be violating namespace?? Good luck