Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 01-31-2005, 01:49 PM   #1 (permalink)
 
Newb Techie

Join Date: Oct 2003

Posts: 34

cocoa

Default HTML frames question

Hopefully one of you will be able to figure out why I cannot get my link to open in the main frame on my frameset... this is the code:
[img]homebutton.jpg[/img]

main.html is an already created file that I want to open, the button(homebutton) is appearing fine, in the index.html file where I created my frameset, one document the nav. doc is called toc.html and the other is called welcome.html, I also gave it a name=welcome..however, the link is opening in the navigation frame not the welcome frame??
cocoa is offline  
Old 01-31-2005, 02:16 PM   #2 (permalink)
 
Monster Techie

Join Date: Nov 2004

Posts: 1,346

southernlady

Send a message via AIM to southernlady Send a message via Yahoo to southernlady
Default

What is you home page? Liz
__________________
<font size=\"1\"><a href=\"http://www.prioritycomputers.net/\" target=\"_blank\">Priority Computers</a> | <a href=\"http://www.majorgeeks.com/download506.html\" target=\"_blank\">AdAware SE</a> | <a href=\"http://www.majorgeeks.com/download2471.html\" target=\"_blank\">SpyBot-Search & Destroy</a> | <a href=\"http://www.majorgeeks.com/download2859.html\" target=\"_blank\">SpywareBlaster</a> | <a href=\"http://www.majorgeeks.com/download3045.html\" target=\"_blank\">SpywareGuard</a> | <a href=\"http://www.majorgeeks.com/download3155.html\" target=\"_blank\">HijackThis</a> | <font color=\"red\"> <a href=\"http://www.stealingisillegal.com/\" target=\"_blank\">Stealing is illegal</font></a> <form action=\"http://www.theriddlehouse.com/random/tfsearch.php\" method=\"get\"><br />
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search Tech-Forums!\"></form><font size=\"1\"><i>Powered by Emily!</i></font><br />
<br />
southernlady is offline  
Old 01-31-2005, 02:18 PM   #3 (permalink)
 
Newb Techie

Join Date: Oct 2003

Posts: 34

cocoa

Default

you mean the home page of the website? well it is welcome.html. Well let me go back the frameset is divided into two frames toc.html and welcome.html, is that what you are asking?
cocoa is offline  
Old 01-31-2005, 02:22 PM   #4 (permalink)
 
Monster Techie

Join Date: Nov 2004

Posts: 1,346

southernlady

Send a message via AIM to southernlady Send a message via Yahoo to southernlady
Default

No, the exact url...go to the web site and do a copy and paste of it into here.

My home page is: http://www.geocities.com/southernlady5464/index.html

What you are giving me is like me giving you the index.html Liz
__________________
<font size=\"1\"><a href=\"http://www.prioritycomputers.net/\" target=\"_blank\">Priority Computers</a> | <a href=\"http://www.majorgeeks.com/download506.html\" target=\"_blank\">AdAware SE</a> | <a href=\"http://www.majorgeeks.com/download2471.html\" target=\"_blank\">SpyBot-Search & Destroy</a> | <a href=\"http://www.majorgeeks.com/download2859.html\" target=\"_blank\">SpywareBlaster</a> | <a href=\"http://www.majorgeeks.com/download3045.html\" target=\"_blank\">SpywareGuard</a> | <a href=\"http://www.majorgeeks.com/download3155.html\" target=\"_blank\">HijackThis</a> | <font color=\"red\"> <a href=\"http://www.stealingisillegal.com/\" target=\"_blank\">Stealing is illegal</font></a> <form action=\"http://www.theriddlehouse.com/random/tfsearch.php\" method=\"get\"><br />
<input type=\"text\" name=\"search\"> <input type=\"submit\" name=\"submit\" value=\"Search Tech-Forums!\"></form><font size=\"1\"><i>Powered by Emily!</i></font><br />
<br />
southernlady is offline  
Old 02-02-2005, 08:23 AM   #5 (permalink)
 
Ultra Techie

Join Date: Oct 2003

Posts: 544

fitzjj

Default

do you have a frame called welcome?
if so your HTML should read:

Code:
<a href="main.html" target="welcome"> 
     [img]homebutton.jpg[/img]
</a>
Now whenever anyone clicks on the image it will open main.html in the frame named welcome
fitzjj is offline  
Old 02-06-2005, 10:26 PM   #6 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 22

sixpacgenius

Send a message via AIM to sixpacgenius Send a message via Yahoo to sixpacgenius
Default

So your using a frameset?
so u ahve two frames

frame A
frame B

you want the link which is in Frame A to open in frame B?

To do that first u need to name the frames

frame A will be called "rightframe"
frame b will be caleld "mainframe"

in your link

you have to do this

text
sixpacgenius is offline  
 
Closed Thread

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