|
|
|
|
![]() ![]() |
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. |
|
|
|
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 ![]() 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" > |
|
|
|
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?
|
|
|
|
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
|
|
|
|
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. |
|
|
|
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 |
|
|
|
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> |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 22nd November 2008 - 06:04 PM |