Forum Moderators: open
Error: document.getElementById("name") has no properties
Source File: myfile.htm Line: 81
I know I can condition the javascript if it was in the same document as the script, but as I am using external javascript files this is not a decent workaround. I know I should be able to check for the element prior to the edit check, but cannot get it to work. What is the proper or preferred method?