Reply
k i need help
Old 06-30-2004, 10:05 AM linking problem, still need helps
Novice Talker

Posts: 7
i am new to html so i need help

my website is http://sportman3333333.sphosting.com/main.html
and i have three frames

i want a code that opens in a different frame. the place that the madden picture is right now on my website, i want that page opening up in the frame next to it.

so what am i saying, is that what is the code that opens a page in a different frame.

So if you have a code can u plz send it to me

Last edited by sportman3333333 : 06-30-2004 at 10:49 AM. Reason: just changing the thread title
sportman3333333 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 06-30-2004, 10:12 AM
Unknown.

Posts: 1,693
Give each frame a name..

Eg in the Frame tag add..
HTML Code:
name="FrameName"
Then to open a page in it... place a link like..
HTML Code:
<a href="page.html" target="FrameName">Click Here to open page</a>
Hope this helps

Also Btw in the future title your posts with the problem you have

-James

Last edited by Dark-Skys99 : 06-30-2004 at 10:18 AM.
Dark-Skys99 is offline
Reply With Quote
View Public Profile
 
Old 06-30-2004, 10:36 AM
Novice Talker

Posts: 7
not working
it say ttp is not a register protocal?
my current html code for the main page is this:
[<HTML>
<HEAD>
<TITLE>Sport's Games Reviews>

<FRAMESET ROWS="10%,*">
<FRAME SRC="http://sportman3333333.sphosting.com/images/new_logo.html" NAME=frame1 SCROLLING=NO>

<FRAMESET COLS="20%,*">
<FRAME SRC="http://sportman3333333.sphosting.com/left_bar.html" NAME=frame 2>
<FRAME SRC="http://sportman3333333.sphosting.com/right_bar.html" NAME=frame 3>
</frameset>
</frameset>

</html>]


but when i entered that code it didnt work
so what do i do now

Last edited by sportman3333333 : 06-30-2004 at 10:47 AM.
sportman3333333 is offline
Reply With Quote
View Public Profile
 
Old 07-01-2004, 03:06 AM
troatie's Avatar
Skilled Talker

Posts: 64
Hmmm....I couldn't see the page....it gave a 404 error.

But anyway, try making the names one word with no spaces, and it never hurts to put things in quotes.

Code:
<HTML>
<HEAD>
<TITLE>Sport's Games Reviews>

<FRAMESET ROWS="10%,*">
<FRAME SRC="http://sportman3333333.sphosting.com/images/new_logo.html" NAME="frame1" SCROLLING=NO>

<FRAMESET COLS="20%,*">
<FRAME SRC="http://sportman3333333.sphosting.com/left_bar.html" NAME="frame2">
<FRAME SRC="http://sportman3333333.sphosting.com/right_bar.html" NAME="frame3">
</frameset>
</frameset>

</html>
then say you wanted a person to link a link in left_bar.html and have it open in the bottom right frame. Then the link in left_bar.html would look like this:
Code:
<a href="somewebpage.html" target="frame3">go there</a>
Hope this helps!
__________________
Troatie.com
troatie is offline
Reply With Quote
View Public Profile Visit troatie's homepage!
 
Reply     « Reply to k i need help
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12941 seconds with 12 queries