Need help fixing my script

Discussion in 'JavaScript' started by jonas, Nov 28, 2007.

  1. #1
    jonas, Nov 28, 2007 IP
  2. SolarCat

    SolarCat Active Member

    Messages:
    100
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    88
    #2
    It's because you have two forms with the same name and two Javascript functions with the same name. You'll have to change one of the form names, the corresponding function name, the reference to the function in the onclick property of the button in that form, and the reference to the form in the function for that form.
     
    SolarCat, Nov 28, 2007 IP
  3. jonas

    jonas Well-Known Member

    Messages:
    339
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #3
    Thanks Steve, that seems confusing. I'm not that technical. Can I pay you to do it for me?
     
    jonas, Nov 30, 2007 IP
  4. SolarCat

    SolarCat Active Member

    Messages:
    100
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    88
    #4
    No need. I'll do it as a favor this time. Look for a response to your PM.
     
    SolarCat, Nov 30, 2007 IP