Hi
I have implemented an iframe that contains several links to other pages.
I can't change the content of the iframe because it's on another server.
Here you can see an example of the code for one link in the iframe:
<a href="javascript: void(0);" onclick="openUrl('http://www.streambeam.org');" title="">Link 1</a>
Now I would want those URL's to open in a new file, so I can add a frame on top that refers back to my own site.
Now my question is:
Is this possible, without changing anything in the iframe?
Thanks in advance!