Hi,
I have a javascript object called 'element' of type HTMLInputElement that corresponds to a HTML input text box element on my page. (Thus, something like $F('element')
using prototype will return the text of this box). Is there a way, using prototype and this 'element', for me to access the value of the next HTML input text box in the DOM after 'element'?
Thanks!