Removing IE Toolbars

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Removing IE Toolbars

    Is there a way to programmatically remove the toolbars from an Internet Explorer window when a page opens?

    Thanks!

    Bill
    bill_doe Guest

  2. Similar Questions and Discussions

    1. Acrobat 7 toolbars
      This just started happening today and I haven't done anything to my computer. For some reason, Acrobat professional will not keep the toolbars the...
    2. Disable all toolbars, always in VB.NET
      No matter what i try I can't seem to disable the toolbars. When I do get them disabled, all the user has to do is press F8 and they're back. How can...
    3. Toolbars
      Using Acrobat 5.0.5 on XP. I normally don't display navigation or view history toolbars as I use keyboard shortcuts for those functions and I like...
    4. Toolbars and Environment of ID cs
      I MUST apologize! I know I have asked this question before! BUT I cannot find the threads back as to what you fine folks recomended to me (us). I...
    5. Removing desktop icon from one account is removing from all accounts
      Using XP Professional. I want the Guest account to have only a few icons. The other two accounts should have many more. When I remove the icon...
  3. #2

    Default Re: Removing IE Toolbars

    I would say you cannot change the status of menu/navigation bars of the current
    window with a script. This feature could be very harmful if existed.

    Of course, when you're opening a new window with Javascript, you can define if
    the navigation toolbars and menubars are visible, but I guess you already knew
    this.

    Fernis Guest

  4. #3

    Default Re: Removing IE Toolbars

    There is an easy solution. Put a link on the page you build that says "Click here to download Firefox" and link it to here: [url]http://www.mozilla.org/products/firefox/central.html[/url]
    JLove Guest

  5. #4

    Default Re: Removing IE Toolbars

    Originally posted by: JLove
    There is an easy solution. Put a link on the page you build that says "Click
    here to download Firefox" and link it to here:
    [url]http://www.mozilla.org/products/firefox/central.html[/url]

    what a lame response



    phierce Guest

  6. #5

    Default Re: Removing IE Toolbars

    You could use JavaScript to open a new browser window. With window.open you can
    configure the new window as to size, scroll bars, toolbars, etc. For example:


    window.open('mypage.cfm','HelpWin','toolbar=no,sta tus=yes,scrollbars=yes,width=7
    50,height=450')

    -Paul

    dempster Guest

  7. #6

    Default Re: Removing IE Toolbars

    Thanks for your responses, sorry mine was so late. phierce, some people are
    just so rabidly anti-MS that they don't want to work around whatever issues
    there might be (and there can certainly be many!). I'm working with what I
    have to work with - it's mostly an MS shop. Thanks again for your help Fernis
    and Paul.

    bill_doe Guest

  8. #7

    Default Re: Removing IE Toolbars

    Originally posted by: bill_doe
    ... phierce, some people are just so rabidly anti-MS that they don't want to
    work around whatever issues there might be (and there can certainly be many!).
    I'm working with what I have to work with - it's mostly an MS shop. Thanks
    again for your help Fernis and Paul.

    Yeah.. I understand but it is frustrating when someone needs help there are
    more people who just waste everyones time so they can step on a soap box. I
    understand MS has issues and there may be better solutions out there.
    Unfortunatley MS is used by around 90% of internet users and is standard,
    regardless of personal prefrence.

    I am simply frustrated with requesting help to a real problem and having to
    sift through these kinds of responses. ah well... I was just having a loooonnng
    day and ColfFusion was not helping ;) sorry I didnt mean to start anything

    phierce Guest

  9. #8

    Default Re: Removing IE Toolbars

    I hear ya!
    bill_doe Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139