| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Linking content from different pages together with an iframe! help me please
on a page i have designed i have 2 iframes, the iframe on the left (fame1) has its content contained at news/archive1.htm and the iframe on the right (frame 2) has its content at news/currentstory.htm
both these frames are on news.htm what i want to be able to do is click a link in frame 1 in news.htm and the content relating to this story be viewed in frame 2. basically i dont think i have explained this very well. this is a news page and the titles of the story are in frame 1 which has its content on another page and the main story should be displayed in frame 2 which is again a separate htm document. so when we click a story title it will call a link and display the contents of this link in frame 2 ![]() |
|
#2
|
|||
|
|||
|
I believe the following should work. Say you have the following:
A link to article001.htm in frame 1. Frame 1 is named frame1 and frame 2 is named frame2. frame1 Code:
<a href="article001.htm" target="frame2">Article 001</a> JMH
__________________
jmurrayhead Did I help you out? Make me popular by clicking the icon!New Members:Proper way to post a question Powered by ASP.Net |
![]() |
| Viewing: ASP Free Forums > Web Design > Web Layout > Linking content from different pages together with an iframe! help me please |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|