PDA

View Full Version : Two targets in two seperate frames with one hyperlink


dominickm
01-11-2004, 11:11 PM
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

Nightfire
01-11-2004, 11:13 PM
Don't crosspost!

http://www.codingforums.com/showthread.php?s=&threadid=31393

DsgnrsTLZAdmin
01-15-2004, 03:41 AM
dont crosspost? is it the end of the world? ok anyway

<a href="" target="frame1" target="2" />Load in both frames</a>



im assuming thats what you wanted?

Nightfire
01-15-2004, 06:32 AM
:confused: That won't work

me'
01-16-2004, 06:05 PM
Originally posted by DsgnrsTLZAdmin
<a href="" target="frame1" target="2" />Load in both frames</a> First of, <a> isn't an empty element (it has a closing tag), and so it should be <a ...>Link text</a> and not <a ... />Link text</a>. Second, you can't have more than attribute of one name and have it work.

Len Whistler
01-18-2004, 06:31 AM
If you go to my site I think I have done what your are looking for. The link on the left opens 2 html pages in the top and bottom right pages.

http://www.stubby.ca

* I have one 2 frame html page, left and right. This is my main frame.

* I also have about 14 - 2 frame html pages, top and bottom.

*Links on the left will load one of the 14 top and bottom framed html pages into the right frame of my main frame.

I hope this is clear.

Leonard Whistler
www.stubby.ca