my problem is that I want to get access from page index1.html to object in page index2.html, for example:
<button id="btnIndex1" onclick="$('#PopUpDIvIdInPageIndex2').show();">btn in index1.html</button>
Solutions with coockies and another storages are not useful for me because I need immediately(real-time) access. Any suggestions?