»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-26-2004, 11:29 AM   #1 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 14
italiamodena575 is on a distinguished road

i want to use my left side framest as a permanent navigation bar but every link i put in it will only link to the specified URl in the same frame so how do i make the link link to the the specified URL in the main frame. sry if that is a little confusing let me know if you want to see the code

italiamodena575 is offline   Reply With Quote
Old 02-26-2004, 11:45 AM   #2 (permalink)
Registered User
 
BobOmega's Avatar
 
Join Date: May 2002
Location: Youngstown (well near it) Ohio
Posts: 1,014
BobOmega is on a distinguished road
Send a message via ICQ to BobOmega Send a message via AIM to BobOmega
target="main" put that in the a tag after the address.

this is asuming your 'main' frame is named main
i'm not sure if i can type the html in here or not.
BobOmega is offline   Reply With Quote
Old 02-26-2004, 11:51 AM   #3 (permalink)
Registered User
 
Droppyale's Avatar
 
Join Date: Dec 2002
Location: -----------
Posts: 1,798
Droppyale is on a distinguished road
Send a message via AIM to Droppyale Send a message via Yahoo to Droppyale
you need to give that frame a "name"

for example:
<frame src="main.htm"
name="content">


then to link to that frame you do this:
<a href ="blablacontent.htm" target ="content">Link name</a>
Droppyale is offline   Reply With Quote
Old 02-26-2004, 12:02 PM   #4 (permalink)
Registered User
 
BobOmega's Avatar
 
Join Date: May 2002
Location: Youngstown (well near it) Ohio
Posts: 1,014
BobOmega is on a distinguished road
Send a message via ICQ to BobOmega Send a message via AIM to BobOmega
oo just thought of another way.
if you have alot of links in your nav, and dont want to add the target="blah" to them all.

before you close the head tag add a (minus the spaces)
<base target ="main">
</head>
<frameset>
<frame src ="blah.htm" name ="main">
</frameset>
BobOmega is offline   Reply With Quote
Old 02-26-2004, 07:44 PM   #5 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 14
italiamodena575 is on a distinguished road
thanx i will try it.

and btw if anyone wants to play some ut 2k4 demo then let me know
italiamodena575 is offline   Reply With Quote
Old 02-26-2004, 07:54 PM   #6 (permalink)
Registered User
 
Join Date: Nov 2003
Posts: 14
italiamodena575 is on a distinguished road
awesome it worked this should make my page much more efficiant
italiamodena575 is offline   Reply With Quote
Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 06:22 PM.