Hello,
Thanks for the response. This is a bit more complicated than I originally thought
I am promoting another website by showing their content in an Iframe, but I do not have access to the HTML to simply add onmouseover to each link.
And there are 2 levels of Iframes.
Code:
Domain A
contains Domain B (in Iframe 1)
which contains a table from Domain B (in Iframe 2)
A user can click on links in Iframes 1 and 2 which updates the contents in Iframes 1 and 2.
I do not want to display the status text for any links in the Iframes. Is this possible?
I made an initial attempt but seem to also run into "Access denied" errors when trying to access the DOM for Domain B in the Iframe.
Quite a conundrum. Would appreciate any assistance if it is indeed solvable
Andy