HTML - How Do I Add The "remove Frame" Option??
I was wondering.. how can I add a "Remove Frame" option to the top frame on my website?
For an example, click here. (Goes to a google image search.) You'll see that it says "Remove Frame" in the top right corner.. I wanna get it just like that on my website. .. Does anyone know how to do this? Similar TutorialsI was hoping someone could clue me in as to whether or not this would be possible. I'm thinking it isn't but I need to make sure. I'd like to provide a file for people to download on my website, but when they click on the link and the download window appears I don't want them to have the option of opening it. Is it possible to only give them the option to save the file? Sounds incredibly unlikely but I gotta know. Hi, I have a problem with validating Strict XHTML 1.0 ... The tag: "option" doesn't have an attribute: "onchange" in currently active versions.[XHTML 1.0 Strict]... Is there a way around this? Here's the code:. <select name="birth_month" onchange="form_d('yes');" size="1" style="width:8em"> <option<?php echo empty($a_birth_month)?' selected="selected"':''?> value="" onchange="form_d('yes');" >Month</option> Thanks Only another million pages to go. Hi Everybody! My name is Michael and I am an Engineer & Comp. Tech. with little knowledge of HTML CODING. OPTION" QUESTION - PLEASE HEELLLLPPPPPPPP!!! I pasted a drop down OPTION HTML coding in an index.htm for "Business 1", but I need the second part where "option 2" chooses i.e; "Business 2". I can select option 1 or 2, but I don't know how to link it to i.e.; "Business 1" or "Business 2". Please heelllllpppppppp!!! The following is the code for option 1 or 2, which is a drop down for "Please select an option: ============================ <CENTER> Please select an option: <SELECT> <OPTION SELECTED>option 1 <OPTION>option 2 </SELECT><BR> <INPUT type="Submit" VALUE="Submit"></CENTER> ====================================== MISSING PART: OPTION 1 OR 2 SHOULD SELECT WHATEVER IS LINKED TO OPTION 1 AND 2. Thanking you in advance for your help, Michael Hi, Glad I found this website. I'm a novice at html. I've been reading through some unrelated posts and learned a few new things already! I am helping someone build her website (learning along the way) and ran into a display problem in Mozilla that did not with I.E. After spending many hours helping my friend with a website and learning along the way, to my horror, I find that one of the frames do not display with Mozilla. I tried looking online to solve the problem but can't find anything with the same error. I'm hoping someone can help me ... please :-) I temporarily posted the website files at http://home.comcast.net/~test_pearlyeemd/ As you can see, the left frame does not display in Mozilla, but does in I.E. I suspect it's a compatibility issue but am not sure. Then I poked around in the Mozilla browser's Tool | Error Console and it gave me an error "document.layers is undefined" ... I have no idea what this means. I really don't want to start from scratch as I've already invested so much time into what I already did. Any help/suggestions would be greatly appreciated! Thanks! Hello all, It'd be much appreciated if someone could tell me how to make the font smaller and remove visible tags (found on the left hand side) on my Tumblr page. I have the option to edit the HTML, but don't know where to begin. Here's a link to my Tumblr page. Any and all help would be appreciated. Thank you. Here is the code that I am using; Code: <table frame="vsides"> <td> Testing123 </td> </tr> </table> And here is the site with the result; http://radicalwriting.uphero.com/ For some reason it never works quite right, I don't think it's a syntax error. Only thing I could think of would be wrong doctype. Any thoughts? I have a site that has 3 frames: top, menu and pgmframe. The frame "pgmframe" contains the "dynamic" content. A user signs on, and has options in the "menu" frame that allow them to navigate the site. What I would like to have happen is for the page to set focus on the "pgmframe" frame so that if the user decides to click the print button on their browser, it will ONLY print the contents of "pgmframe". I have already done some research and it seems that the only way to do this is with a print button. Is this true? If not, how can you set focus on a frame so that when the user clicks print on their browser, it prints only the pgmframe. Hey Guys, I know XHTML pretty good, but have recently been trying my hand with Dreamweaver to bang out some websites for other people. I need to know how I can take a basic link, for example... [<a href="http://www.kilroymusic.com/press.htm>] and have it appear without a line under it? I know how to change the link color, and the visited link color. But there doesn't seem to be an intuitive way in Dreamweaver to get rid of the line. Hopefully I have made what I am talking about clear. I don't care if you tell me how to do it in Dreamweaver or manually with code. This is just killing me. Thanks guys! Kilroy Like if I just wanted an image Hi Everyone, Would anyone know of a way to remove from the explorer menu-bar, the option: File > Edit with "xxx" It appears that some viewers of my sites are able to view this option, and I am aware that they have Frontpage installed on their system as well as Dreamweaver, but the option displaying is "Edit with Microsoft Frontpage"... They are able to view some of the content how it was designed through this option but not all. I am wondering if there is a way of adapting some script to the <head> tag of webpage index.htm to disallow this function. In this case, Internet Explorer was used, Thanks for your help Jai C A customer gave me a Word doc that they want turned into a printer friendly web page. I understand that there are tons of ways to do this but I really want the answer to the subject. What i'm referring to is a form that someone can print from the browser and "fill in the blanks" on the page where there are "underscores". My question is how to code those underscores. I tried manipulating the <hr> tag but it's putting way too much space in between each <hr>. I've already coded a "fill in the blank" line using <u> nbsp;</u> but that looks very messy. What do you guys/gals think? http://www.colletts.co.uk/winter_dolomites.htm I have the above page that redirects users to my Winter Website - the HTML below isn't valid W3C does anyone know of a better and valid way to get this done? Cheers, Mas HTML Code: <META HTTP-EQUIV="Refresh" CONTENT="2.5;URL=http://www.colletts.co.uk/winter/winter_dolomites.html" /> Hello, I want to load a page in a iframe, and when i do this, i want that page to be displayed not at the begining of that page, i want that page to be displayed at a "x" and "y" position specificated by me. How can i do that? Thank you. hi, i am working on <div> i have to hide some part of the table. I am not able to hide that table part can anybady tell me where is the error. Code: <html> <head> <script type="text/javascript"> function callme(){ document.getElementById("hid").style.visibility="visible"; } function hideme(){ document.getElementById("hid").style.visibility="hidden"; } </script> </head> <body> <form name="myform"> <table width="100%" border="4" cellpadding="2" cellspacing="2"> <tr> <td class="tableheader" colspan="9">TS </td> </tr> <div style="visibility:hidden" id="hid"> <tr> <td width="17%" class="labeltext">Tran Code</td> <td width="1%" class="blanktext">:</td> <td colspan="4" class="blanktext">Name</td> </tr> <tr> <td width="17%" class="labeltext">Product Type</td> <td width="1%" class="blanktext">:</td> <td colspan="4" class="blanktext"> </td> </tr> </div> <tr> <td> </td> </tr> </table> <input type="button" onclick="callme()" value="show"> <input type="button" onclick="hideme()" value="hide"> </form> </body> </html> thx in Adv, Hanm. Hi, i need a simple help to make the text "Add to Your favourites" be this colour: #666666 here is the add to favourites code: <a href="#" onclick="window.external.AddFavorite(location.href, document.title);">Add to Your Favourites</a> thanks. Your help is much appreciated. Hi all, I am currently working on a website using Dreamweaver CS3. Whenever I view the (currently very basic) site in Firefox I get the line of code I entered as the title of this thread at the top of the page (directly above the banner) as if I had just typed it into the canvas area (correct term?). Whenever I view it in IE it appears just fine, not sure about other browsers though. I began by creating a template and adding it to the page you see he HTML Code: http://www.geocities.com/makotronic/indexx.htm Here is the code for the template: Code: <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Template for Parish Website</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } body,td,th { font-family: Arial Narrow, Verdana, Arial, sans-serif; } .style5 {font-size: 14px} --> </style></head> <body> <table width="750" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="../Images/welcomebanner.gif" width="750" height="125" /></td> </tr> <tr> <td width="160"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table></td> <td width="590" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td valign="top"><!-- TemplateBeginEditable name="Main Body" -->Main Body<!-- TemplateEndEditable --></td> </tr> </table></td> </tr> </table> </body> </html> And for indexx.htm (I added a second 'x' because I already had a 'index.htm' file in GeoCities): Code: <%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><!-- InstanceBegin template="/Templates/template.dwt.asp" codeOutsideHTMLIsLocked="false" --> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- InstanceBeginEditable name="doctitle" --> <title>Welcome to the Greencastle Parish Website</title> <!-- InstanceEndEditable --> <!-- InstanceBeginEditable name="head" --> <style type="text/css"> <!-- .style8 { font-size: 36px; font-weight: bold; } --> </style> <!-- InstanceEndEditable --> <style type="text/css"> <!-- body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } body,td,th { font-family: Arial Narrow, Verdana, Arial, sans-serif; } .style5 {font-size: 14px} --> </style></head> <body> <table width="750" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="2"><img src="Images/welcomebanner.gif" width="750" height="125" /></td> </tr> <tr> <td width="160"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> <tr> <td> </td> </tr> </table></td> <td width="590" align="left" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> <tr> <td><!-- InstanceBeginEditable name="Main Body" --> <span class="style8">Header</span> <p class="style3">Main Body</p> <!-- InstanceEndEditable --></td> </tr> </table></td> </tr> </table> </body> <!-- InstanceEnd --></html> Cheers for any help! Niall Rather than write them out i took a screenshot. So how do i get past those? Hey, I'm trying to write some code for expanding and concealing text You can see this in action at youtube when you click the (more) button to expand text. Suppose I had a heading: MyHeading and a body of text: MyTextHere How do I make it so that when you click MyHeading it makes MyTextHere (initially not visible) appear, and when you click MyHeading again, it makes MyTextHere disappear? Thanks Alot. hello friends, I want to display the text in a textbox. But I dont want the user to edit it. How can the remove this editing feature in the text box. If possible can you please give me a sample code. Hello folks, I have written some html, xhtml possibly, which has an href to another page, the second page being in frames and in a new window. It worked fine on an Me but now in XP it won't open the 2nd window (from the link in the first) saying it can't locate file bla bla bla, check the address.... The odd thing is where there were gaps in the address which I blocked in with a " %20 " for the browser to recognise, its saying its looking for the right address but with a 25 where all the %20's are, as well as the twenties themselves, so they now appear as "html%2520code" for example. When I open the file that is the target of the link I get the typical white file not found page, but it is dividing the screen as the frames of that file tell it to do. I would appreciate somebody telling me what the error could possibly be |