Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 01-11-2004, 09:24 PM   PM User | #1
dominickm
Banned

 
Join Date: Oct 2003
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
dominickm is an unknown quantity at this point
Two targets in two seperate frames with one hyperlink

Hi, I am using frontpage 2003. Yes I know it is a beginner program to suit my novice needs.

My question is, I am using hotspot hyperlinks on an image. I am also using frame pages. I was wondering if anyone knew how to make one hotspot hyperlink open two seperate pages in two seperate frames. I am trying to open page1 in frame1 and page2 in frame2 with one hyperlink. If there is a code that exist that I may incorporate into FP2003 or if anyone knows how to do it I would appreciate it greatly.

Thank you in advance,
Dom
dominickm is offline   Reply With Quote
Old 01-11-2004, 09:39 PM   PM User | #2
dominickm
Banned

 
Join Date: Oct 2003
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
dominickm is an unknown quantity at this point
<body>

<p>
<map name="FPMap0">
<area target="main2" href="middlebottom.htm" shape="rect" coords="8, 135, 75, 157">
<area target="main2" href="c/dvdlast12.htm" shape="rect" coords="12, 164, 88, 182">
</map>
<img border="0" src="images/89777777.JPG" width="151" height="320" usemap="#FPMap0"></p>

</body>


I am also trying to add
target="main1" href="c/dvd.htm" shape="rect" cords="12, 164,88,182">
to the second hyperlink so that the same rectangle opens both targets, and everything I have tried it still only opens one target in one frame.
dominickm is offline   Reply With Quote
Old 01-11-2004, 11:02 PM   PM User | #3
dominickm
Banned

 
Join Date: Oct 2003
Posts: 76
Thanks: 0
Thanked 0 Times in 0 Posts
dominickm is an unknown quantity at this point
Forget it... While waiting for someone to help me I figured it out.

I just used javascript on the first framepage opened.

<script language="javascript">
window.open("dvd.htm", "main1")

</script>
dominickm is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 01:41 AM.


Advertisement
Log in to turn off these ads.