Hello everyone, been a while since I posted a thread around here...

I need some help with javascript function getElementsByName, lets say I have a button named iButton, when I try to do:
getElementsByName(iButton).click;
I get the error getElementsByName is not defined

What am I doing wrong here?
Is there any other way to click a button that only has "name" tag for identification?
Storm Reviewed by Storm on . Javascript help needed Hello everyone, been a while since I posted a thread around here... I need some help with javascript function getElementsByName, lets say I have a button named iButton, when I try to do: getElementsByName(iButton).click; I get the error getElementsByName is not defined :S What am I doing wrong here? :S Is there any other way to click a button that only has "name" tag for identification? Rating: 5