HTML - Need Help To Run Frameset Within Frameset
Hi there,
I have to create Balochi Language Dictonary. For this I have 23 Alphabates and 800 pages. Via dreamweaver I hv created a frameset contains three frames. TOP Frame contains page numbers Right Frame contains ALPHABATES MainFrame will have to display scanned pages according to alphabate and relavent page numbers. The procedure should be as follows: When visitor click on alphabate from right frame, top frame should have to display series of page # (1 to 31) and content of first page should be display within mainFrame. as visitor click on page no 2, mainFrame will have to display content of PAGE#2 and so on. as visitor click on next alphabate TOP FRAME should have to change series of page numbers now it should have to display (page no 32 to 80) I am confused how to manage this. Thanks in advance for your prompt response. With regards Raji Similar TutorialsSorry, extreme html novice alert! I created a very simple frameset based website on dreamweaver, please look at it he www.desmondandthetutus.co.za The links all load the relevent sites in the mainframe, except the myspace link - the myspace link just clicks through to the site. Anyone got any idea why this happens? Or how I could try fix it? i'm wondering if someone can tell me why this coding is returning a blank page in firefox and opera 9.5: <html> <title> </title> <head> </head> <body> <frameset cols="25%,75%"> <frame src="file.html"> <frame src="file2.html"> </frameset> </body> </html> both files exist and are in the same location as this file, but the frame tag seems to negate all other html on the page, when i enter it nothing shows up but a white page even if there is other valid code on the page!! hi i have a frameset and where the two frames come togeather there is an ugly white border. can anybody please give me a css code to either set the border width to 0px or to color it to my background color? thanks in advance - example: http://wastedtime.co.nr A webpage I am working on http://www.pfrieme-stumpe.de/ I want to change the framesets border either to a set value or a smaller value.. I have no idea where to change this in the code... any ideas? Thx Matt I want to remove the space between the top frame and the main frame, but the div on the main frame doesn't start on the top of the frame... http://black1c3.awardspace.com how can i do it?? How do I make my frameset a fixed size... you can change the leftnav and topnav size within the browser.. is there a day to set a default size.. take a look http://www.pfrieme-stumpe.de/ thx in advance Matt How can I get the size of each frameset . I need to get the size wen the user drags any frameset.? Plz help me. Hai, I have now a iframe on my page, that is connected to a frameset and that frameset i connected to my content. The reason that i have a frame in my iframe is because i coundt get around it because i would mess up my template. So i dont want to change this. The problem i am having know is that i want to resize my iframe according to its content. I have found a lott of scripts that do this but i dont think that this is possible because of the frameset that are located in my iframe. My iframe: Code: <iframe name="iframe" id="iframe" src="frame.html" frameborder="1" height="780" width="765">Your browser does not support inline frames or is currently configured not to display inline frames.</iframe> My frameset: Code: <html> <head> <frameset border="1" cols="40%,60%"scrolling="no"> <frame name="menu" src="menu.html" scrolling="no"> <frame name="content" src="" scrolling="no"> </frameset> </head> </html> Code: <frame name="content" src="" scrolling="no"> Is left empty because on this right side if have a menu and on the left side comes the content when you click on the menu. Everything works fine and i have no errors. I only want to know how i can make the iframe resize according to its content with the problem i have now. Thanks in advancee We have a website that was built using a frameset with the header at the top, the navigation on the left and content on the right. It was optimized for 1024x768 viewing. My question is that it displays on the left side of the wider monitors like mine and I was wondering if it is possible to center the entire frameset so that it would be balanced on each side regardless of the viewing monitor. I can get the top frame to center but have had no luck with the left and right frames. i should create a page that has a banner, footer, and navigation in the page. the problem with my code is that it doesnt show the footer..i tried alot but couldnt fix the problem.. could i have some help plz? here is my code Code: <HTML> <HEAD> <TITLE>HOME</TITLE> </HEAD> <FRAMESET ROWS = "100,500,100"> <FRAME NAME="BANNER" SCROLLING ="no" SRC ="banner.html"> <FRAMESET COLS ="150,500"> <FRAME NAME="NAV" SCROLLING ="no" SRC ="nav.html"> <FRAME NAME="home" SCROLLING ="yes" SRC ="home.html"> <FRAME NAME="FOOTER" SCROLLING ="no" SRC ="footer.html"> </FRAMESET> </HTML> the thing i'm trying to do is creating a frameset with 2 rows and 2 columns,but i don't want the first row to be divided in 2 columns. On the first row i have a single menu so i really don't need that second column.And i don't know how to get rid of it. Framesets are the best way that i can create my pages with because using tables or divs really makes further layout developing extremely annoing. so i have these 3 files, frame.html, menu.html, and page.html frame.html sets up the frameset with menu.html on the left side and page.html on the right side. the page is very large and scrolls and has a bunch of named anchors in it, and the menu doesn't scroll so its always visible no matter where on the page you are. so u probably get the idea by now. normally if i want to have an anchor link in the page i would just say href="#anchorname", but instead i want to have links in the menu frame jump to anchors in the page frame, so that someone could browse the page very easily without having to scroll all the way back to the top for all the anchor links. is that possible, and how would i do it? So I'm using this frameset on this one page, and I got 2 frames on it, lets call them "menu" and "main", which link to menu.html and main.html respectively. I'm trying to simply make a href in the "main" page that goes to another page which doesn't have the frameset. so if i type <a href="page2.html" target="new">Link</a>, pretty much just using "new" as an arbitrary word here, it does what i want it to do in Firefox (exits the frameset and goes to page2.html). but in other browsers it opens a new tab for page2.html instead of opening in the same tab. I think it has something to do with the target, but i'm not entirely sure what to set it to. So, how do i get it to not open a new tab when i want to exit the frameset? Hi, I have a page with 3 frames... aframe, bframe, cframe what I want to do is, when the html (frame1.html) loads in aframe, I want (frame2.html) to be loaded in bframe automatically. I believe this can be done with "onload" but i'm not sure how to set it up and I believe onload has to work with scome script? any help appreciated. Okay, so im working on a new website for my clan, and I had the crazy idea of doing it in a frameset fashion, however I've never done anything like this before. Any help, would be greatly appreciated. If this is unsuccessful or impossible that is okay. frame 1 is the navbar frame 2 is page's context frame 3 is ads for clan frame 4 is copyright Thanks! hi there, I have a question regarding a Frameset and link between the frames - I wonder if it is something that can be solved with some CSS or is the design flawed because of the nature of a Frameset...... I'm a Designer but a relative novice to coding/XHTML/CSS I designed this page as I have no knowledge of Javascript/Ajax but have encountered a flaw and wondered if anyone could offer some help (very much appreciated)..... Ok here's the link: http://kierankelly.net/dansitebuild/...rameset00.html the problem arises when for example you click on "Graphics" and then view "02" in the menu, this will activate a page in the "main frame" then if I change the category to "identity" it changes the top frame but the "main frame" which I want to change back a blank page remains the same "02" page - this basically mean the structure of the site is knackered? or is the trick to assign a Div tag to link to launch x2 <a hrefs> at the same time? and thus refresh both frames? I know this is not a strict CSS question - but I've had some good help on here beforre so I thought I'd give it a shot, thanks for your time kie The following page uses a frameset... http://www.superpagerank.info/manual...submission.php The links on the top left frame opens up in the middle main frame. Works as it should in FF. However, in IE once you click one link it won't let you click another. No clue why this is. I've used framesets before and I have never had this problem. Hi Guys, I am new to html and I have a whole bunch of third party CPM banners that I would like to put on my website. However, these banners often load some other third party ads that often redirect my main page along with it to the ad website. So I was wondering how I can isolate that CPM banner to it's own frame or whatever so that if it does decide to load a another ad and decides to redirect, it would only redirect the frame that it is in and not the whole site. An example of what my problem is can be found in the link below: http://h1.ripway.com/tsubakinomai/op...a27-naruto.jpg As you can see, I've already made a new frame set for the ad but it still redirects the WHOLE page to the ad site, and this is not because of the hosting. Does anybody know how to solve this? Thanks! Hey all, I just heard from a visitor of my page http://www.randypauschsubtitles.de that the page doesn't work in IE and does only display the top frame with the title of the page. As a Firefox user, this problem is new to me. Unfortunately, I created the page with Dreamweaver/Frontpage and don't know much about HTML etc. What can I change to make my page work in IE too? Thanks for your help! hi all if i click a button the other html page should be opened in particular frameset. ex: Code: <html> <frameset border="0" frameborder="0" framespacing="0" rows="*,20%" > <frameset border="0" frameborder="0" framespacing="0" rows="20%,*" > <frame noresize scrolling="no" src="view_options.htm" name="showframe2"> <frame noresize="noresize" src="GNOME-Curves.png" align="middle" width="100" height="200" > </frameset> <frame noresize="noresize" src="main_button.htm" > </frameset> </html> Code: <html> <body> <script type="text/JavaScript"> function confirmation() { window.location = "frame.html"; } </script> <!--<form name="input" action="frame.html" METHOD=GET onSubmit="document.myform.target = 'showframe2'"> <input type="submit" target ="showframe2" value="Image1">//--> <input type="button" onclick="confirmation()" target ="showframe2" value="Image"> <input type="button" target ="showframe2" onClick="window.location='frame1.html'" value="Network"> <input type="button" onclick="" value="System"> <input type="button" onclick="" value="Application"> <input type="button" onclick="" value="SD Card"> <!--</form>//--> </body> </html> |