Re: Form/Element Javascript Coding

2011-02-21 Thread Mike Ramirez
On Monday, February 21, 2011 07:53:03 am hank23 wrote: > I have an html page which I'm trying to code. On it I have a form with > multiple html controls/elements. In order to reference the elements on > the page can I reference them directly with a > document.getElementBy('') or do I need to

Form/Element Javascript Coding

2011-02-21 Thread hank23
I have an html page which I'm trying to code. On it I have a form with multiple html controls/elements. In order to reference the elements on the page can I reference them directly with a document.getElementBy('') or do I need to reference them with the form id as a prefix? If so how do I code