A
aotemp
I am using javascript and firefox (with the wonderful javascript
console).
within the body of the document I have defined a function that
references an object on my form with the statement
"document.myForm.mySelect"
however when the browser sees this line, it spits out the following
error into the console, and does not execute the function...
"document.myForm has no properties"
defined later in the body as
<form name="myForm" onsubmit="myFunction()">....</form>
I did a search in the group for an answer and did not find the
information that I needed...
thanks for the help!
console).
within the body of the document I have defined a function that
references an object on my form with the statement
"document.myForm.mySelect"
however when the browser sees this line, it spits out the following
error into the console, and does not execute the function...
"document.myForm has no properties"
defined later in the body as
<form name="myForm" onsubmit="myFunction()">....</form>
I did a search in the group for an answer and did not find the
information that I needed...
thanks for the help!