I'm having a horid time trying to get the current page loaded in my iframe.
I'm using javascript:openIFrame("iFrame","page.htm") to change the iframe from the menu.
The problem though is that if I follow a link inside the iframe and then try to get the source using 'document.getElementById('iFrame').src;', I still get back the original page I called in the javascript command. In this case, page.htm
it seems that the src atribute does not update when you follow a link.
Anyone have an idea how to get around this?
Thanks