Uncaught TypeError:Cannot set property rows
of underfined at subMenu (top.js:204)at HTMLTableCellELement.onclick (top.672)
定位到代码如下:
定位的第一个是rows
代码是:parent.frames.[“FrmMain”].rows=“0%,100%”报错是Uncaught typeerror :cannot set property `rows of undefined
第二个定位如下:
他是用了一个函数递增显示出数据,但是谷歌浏览器点击没办法跳转,IE浏览器却可以跳转,正常运行。