Posted by Ale on 10/24/06 10:03
I have 2 pages with frameset
a.html
<frameset rows="..." cols="..." >
<frame src="topA.htm" name="topFrame">
<frame src="1.htm" name="mainFrame">
</frameset>
b.html
<frameset rows="..." cols="..." >
<frame src="topB.htm" name="topFrame">
<frame src="2.htm" name="mainFrame">
</frameset>
In 1.htm page i want a link to the b.html page but it must load for
example "stuff.html" page in mainFrame instead of "2.htm" page...
Is it possible?
Thanks.
Ale
Navigation:
[Reply to this message]
|