One link -
By Paul
This is a nice technique to open two different content items in two different I-
Firstly, you should create the two I-
Once your standard link is created, right-
<a href="1stContentPage.html" target="ifrm_1"onmousedown="parent.frames['ifrm_1'].location='1stContent
Page.html';parent.frames['ifrm_2'].location='2ndContentPage.html';return false;"
onClick="return false">TEXT</a>
Simply replace the page names in BOLD with the names of your content pages.
Notes:
When using content page names, be sure to use the HTML page names, and not the names
you give the pages in your site. Html page names should also be in lowercase, even
if you manually rename your html pages with upper or mixed case characters. This
is because when your site is uploaded to your server, the html page names will usually
be converted to lower case.