Hi, I have the following:
<frame src="myframe.htm" id="myframe"/>
<frame src="http://www.google.com" id="external" />
How to detect any new url in the frame "external"
when clicking a link on it so i can display it on the frame "myframe"
?
I want to use javascript for that
Thanks