|
Search Tech-Forums - link takes you to our Forum's search page. Note: The following is only a text archive! To view the actual forum discussion, please visit our website at http://www.tech-forums.net Pages:1 HTML frames question(Click here to view the original thread with full colors/images)Posted by: cocoa 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: <a href="main.html"> <img src="homebutton.jpg" alt="Home" width="80" height="35" target=welcome/></a> 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?? Posted by: southernlady What is you home page? Liz Posted by: cocoa 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? Posted by: southernlady No, the exact url...go to the web site and do a copy and paste of it into here. My home page is: [url]http://www.geocities.com/southernlady5464/index.html[/url] What you are giving me is like me giving you the index.html Liz Posted by: fitzjj do you have a frame called welcome? if so your HTML should read: [code] <a href="main.html" target="welcome"> <img src="homebutton.jpg" alt="Home" width="80" height="35"> </a> [/code] Now whenever anyone clicks on the image it will open main.html in the frame named welcome Posted by: sixpacgenius 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 <a href="link" target="mainframe">text</a> vBulletin Copyright ©2000 - 2003, Jelsoft Enterprises Limited. PPC Management vB Easy Archive Final - Created by Xenon |