I am using ext js 4.2 and i am rendering the HTML in iframe. The issue which i am facing is that in HTML content we have some bookmarks and when i clicked (back to top) it refresh the page instead go to top. To test the case i copied the HTML content in another file and open in IE and its working fine but not in iframe. Can any one help me on this issue how to resolve so book marks can work in iframe too.
Asked
Active
Viewed 54 times
0
-
Any solution for above query ?? – user3731362 Nov 16 '16 at 08:07
-
I have replaced book mark with onclick=window.scrollTo(0,0); and it works – user3731362 Nov 22 '16 at 15:47