Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Disabling frames

  • 30-08-2000 2:07pm
    #1
    Closed Accounts Posts: 14


    Can anyone tell me how to disable frames on
    a web page?


Comments

  • Closed Accounts Posts: 3,859 ✭✭✭logic1


    not sure what you mean by disabling frames,
    if your writing a page just don't put in a frameset file, if your visiting pages with a framset theres not much you can do to change it..
    afaik theres no way to view a fram page without showing the frames!!

    .logic.


  • Closed Accounts Posts: 14 doon


    ok, on the particular web page that I want to disable frames, there are two frames. One of them are mine and the other one, I dont have access to. What I want to do is is some how make my file the only one visible. I thought if I could disable frames on the web page I could do this......... or maybe not

    doon


  • Registered Users, Registered Users 2 Posts: 6,265 ✭✭✭MiCr0


    one word
    namezero
    right?


  • Closed Accounts Posts: 14 doon


    you got it


  • Closed Accounts Posts: 2,256 ✭✭✭Molly


    While were talking about namezero how long does it take for them to email you back ???


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 310 ✭✭Cerberus


    Try this doonbag.
    Just make a footer of your own. Say something like your favourite links or address or schit like that.
    I'm afraid the border line will still be there but you could make the background color
    the same as the border color.
    It not what you wanted but its the best you can hope for. The only way to totally get rid of it is to have access to the frameset but you don't.

    Do like so..
    <HTML>
    <HEAD>
    <TITLE></TITLE>
    <script language="javascript">
    function change_it()
    {
    	top.frames[1].location.href = "your_own_footer.htm";
    }
    </script>
    </HEAD>
    <BODY bgcolor="white" onLoad="change_it();">
    
    </BODY>
    </HTML>
    

    [This message has been edited by Cerberus (edited 30-08-2000).]


  • Registered Users, Registered Users 2 Posts: 310 ✭✭Cerberus


    [SdS]Gandalf[SdS] While were talking about namezero how long does it take for them to email you back ???

    The first time I registered they didn't respond, the second time I did it it took about a day.


  • Registered Users, Registered Users 2 Posts: 12,309 ✭✭✭✭Bard


    As I've said before, in a previous discussion about this, to force your page to jump out of the frames forced on you by Namezero, all you have to do is put the following javascript between the
    <HEAD> and </HEAD> tags of your HTML document:
     &lt;SCRIPT LANGUAGE="JavaScript"&gt;
     &lt;!-- Begin
     if (window != top) top.location.href = location.href;
     // End --&gt;
     &lt;/SCRIPT&gt;
    
    Your nice .com or .net or whatever URL will disappear, though.

    e.g.: go to www.scaryeire.net and out jumps www.scaryeire.com

    Bard
    |home page


  • Closed Accounts Posts: 14 doon


    The first time I registered they replied in about a week.

    doon.


  • Closed Accounts Posts: 14 doon


    cheers NIG.


  • Advertisement
  • Closed Accounts Posts: 14 doon


    That worked fine Cerberus. The namezero stuff pops up for a split second but thats grand.
    Nice one.

    doon.


  • Registered Users, Registered Users 2 Posts: 310 ✭✭Cerberus


    I'm afraid that schit don't wash in netscape though. bad buzz. It says that access is denied to files on another domain....c@nts
    Works fine in IE though.


  • Registered Users, Registered Users 2 Posts: 144 ✭✭SPACE COWBOY


    This should work 100% , It just stops the frame from ever appearing.

    1) Login to the domain's controlpanel as you would normally to alter the
    redirection address of your domain (http://controlpanel.your-domain.com)

    2) Copy this peice of source-code:

    --start of code--

    ">
    </HEAD>
    <FRAMESET rows="100%,*" border=0 frameborder=0 framespacing=0
    framecolor="#000000">
    <FRAME src="http://www.your-actual-homepage-address.com/"&gt;
    <FRAME>
    </FRAMESET>
    </HTML>

    --end of code--

    It is important that you get ALL of that code. There are NO errors in that
    code, the "> in there is absolutely necessary.

    3) Paste the code into "DESCRIPTION" box that NameZero allows you to edit
    (make sure it is empty before hand, or if you want to include a breif
    description, then just make sure it comes BEFORE the start of the above html
    code), and then alter http://www.your-actual-homepage-address.com to the
    actual address of your homepage, and the server it is on.

    Hope this helps you.



  • Closed Accounts Posts: 14 doon


    Originally posted by SPACE COWBOY:
    This should work 100% , It just stops the frame from ever appearing.

    1) Login to the domain's controlpanel as you would normally to alter the
    redirection address of your domain (http://controlpanel.your-domain.com)

    2) Copy this peice of source-code:

    --start of code--

    ">
    </HEAD>
    <FRAMESET rows="100%,*" border=0 frameborder=0 framespacing=0
    framecolor="#000000">
    <FRAME src="http://www.your-actual-homepage-address.com/"&gt;
    <FRAME>
    </FRAMESET>
    </HTML>

    --end of code--

    It is important that you get ALL of that code. There are NO errors in that
    code, the "> in there is absolutely necessary.

    3) Paste the code into "DESCRIPTION" box that NameZero allows you to edit
    (make sure it is empty before hand, or if you want to include a breif
    description, then just make sure it comes BEFORE the start of the above html
    code), and then alter http://www.your-actual-homepage-address.com to the
    actual address of your homepage, and the server it is on.

    Hope this helps you.

    Does it take long for that change to take effect ? I edited the description box as you said but the meta info on the page still had the default description "my home page".
    Great idea btw.

    doon.


  • Registered Users, Registered Users 2 Posts: 144 ✭✭SPACE COWBOY


    Originally posted by doon:
    Does it take long for that change to take effect ?

    It should get rid of the banner as soon as you click "Submit". Maybe you need to refresh the page or clear your browser cache.

    You can enter a description before the html in the description box.



    [This message has been edited by SPACE COWBOY (edited 01-09-2000).]


Advertisement