 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
drofdarb

Joined: 14 Jun 2004 Posts: 3 Location: Albert Lea, MN USA
|
Posted: Mon Jun 14, 2004 9:56 pm How do I display in 2 frames |
|
|
|
I'm using 3 frames: Top, Left (menu), Right (display area).
When I click a button in the Top frame, I need to display a menu page in the Left (menu) frame and display a clear page in the Right (display area) frame.
How do I do this?
Thanks...fab |
|
mjpliv

Joined: 11 May 2004 Posts: 406 Location: Nova Scotia
|
Posted: Tue Jun 15, 2004 3:25 am |
|
|
|
You "target" your links to open in a specific frame.
| Code: |
| <a href="menu.html target=Left> |
where Left is the name of frame you set with your frameset tag. |
|
mjpliv

Joined: 11 May 2004 Posts: 406 Location: Nova Scotia
|
|
drofdarb

Joined: 14 Jun 2004 Posts: 3 Location: Albert Lea, MN USA
|
Posted: Tue Jun 15, 2004 6:53 am |
|
|
|
| mjpliv wrote: |
You "target" your links to open in a specific frame.
| Code: |
| <a href="menu.html target=Left> |
where Left is the name of frame you set with your frameset tag. |
--------------------------------------
I guess I didn't state the problem clearly. I know how to use "target" to get an html file displayed in a specific frame. What I need to do is display 2 html files in 2 different frames when a single button is clicked.
Putting it in html code form, I need something like.....
<a href="menu.html target=Left AND "blank.html target=display-frame>
I couldn't find anything in the html references that explain if I can do this and how to do it. I saw that you can do multiple commands for the "onload" function by separating them with a semi-colon (;). I think I tried this for the <a href...> function, but it did not work.
In regards to your second response... I use the tutorials and references in the links that you gave me. I found them through search engines and eventually got to this forum because of them.
Thanks for your help...fab |
|
Corey Bryant Site Admin

Joined: 15 May 2004 Posts: 8313 Location: Castle Pines North, CO USA
|
|
drofdarb

Joined: 14 Jun 2004 Posts: 3 Location: Albert Lea, MN USA
|
Posted: Tue Jun 15, 2004 9:50 pm |
|
|
|
---------------------------
Thank you Corey. This is what I need. I will try it out tomorrow. I'm outa gas now!
...fab |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|