D
Dave
Hi guys,
I have the following JS which is erroring and I don't know why.
Furthermore, it errors by hanging during runtime so I am unable to
determine what is wrong.
The id exists and is viewable in the source code of my web page. Any
suggestions?
this.window.document.getElementById('form_495').reset();
alert(this.window.document.getElementById('form_495')); <-- returns an
object
Thanks in Advance,
Dave
I have the following JS which is erroring and I don't know why.
Furthermore, it errors by hanging during runtime so I am unable to
determine what is wrong.
The id exists and is viewable in the source code of my web page. Any
suggestions?
this.window.document.getElementById('form_495').reset();
alert(this.window.document.getElementById('form_495')); <-- returns an
object
Thanks in Advance,
Dave