Refresh Iframe and maintain scroll back position on refresh
Hi,
I want to refresh a part of page ie iframe after particular duration.and even I want to maintain the scroll back position after refresh the iframe.
I don't want to use Update Panel I want to use pure javascript.
I tried this also (Meta to refresh and MaintainScrollPositionOnPostback )..but the scroll back position is maintained in Mozilla but not in IE..
I will just elaborate my scenario
In mainPage I have IFrame -> src = contentPage
In ContentPage I set Meta to refresh the page and I have set the MaintainScrollPositionOnPostback
I am not getting where I am wrong?
can anybody help me by code?