js报错:TypeError: document.GetElementById is not a function

今天在页面间串值的时候遇到了这个问题


TypeError: document.GetElementById is not a function。


后来发下在VS2010中开发的时候,点号后面的提示有两个,但是大小写是不同的,如下:



出错原因是因为选错了,应该用下面的那个!小写字母开头的!

修正后,不再报错!opener.document.getElementById("hidObjectId").value; 

注意:点号后面应该取value值。






你可能感兴趣的:(JavaScript)