maximum number of functions??

Discussion in 'JavaScript' started by speedy_rudolf, Sep 7, 2009.

  1. #1
    Hi. I'm trying to make a web page using javascript for validation, but after the last 2 functions I wrote, 2 functions don't work anymore. I attached the file so you can see for yourself. And I know there are a few things I could do to the html, but I'm saving those for last. Any idea why the scripts don't work is much appreciated. (the functions that don't work are: "cont_pag1" and "cont_pag2"...btw...they worked just fine until I wrote the last few functions (the ones for the pag4 div))
     

    Attached Files:

    speedy_rudolf, Sep 7, 2009 IP
  2. caprichoso

    caprichoso Well-Known Member

    Messages:
    433
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    110
    #2
    You have to check whether you are running an endless loop. You can debug using firebug in Firefox. Or you can add a couple of alert() to check which functions are being call. And detect the loop.
     
    caprichoso, Sep 7, 2009 IP