Forum Moderators: phranque
<a href="../training/index.html" onmouseover="return loadIframe('navigation', 'navigation/training.html')">button</a>
it is able to update the first link (by adding the appropriate "../"), but not the one in the loadIframe method.
My second question is concerning iframes. As you can see above, a page is loaded into the iframe when the link is moused over. I have 3 of these on one page. The problem is everytime a mouseover occurs and the iframe is loaded with a new page, it leaves a trail in the history. So when u want to go back, you have to back through all the pages that were loaded in the iframe.
Thanks.