Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default image toolbar

    I asked this question a zillion years ago.... And today I found I wanted to use
    it and it didn't work. I don't want the little image toolbar to come up on a
    certain page in my site. I added the following and it still came up. Is this
    the correct code? Where exactly in the <head> section do I put it, or does it
    matter?

    Try this within the <head> section of your document: http-equiv="imagetoolbar"
    content="no">

    You can add code that will reject right-clicks. However it always possible
    to get an image, no matter what the code says, via screen captures for
    example, browser cache etc.

    Any help would be greatly apprectiated!!


    helpful_mama Guest

  2. Similar Questions and Discussions

    1. How to use icon instead of bitmap for image on button in toolbar?
      Hello, I am trying to use an image that has a transparent background on one of the buttons on our custom toolbar in Adobe Acrobat. In the past...
    2. disable image toolbar help
      Is there a way to disable image toolbar. So that a viewer wont be able to save an image or print it? I have diabled the right click be that doesnt...
    3. MS OFFICE -- Toolbar there but icon image NOT. What's the deal???
      Hello all -- I have Windows 2000 with SP4, MS Office 2003 Pro, and Acrobat 6.01. I am having this strange problem where I am not always seeing...
    4. Webcontrol toolbar image click question
      Hi all, Firstly, allow me to just say that programming asp.net AND using viewstate has been (and still is at the moment) the most painful...
    5. Toolbar appears on image hover
      Hi If I hover over an image the IE toolbar for saving/printing/sending appears. How can I suppress this without forcing user to disable the...
  3. #2

    Default Re: image toolbar

    I am sorry to trouble you with an off topic question. How do you start a new question? I have looked pretty hard at the pages here. I cannot find the NEW question button.

    Thanks and sorry.
    Danimal_vt Guest

  4. #3

    Default Re: image toolbar

    Here is the right markup -

    <meta http-equiv="imagetoolbar" content="no">

    Just slip that into your page immediately below </title>.

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "helpful_mama" <webforumsuser@macromedia.com> wrote in message
    news:dc85lb$m89$1@forums.macromedia.com...
    >I asked this question a zillion years ago.... And today I found I wanted to
    >use
    > it and it didn't work. I don't want the little image toolbar to come up on
    > a
    > certain page in my site. I added the following and it still came up. Is
    > this
    > the correct code? Where exactly in the <head> section do I put it, or does
    > it
    > matter?
    >
    > Try this within the <head> section of your document:
    > http-equiv="imagetoolbar"
    > content="no">
    >
    > You can add code that will reject right-clicks. However it always possible
    > to get an image, no matter what the code says, via screen captures for
    > example, browser cache etc.
    >
    > Any help would be greatly apprectiated!!
    >
    >

    Murray *TMM* Guest

  5. #4

    Default Re: image toolbar

    The New Topic link should work for that....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "Danimal_vt" <webforumsuser@macromedia.com> wrote in message
    news:dc8d24$4c0$1@forums.macromedia.com...
    >I am sorry to trouble you with an off topic question. How do you start a
    >new question? I have looked pretty hard at the pages here. I cannot find
    >the NEW question button.
    >
    > Thanks and sorry.

    Murray *TMM* Guest

  6. #5

    Default Re: image toolbar

    Thanks Murray!!! It worked!!! It really worked!!! Hooray!!!!! :)
    helpful_mama Guest

  7. #6

    Default Re: image toolbar

    We aim to please!

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================

    "helpful_mama" <webforumsuser@macromedia.com> wrote in message
    news:dcflf4$kb4$1@forums.macromedia.com...
    > Thanks Murray!!! It worked!!! It really worked!!! Hooray!!!!! :)

    Murray *TMM* 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