HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Linking to other frame! HELP!
Post new topic   Reply to topic    HTML Help Forum -> HTML Frame
View previous topic :: View next topic  
Author Message
DJ



Joined: 26 Jan 2005
Posts: 2
Location: NJ

PostPosted: Wed Jan 26, 2005 3:46 pm     Linking to other frame! HELP! Reply with quote

Hey, I want the link in frame 1 to come in frame 2. How can I do this? 8) Thanks.

PS: The menu I use is a Flash menu.
Paralias



Joined: 26 Jan 2005
Posts: 3
Location: Athens-Greece

PostPosted: Wed Jan 26, 2005 4:54 pm     Reply with quote

First of all you will have to create a page that handles the two frames.When you do this you will have to name the two frames.For example:
Code:
<frameset rows="20%,*" border="0">
         <frame NAME="frame_1" src="frame1.html" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
         <frame NAME="frame_2" src="frame2.html" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
</frameset>


Then at the link you have in the 1st frame you have to write:" target="frame_2" "
For example you have this link:
Code:
<a href="http://...."target="frame_2">Your text</a>

I hope i helped you!
DJ



Joined: 26 Jan 2005
Posts: 2
Location: NJ

PostPosted: Thu Jan 27, 2005 3:57 am     Reply with quote

Thanks alot!!!!!!!!! :D
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial