javascript - Why can't I access Opener's ADO Recordset in IE10? -


this javascript works fine in ie8. child pop-up page trying move cursor of ado recordset last entry.

opener.listgridid1.recordset.movelast(); 

but same code gives following error in ie10 on windows 8.

script65535: catastrophic failure 

if parent page calls recordset works fine, , trying call other functions on recordset pop-up results in same error, guessing there problem accessing recordset child page, don't know why.

also, being used on classic asp page, don't think should matter. thanks


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -