Hi. I have a tabular page that loads a series of pages into multiple iframes based on a menu selection. For example the user selects a page they want to view from a menu and a new tab is created with an Iframe and the page is loaded into the Iframe.
One of the pages contains a timer that I set using setinterval. The problem is that even after I remove the tab and iframe with javascript the timer still elapses.
I have tried page events like onunload and ondisposed but that does'nt seem to work. I would use clearinterval but I cant get an event to fire when the iframe is removed.
One of the pages contains a timer that I set using setinterval. The problem is that even after I remove the tab and iframe with javascript the timer still elapses.
I have tried page events like onunload and ondisposed but that does'nt seem to work. I would use clearinterval but I cant get an event to fire when the iframe is removed.