Posts: 44
Name: Jonathan Roy
Location: Montreal, Quebec, Canada
|
Hi,
Do you guys know a script in javascript that detects a click on a link in a frame.
Like in this case the page1.html detects a click in page2.html and page1.html leads to page3.html in the case of a click.
<HTML>
<HEAD>
<TITLE>A simple frameset document</TITLE>
</HEAD>
<FRAMESET rows="100, *">
<FRAME src="page1.html">
<FRAME src="page2.html">
</FRAMESET>
</HTML>
Thank,
Jonroy
|