Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Need Help With Frames
Mature Lamb
post Dec 30 2005, 10:46 PM
Post #1


Member [Level 2]
*****

Group: Members
Posts: 80
Joined: 8-September 05
From: Australia
Member No.: 11,616



Hey everyone,
I need help with frames. Say I click a button/link, I want it to appear in a certain box of the template. My friend just made a template from a tutorial, and wants me to make a site for him. With some knowledge of HTML, I ended up doing mostly everything, except for the framing. Because I'm going to use a shoutcast radio, I don't want the page to refresh everytime they visit a new link, otherwise the radio will restart for them. Can someone please give me a tag so if I click a button/link, it will appear in a certain area? Thanks.
Go to the top of the page
 
+Quote Post
Saint_Michael
post Dec 30 2005, 11:55 PM
Post #2


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,798
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew
myCENT:READY[102.80]



even though im one to advocate against the use of frames this is what you need to add in your url

<a href="yoururlhere.html" TARGET="_parent" >
Go to the top of the page
 
+Quote Post
Mature Lamb
post Dec 31 2005, 02:12 AM
Post #3


Member [Level 2]
*****

Group: Members
Posts: 80
Joined: 8-September 05
From: Australia
Member No.: 11,616



Can someone add me on MSN and give me a thorough explanation? tongue.gif I'll be on for another probably 8-9 hours from this post. My MSN addy is maturelamb@gmail.com.
Go to the top of the page
 
+Quote Post
fffanatics
post Dec 31 2005, 05:24 AM
Post #4


Privileged Member
*********

Group: [HOSTED]
Posts: 936
Joined: 14-April 05
From: West Chester, PA
Member No.: 5,636



My advice is not to use frames but instead use tables since they pretty much do the same thing except tables are easier to work with and are supported better by browsers
Go to the top of the page
 
+Quote Post
Tyssen
post Dec 31 2005, 06:00 AM
Post #5



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



QUOTE(fffanatics @ Dec 31 2005, 03:24 PM)
My advice is not to use frames but instead use tables since they pretty much do the same thing except tables are easier to work with and are supported better by browsers

You can't replicate framelike behaviour using tables. The closest you can get (without using frames) is using includes which still won't prevent the page being refreshed when a new link is clicked.
Go to the top of the page
 
+Quote Post
Inspiron
post Dec 31 2005, 07:46 AM
Post #6


Trap Grand Marshal Member
***********

Group: Members
Posts: 1,203
Joined: 25-March 05
Member No.: 4,883



I believe these might help you...
http://www.manda.com/frames/
http://www.yourhtmlsource.com/frames/inlineframes.html
Go to the top of the page
 
+Quote Post
kdr_98
post Jan 12 2006, 03:09 PM
Post #7


Super Member
*********

Group: Members
Posts: 219
Joined: 30-October 05
Member No.: 13,574



It depends on what you are using for generating the html.
If you are using frontpage you can slect the target while you are creating the link.

If you make your html in a text editor linke notepad.
You have to watch in index.html what's the name of your window.

In the link you can then use that name in the parameter target.


Ex.
<HTML>
<FRAMESET ROWS="120,*">
<FRAME SRC="navi.html" NAME="navigationframe">
<FRAME SRC="start.html" NAME="mainframe">
</FRAMESET>
</HTML>

The source of the link :

<A HREF="vb-b.html" TARGET="navigationframe">Example b</A>


Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Frames And Links(3)
  2. Forced frames script(2)
  3. Frames(4)
  4. Frames Problem: Loads In Wrong Frame(5)
  5. Frames!(7)
  6. Frames And Scrolling(2)
  7. Advanced Html Frame Tag(3)
  8. Frames(4)
  9. Poll: Should I Use Frame Or No Frames For My Site?(10)
  10. No Frames, But Still A Nice Menu?(11)
  11. Css-based "i-frames" (sort Of)(1)
  12. Hmmm...can't Get The Frames Correct(5)
  13. Digital Photo Frames(4)
  14. Frames Tutorial(2)
  15. Adjusting Rows/cols Of Frames In Frameset Using Javascript Is Not Working In Firefox 3 Is Not Working(4)


 



- Lo-Fi Version Time is now: 22nd November 2008 - 06:04 PM