HTML - Need Help With Html Frames
I am trying to build a website on a free webservice provider for a game that I play. The game is called Batheo, and the chat that they have is horrible. What I would like to do is really just have a 4 frames 1 for the banner, 1 for the navigation, and 2 more both running vertically. heres the code
<frameset cols=10%,* bordercolor=blue> noresize=yes> <frameset rows=20%,*> <frame src=http://www.justiceHome.0catch.com/Banner.html name=BANNER scrolling=no marginwidth=0 marginheight=0 noresize=yes> <frame src=http://www.justicehome.0catch.com/Nav.html name=NAV marginwidth=0 marginheight=0 scrolling=yes> </frameset> <frameset cols=60%,*> <frame src=http://www.justicehome.0catch.com/Blank.html name=CONTENT2 scrolling=yes marginwidth=0 marginheight=0 noresize=no> <frame src=http://www.justicehome.0catch.com/Welcome.html name=CONTENT scrolling=yes marginwidth=0 marginheight=0 noresize=yes> </frameset> </frameset> Now the page opens just fine and looks how I want it to look. Below is the Navigation code. <BR><a href="http://www.justicehome.0catch.com/Welcome.html" target="CONTENT"><font color="white">Home</font></a> <BR><a href="http://www.justicehome.0catch.com/Chatroom.html" target="CONTENT"><font color="white">Chatroom</font></a> <BR><a href="http://b1.clapalong.com/" target="CONTENT2"><font color="white">Batheo</font></a> all the links work fine but the 3rd one. The page will open but it wont do anything. If you go to Batheo.com on the homepage to the right it has you sign in. Once you've signed in a button that says Play Now will appear, click it and it will open the http://b1.clapalong.com link in a new window, if you arent logged in and you try to go to that address it will present you with a login and not open it in a new window. Anyone know of a way to build this code better and get the page to actually open properly. The goal is to have the game display and to the right have a seperate chat so we dont have to keep switching between pages, or download a chat service. Thanks for any and all help! Similar TutorialsI want to make a html frame that only shows a portion of the page is this possibble, if so please could you explain how for example if i just want to show the text entry box in google on my frame. Thanks Hey guys! I'll get right to the point. Here's my issue. On my bands website I have created a place where you can view all of our past setlists. (take a look at the image below now). The way I have this set-up right now is the links on the right link to a new HTML document and everything is the same on the page except it opens the show that you clicked on in the left box. Which means that every time we play another show and I add it to the list, I have to go to each and every show HTML document and add it. Now I don't know if frames are the right solution to this problem, but I really want everything on the page to stay that same but when you click a show on the left it would just open a the show in that left box. I think PHP would be the correct solution, but I'm lost when it comes to that too. Also, if you wanna check it out, it's actually on the web at: http://aqueousband.com/setlists.html So really I'm just looking for any solution you guys have. Thanks! Nick Hi, We are planning to use HTML frames in our product. Does anybody know any web standards which prohibits its use? cheers kk Hi everyone, I'm new to this forum and I need some help. I look after a website which uses frames, one for the navigation bar and one for the main content. I have the index.html file as the file which sets up the framset: Code: <html> <HEAD> <TITLE> Hoylake Sailing Club </TITLE> <META NAME="KEYWORDS" CONTENT="hoylake,"sailing,club,hoylake sailing club,hsc,HSC,wirral,wirral sailing"> <META NAME="DESCRIPTION" CONTENT="Hoylake Sailing Club is a sailing club based in Hoylake on the Wirral, North West, England"> <META http-equiv=Page-Enter content=blendTrans(Duration=1.5)> </HEAD> <frameset cols="170,*"> <frame name="Content" target="Content" src="frameset/index-frame.html" scrolling="no" noresize> <frame name="MAIN" target="MAIN" src="index-home.html" scrolling="auto" noresize> </frameset> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html> I need to make this so that I can give direct links to a page on the website (eg. openday.html) but obviously it needs to go through this page so that it will load the frames. I was thinking that with the right code, something like 'www.hoylakesc.org.uk/index.html?openday' could be done Thanks in advance, James Melling. can the anchor tag be used in HTML tables, such that if an <a> tag is used in one cell of the table, then its target is another cell of the same table. very much like frames, but can it be done using tables. if so, how? Hey, my first post here, and I needed some help with coding part of a website. So here's my problem. Part A of the picture (below) needs to stay the same even though you've clicked on a link to another page. Part B of the picture is content that needs to change with the page. Now, I could copy and paste the code from one page to another for Part A and then manually change Part B, but I would much rather like to only have to edit Part A once each change. How could I go about doing this? Any ideas or suggestions would be great. Here's the a link to the picture, and thanks for your help :-) -Daft http://img214.imageshack.us/img214/4480/reptx9.jpg <---- BIG Picture Hi everyone, I'm new here and have a new website for my little craft business - I have designed it totally from scratch writing the HTML by hand (in Notepad!), using what I learned from some Google searches: http://kristenhill.sasktelwebsite.net Even though I have keywords listed in my home page (<Meta name="Keywords" content="...), Google will not pick up any of my content when I search for any of it! Someone suggested that it might be because I am using Frames and that I should switch to plain HTML combined with CSS. I have no idea how to do that as I am new to HTML (and don't know if that suggestion is even correct), and am wondering if anyone can help me! I would be happy to send you my code and would really appreciate any help, even if it's a sample of how I would translate it from its current state with Frames, to a new improved version using HTML & CSS. Thanks in advance! Kristen So a few questions, If you have a webpage within a frame, be it a regular frame or an iframe, and there is a link in the webpage inside the frame, if no target is specified for that link then by default the link loads in the same frame as the original web page, in all browsers, correct? Secondly, what is the syntax for specifying a target while doing a meta tag automatic refresh? Thanks for the help! i'm devloping a sharepoint website and I want to include 2 asp.ne listpages from our company's CRM webapp. sharepoint provide a way to use the <iframe> tag in a webpart. so i could say <iframe src="http://columbus.cereusace.be:######/Cereus/_root/homepage.aspx?etc=2&viewid={####################}" , and this gives me my list, but thje normal popups that are created when clicking a listItem are not working, so instead of putting the 2 lists I want to show in webparts, i made this simple html page. <html> <frameset cols="50%,50%"> <frame src="http://columbus.cereusace.be:######/Cereus/_root/homepage.aspx?etc=2&viewid={####################}"> <frame src="http://columbus.cereusace.be:######/Cereus/_root/homepage.aspx?etc=2&viewid={####################}"> </html> this gives me the page i want to show my users, the contactslist, with out IT workers, next to the joboppurtunities list. But again, i cant open the detail vieuw of a worker from the list, when you open the page that are in 'src' this works fine. so the frames are the problem. is there a way to resolve this? Hi! I am new to HTML. Stuck at this. Could someone please help? Need simple HTML code to create frame like this: Image below. Thanks Hi, I am currently making a website, I have used an inline frame on my site, and I am having trouble getting it to do what I want it to! lol Basically, I have put a menu on the left of the page, and an inline frame in the middle, now, I want it so that when you click on a link on the left, the whole page stays the same, but the inline frame will go to the requested page. So basically, a website inside a website if you see what I mean. I have tried using <a href="http://address.com/page.htm" target="mainframe"> </a> but I still can't get it to work. If anyone has any ideas it would be great!! Thanks a lot. ps: I should also add, I am using tables on my site, and the menu is in a different table to the iframe, does that make a difference? I have browsed the search function and found some topics that are helpful, but when I try the codes that are stated on those pages, it creates another iframe on my page, but it works with that one, but the new iframe is always in the wrong place, I am using MS frontpage by the way, and I added my iframe by click insert, and inline frame. The code I used that worked, but put another iframe below the menu, was this one: <p><a href="http://www.websitename.com/page.htm" target="frame">About</a></p> <!-- #BeginEditable "content" --> <iframe id="frame" name="frame" width="580px" height="450px" scrolling="auto" frameborder="0" Your browser does not support frames or inline frames.</iframe> <!-- #EndEditable --> It is done like that, because the page I am linking to, isn't stored on my site, but I don't think that should pose a problem, as it should display the same as it would if it was stored on my server, or so I would have thought? I look forward to any replies, and I thank you for taking the time to read this long post. Hi, i enclose the zip file, where are some files. If you click on 1start.html (best viewed in IE) and than click on "group1" and on "1.general1" it right frame should appear the content. So far so good. Later when I want to show/hide or collapse/expand the content and I click on the icon, something doesn't work. Can anyone pleease look in this code and tell me what's wrong. I seem not to know what i'm doing wrong. thank you all Hi, well I didn't know where to post this, but it's about coding and HTML so I think this is it. I would like to add audio (a MP3 file) to my web page, but I have no idea how to do this by HTML. I would like to know: 1.- How do I add a music file (HTML) 2.- Which is the code for the On and Off button. 3.- How exactly do I use frames (i'm totally new in that aspect) in order to have the same music going on in every part of the site even if I change of page instead of strating over agian. Thanks for your help. I've heard many times "don't use frames, there is better ways to accomplish it", and I was wondering, is this just referring to "invisible" frames, or any frames? For example, look at Kingdom of Loathing. They use frames (or what appears to be frames) and I can't see how they could successfully make that site without. If I had to have all the screens scroll as one rather than separate, and couldn't resize when I needed to, it would be extremely annoying. So, frames are bad, or just the invisible ones? I work with frames on my site. I have a link to another site where I want to open with another site in the same window. The problem is that of course the frames stay there. Only the main frame changes. How can I let disappear the frames, and open a new site in de same window? so I am making a new webpage at http://www.geocities.com/manic.panicd I am wondering what the link code is for frames. When i click on "you" or "site", etc...I want it to open up in the main frame part of my layout. For an example of how im running into trouble. Check my webbie and click on the mini piece of lined paper in the "The Girl" section. How do i link properly? Hello guys, im new here =) So.. I was trying to make a frame with a scrolling bar, like this site >> www.roxdownload.net take a look =) What should i do? Thank you very much =D hi there i just need help with frames thing. i am abit new with this html stuff here i have three frames one at top as tittle one, at the side for menu and one the main... now wat i dont know is at the menu frame i have created a table where i have inserted pics instead of words now i want like when i click on one pic a certain file should be opened in the main frame which i have named as body.htm and not ina new window hope u are understanding wat i am trying to put here is the code of the menu page <html> <head> <title>my web</title> </head> <body background="wallpaper.jpg"> <img src="menu.gif" align="middle">*** here also i putted the align thing but still the pic comes in the side ** <table> <tr> <td><a href="body.htm"target="body.htm"> ** this is the code i used but whenever i click on the doll image the page opens in new window which i dont want..** <img border="0" src="dolls.gif"/></a></td> </tr> </table> </body> </html> hope u understand what i m trying to say. i have a menu frame in which i ahve put pics now what i want is when i click on the pic at the menu frame i want the link to open in the same window at mainframe thanks will wait for the repliess Hi I need a page that has six eqaually sized frames displaying different sites with a scroll bar on each and no border. How would i do this Thanks |