Author Topic: Image Toolbar (in IE6) vs. button "Download" (in 4  (Read 9624 times)

0 Members and 1 Guest are viewing this topic.

Offline bovkun

  • Pre-Newbie
  • Posts: 8
    • View Profile
Image Toolbar (in IE6) vs. button "Download" (in 4
« on: July 22, 2002, 11:04:17 AM »
You can disable the Image Toolbar, so that it does not appear when users move the pointer over images in your pages. This provides you with more control over the user experience on your site. As with previous versions of Internet Explorer, users can still right-click images to save or print them, as well as send them via e-mail. The Image Toolbar can be disabled either through a meta tag,
Code: [Select]
<META HTTP-EQUIV="imagetoolbar" CONTENT="no"> or by setting the attribute
Code: [Select]
GALLERYIMG="no" to an IMG tag element.

GOOD LUCK!

See my site with new template (not ready at all...) at http://www.bovkun.com

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #1 on: July 23, 2002, 05:32:15 PM »
thx, bovkun. it works.
but still, ppl can just drag'n drop pictures.
is there a way disable that too?
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline bovkun

  • Pre-Newbie
  • Posts: 8
    • View Profile
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #2 on: July 23, 2002, 05:49:23 PM »
Really???   8O  How "just drag'n drop" :?:

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #3 on: July 24, 2002, 06:17:36 AM »
Quote from: bovkun
Really???   8O  How "just drag'n drop" :?:


open any page with picture on, then open a folder where u want save a pic.
then left mouse click and hold on the image, and just drug 'n drop it to the folder u opend.
easy.
no right clicks, no CTRL, just old fashion drag'n drop...stealing...;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Mec4D

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.mec4d.com
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #4 on: July 24, 2002, 03:49:37 PM »
I think the best way for this is just upload small images to the gallery and ad the url  to download of the original one, this way nobody will get your original images if you don't wish.

But I think it is not the best idea to tell other trix here in this forum.
You can never really protect any files from interent, the best way is only to close the doors.
Catharina

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #5 on: August 01, 2002, 10:40:58 AM »
Quote from: Mec4D

But I think it is not the best idea to tell other trix here in this forum.
You can never really protect any files from interent, the best way is only to close the doors.


what other trix? ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline Mec4D

  • Jr. Member
  • **
  • Posts: 75
    • View Profile
    • http://www.mec4d.com
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #6 on: August 01, 2002, 02:00:38 PM »
I will tell you later! :wink:
Catharina

Offline singtel22

  • Newbie
  • *
  • Posts: 16
    • View Profile
Image Toolbar (in IE6) vs. button "Download" (in 4
« Reply #7 on: November 03, 2002, 08:58:45 PM »
Users can click view source and find the exact url to the image and loads it in a new window. Is there a way to prevent this?