Image map link to more than one different target

liunx

Guest
How do i Make a link to two different target...<br />
is it possible? let's ssay i have an image map that link to yahoo.com, how can i target it to two different frames in a sample page when the user click it?<br />
<br />
another scenario is with a normal link <A HREF = <!-- m --><a class="postlink" href="http://www.webdeveloper.com/forum/archive/index.php/">http://www.webdeveloper.com/forum/archive/index.php/</a><!-- m -->"www.yahoo.com">click here</A>, how to make it open in two diffenrent area of a table?<br />
<br />
thanks for any tips...<!--content-->Please try the following<br />
<br />
<br />
<A HREF=http://www.webdeveloper.com/forum/archive/index.php/"page1.htm" target=frame1 onclick="document.getElementById('frame2').src='http://www.webdeveloper.com/forum/archive/index.php/page2.htm'">Tall</A><BR> <br />
<br />
<iframe name="frame1" src=http://www.webdeveloper.com/forum/archive/index.php/""></iframe><br />
<iframe name="frame2" src=http://www.webdeveloper.com/forum/archive/index.php/""></iframe><!--content-->
 
Back
Top