Forum Moderators: open
Please tell me if this can be done with JavaScript.
Thanks in advance,
The Tricky Trey.
Thanks anyway,
Tricky Trey
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<HTML>
<HEAD>
<TITLE>frameset document</TITLE>
</HEAD>
<FRAMESET rows="100, 200">
<FRAME src="banner.html">
<FRAME src="http://www.otherdomain.com/page.html">
</FRAMESET>
</HTML>
Then from your first page you can link right to your framed document.
<a href="framedpage.html" target="_top">Learn More</a>
So yes, Sathallrin, that would work, but I don't want to go through the trouble of making each individual framed document.