Firefox not firing the onClick Event...but working in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sacha4
    New Member
    • Sep 2007
    • 11

    Firefox not firing the onClick Event...but working in IE

    Hi,

    I need some help with my onClick event. I realise that there is some problem with the javascript but what exactly it is i am not able to know.
    <input type="Button" onClick="locati on = '' + jump.optio ns[ jump.selected Index].value;" value="Go!" />
    This is my code for the onClick event.
    need help !
    thanks!
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Turn on (and download if need be) the FireBug extension for firefox so you can see what it's trying to do.
    That should help you understand what the errors are

    Comment

    • sacha4
      New Member
      • Sep 2007
      • 11

      #3
      Thanks Plater for replying so fast. I dowloaded the Firebug and it says that it doesnt identify the jump event. and it wants the onclickto be like onclick(click clientX=0, clientY=0)....s o now how do i do it?
      Thanks in advance!

      Comment

      • sacha4
        New Member
        • Sep 2007
        • 11

        #4
        Instead of the caus given in firebug, i just added form tags to each page and it works out fine now..thanks for ur help Plater

        Comment

        Working...