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 11-10-2002, 01:05 PM   PM User | #1
aquaticparadise
New to the CF scene

 
Join Date: Nov 2002
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
aquaticparadise is an unknown quantity at this point
a question about linking - where all the information appears in one frame

as topic..

if there are a bunch of links (ie. me / you / her...) and you want to keep all the information cleanly in one frame... how do you do it? one frame as in.. one table.. .. you click on one link and all the info would appear in that certain frame.. if you click on another link... all the info from THAT link would also appear in that certain frame...

um.. i hope that's clear enough.

THANKS FOR THE HELP!
aquaticparadise is offline   Reply With Quote
Old 11-10-2002, 01:13 PM   PM User | #2
joh6nn
wei wu wei


 
joh6nn's Avatar
 
Join Date: Jun 2002
Location: 72° W. 48' 57" , 41° N. 32' 04"
Posts: 1,887
Thanks: 0
Thanked 1 Time in 1 Post
joh6nn is an unknown quantity at this point
it's called an IFrame. it's only available in newer browsers. (IE4+, NS6+, Opera 6.05 etc. ) you create your IFrame where you want it to be, like so:

<IFrame Src="default.htm" Name="billy"></IFrame>

where default.htm is the page that you want to show, before any links have been clicked. note that i've included Name="billy". this is because we need some way, to tell the links that we want them to open inside this IFrame. we do that, like this:

<A Href="thePage.htm" Target="billy">click click</A>

it looks just like a normal link, except for that Target="billy" bit. See the connection? Where do i want this to open; i want it to open in billy.

also, i'm gonna move this thread over to the HTML & CSS forum, since it really doesn't have anything to do with javascript.
__________________
bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

i am a loser geek, crazy with an evil streak,
yes i do believe there is a violent thing inside of me.
joh6nn 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 10:55 PM.


Advertisement
Log in to turn off these ads.