HTML - No Frame Web Site
Hi,
at first i am new at this. question: there is a menu in one div tag, and i would like that a link in this menu works in some other div tag. example: i have menu: pic01 and pic02 and when i click on pic01 in the other div tag is shown that pic so as i click pic02, the pic02 is shown in the other div tag. any help appriciated Similar TutorialsHello, I kinda new to advanced web coding. I have a question: On my website, I want to make a button. When you click on it, it will pop-up with a frame (It would help if it's an iFrame, from an other HTML document). The frame should dim/gray out the background site. A perfect example would be one on those really annoying website content lockers, that make you complete some scam thing such as sign up for something, or complete a survey, but mine will open from a button, and will have a close box. An other not so perfect example is lightbox, how it open a frame, and greys out the background site. Anyways, In that frame will be an image gallery. It will use lightbox. Since this frame will cover about 90% of the screen (centered), lightbox will still open just in the covering frame. I would really appreciate some advice, or even better, a tutorial or link to one. Thanks in advanced, everybody! P.S. The frame doesn't need any kind of great graphics like how lightbox resizes itself. Hi All! I have to link to a website from a clients site. BUT they want the link to go to a "FOR RENT" page... the thing is that the site I'm linking to uses frames, and if I link to the "FOR RENT" frame then the maine frameset doesn't show up... Any ideas? Thanks, Tom Hey. I have a frame and inside it there is a link. I want it to target an anchor called Code: <a name="anchor"></a> that is INSIDE it's own frame. I tried Code: <a href="#anchor"> but it tries to reload the entire page, and doesn't just "jump" to the anchor like it normally would. How do I do this? Thanks Hi there, I was wondering if anyone knows how to centre an image link in another frame (yes I know frames are bad but its an old website I am updating) i have <a href="picturelink" target="mainframe"> <img src="thumbnail" border="0"></a> I have tried everything from class="center" to editing the original frameset and the original page loaded into the window but I can't get the jpeg file to load up centred and so I was hoping someone might be able to help as I don't want to link all the pictures to seperate html documents with only a centred image in... Thanks for any help. Hi! I am using Dreamweaver 8 to develope my site. I have broken the page in three pieces(frames) So that the top frame shows the title, the left frame is for links that I want to show as flash movies in the right frame. I have studied the help file and I have looked on the web and I can't find an explanation that I can understand on how to do this. I believe the clickable link should be an href but I don't know how to code it. Can someone explain this to me? Thanks in Advance! Paul I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! I have welcome page which code is like this, This page will display after login page. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core" xmlns:t="http://myfaces.apache.org/tomahawk" > <frameset rows="26%,*" border="0" frameborder="0"> <frame name="f1" src="heading.jsf" scrolling="no" noresize="noresize" /> <frameset cols="25%,*"> <frame name="f2" src="menuTree.jsf" scrolling="no" noresize="noresize" /> <frame name="f3" src="body.jsf" scrolling="auto" noresize="noresize" /> </frameset> </frameset> </html> I have one command button in body.xhtml page, after clicking that button, i want to dipaly login page again without any frame, ie. i want to display that page entire screen, but in my case its displaying only in body page. How to solve this problem, Regards, Vinutha. Ok call me slow but I am starting to move to a non-frame web site structure now and I am going to be getting away from tables except to display tabular data. Most of my sites have a header image and a menu that I want to stay constant from page-to-page. Also, I assume I want to lay-out my pages using styles and divs. Can someone point me to a resource that discusses these things. Thanks a ton in advance~ Hey Guys - I need to make a real basic page with a frameset-like element. I need the top part of the page to remain stationary, and the bottom scroll underneath it - so that the top part of the page stays on stop of whatever the user is looking at. Should I do this with frames, or is there another method that I am unaware of? Thanks! hey guys, im looking for a way of cutting down the amount the visitor to my site has to download, as well and speed of loading betweens pages, ive attached an image of how to site looks so far, i have rows of links on eith side, on the top, and a row going down the center i wish to display in. If the user clicks on a link from anyside i would like only the center text to change and leave the links and header, saveing on size of the web pages on the server and the amount the user has to download i looked around and found frames would be an answer but there god dam confusing and it seems they come attached with a scroll bar where as i would like the page to simply feed downwards is there any way of keeping the outer part like a template and like i said just have the links replace the text with what ever the topic? i am using iframe concept in my website ,But it is not working Here is the code: <iframe name="downlineframe" height="400" width="100%" frameborder="0" src="http://nyoil1.ning.com" ></iframe> if i give http://nyoil1.com,it is working well,if i give http://nyoil1.ning.com na its not working.... hmm I asked for help in getting a big frame over the site content and I got here help .(by the way thanks)(I dont mean frames... What I meant was to put the content in some kind of a big frame likse div...) Code: <html> <head> <style type="text/css"> html, body { background: blue; } * { margin: 0; padding: 0; border: 1; } #container { width: 885px; margin: 0px auto; /*centers #container*/ padding: 5px; background: black; } </style> </head> <body> <div id="container"> </div> </body> </html> it helped but then I found another problem : I used this code for puting a frame the i can scroll over something but now it doesn't work Code: <b style="overflow:auto; height: 640px; width=292px;" class="sotableup" align="left"> </b style> And now it doesn't work. Any ideas? I wanted to put some kind of a big frame ( not with frames ) around the web content so that the sides would be clear without any content on it. I tried alot of stuff but nothing helps like: BG(nothing) l bla bla l BG(nothing) BG(nothing) l bla bla l BG(nothing) BG(nothing) l bla bla l BG(nothing) I am trying to hide part of my blogger header in a frame. i tried to put a negitive value for the marginheight but that did not work. any help is much appreciated. thanks <html><head></head> <frameset border="0" frameborder="0" framespacing="0" rows="100%,*"> <frame marginHeight=-20 src="http://glue.blogspot.com" > </frameset> </html> Hello, could someone point me to where I can read about making a table work as a frame? I have 4 images, which are pages, I would like to have them displayed in a table below without refreshing the page when I click on them. Please see the attachment! The buttons are in flash, if that is helpful. Thanks! Hey, I'm just wanting to put together a simple page with frames, which has a navigation frame on the left, then the main section on the right. I want to navigation links to open up in the main section on the right, but currently they are opening on the left, within the nav section. Does anyone know how i can do this? Currently i have as my nav links, which opens a new browser window for that page: <a href="functions.html" target="main.html">Functions</a> I'm just wanting to put together wireframes information, like this http://i2.sitepoint.com/graphics/wireframes2.png Thanks for any help! Hello , I am using 2 frames in my page of html [ main page : index.php , frames : menu.php and detail.php] When I Click on menu i need to pass its value to detail.php frame.But currently it is not passing any value. In menu.php i have used form with name [addblock] Following Code (Java Script) Code: function resubmit() document.addblock.action="index.php"; document.addblock.submit(); I am little confuse how to get value from one frame to other, Is their ant problem in javascript code Thankyou Well, here's the gig. I'm using a select tag such as (I've dimmed it down so it is easier to follow): <select id="gameNumber" name="gameNum" onchange="update()"> <option value="1">Number 1</option> <option value="2">Number 1</option> </select> As you can see it is using the function "update()" when someone selects an option from the drop down list. The update function looks like this: <script type="text/javascript"> function update() { window.loction.reload; } </script> Now I want it to refresh another frame with the id "datascreen", not the current frame that it is in. I'm using vertical frames, the follow is the code: <frameset cols="25%, 75%" <frame noresize="noresize" src="admin.php" name="main"> <frame noresize="noresize" src="showdata.php" name="data" id="datascreen"> </frameset> Now, the select drop down menu is in the admin.php, and I want this action to refresh/reload showdata.php. Hopefully someone can help me with this. Thanks Chad. Nevermind >_< i figured it out allowtransparency="true" What I need to know now is if I can make the Iframe expand when scrolling is turned off and the contents is too big (ex. Code: <table id="Table_01" width="1000" height="425" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="262" rowspan="3" background="images/Middle_01.gif"> </td> <td width="28" rowspan="3" background="images/Middle_02.gif"> </td> <td width="527" rowspan="3" background="images/Middle_03.gif" cellpadding="3"> <iframe src="FRAME.htm" width="527" height="100%" scrolling="NO" frameborder="NO"> </iframe> </td> <td width="183" background="images/Middle_04.gif"> </td> </tr> <tr> <td width="183" height="334" background="images/Middle_05.gif"> </td> </tr> <tr> <td width="183" background="images/Middle_06.gif"> </td> </tr> </table> ) Thanks in advanced! |