Hi
I have a php-page containing two different frames, the right one is "test_main". In the left frame i have the "test.php" including only a link
<a href="/test.php?part=link1"
onclick="parent.test_main.location.href='test_page_1.html' ; ">Link1</a>
when klicking on the link the "test.php" is reloaded with new info and 'test_page_1.html' is loaded in the left frame and so far so good.
The page is completely loaded and the browser (IE6) says done in the statusbar.
But the problem is that the browser, after the page is loaded, still loads something. Atleast it looks like it. Because next to the statusbar which says done the blue bar keeps running very slowly.
Does anyone recognise this problem and know what it could be?