Javascript problem in my page

Discussion in 'JavaScript' started by Freewebspace, Mar 15, 2008.

  1. #1
    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:






     
    Freewebspace, Mar 15, 2008 IP
  2. GreatMetro

    GreatMetro Peon

    Messages:
    117
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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
     
    GreatMetro, Mar 17, 2008 IP