Author Topic: Right Click and XP  (Read 8851 times)

0 Members and 1 Guest are viewing this topic.

Offline The Sailor

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Right Click and XP
« on: October 26, 2002, 12:27:38 AM »
How can we keep useing the right click protect in 4image if we know
this feature in WindowsXP in this sample:


i think we have to disable this feature if we want all visitors to register
befor saving any pic's...
(^_^)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
header.html
« Reply #1 on: October 26, 2002, 12:47:39 AM »
In the header.html place the following code between <head> and </head>
Code: [Select]

<meta http-equiv="imagetoolbar" content="no" />
<meta name="MSSmartTagsPreventParsing" content="TRUE" />

Offline The Sailor

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Right Click and XP
« Reply #2 on: October 26, 2002, 01:34:36 AM »
Thanks very much (^_^) it's working well now
(^_^)

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
Right Click and XP
« Reply #3 on: October 26, 2002, 01:54:27 AM »
Chris, do u know how to disable picture "drag'n drop" feature? otherwise all this is useless.
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 Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
onDragStart
« Reply #4 on: October 26, 2002, 02:25:41 AM »
Code: [Select]
<body ondragstart="return false">

Offline The Sailor

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Right Click and XP
« Reply #5 on: October 26, 2002, 10:53:58 AM »
Can i know whats is "drag'n drop" feature please?
(^_^)

Offline The Sailor

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Right Click and XP
« Reply #6 on: October 26, 2002, 10:54:14 AM »
:?: Can i know what is "drag'n drop" feature please?
(^_^)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Internet Explorer feature
« Reply #7 on: October 26, 2002, 07:12:48 PM »
Using the Internet Explorer browser, drag and drop is where you can click on an image in a web page and, while holding the mouse button down, drag it off the browser window into something like windows explorer and release the mouse button.  This lets you copy images from web pages to the hard disk just by dragging and dropping the image.

Offline The Sailor

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Right Click and XP
« Reply #8 on: October 26, 2002, 10:24:41 PM »
thanks Chris i understand it now , but i think it still other way to save
image from the page by useing Save as.. in  Inernet Explorer browser. is there any way to disable this feature also (^_^) ?...
(^_^)

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
Maybe
« Reply #9 on: October 26, 2002, 10:49:07 PM »
You're own your own now.  You can find more information here:  http://www.wildlifephoto.net/digital/copyright1.html

That link has a three part article that talks about ways to deter image theft.  But the truth is, the only guaranteed way to ensure your images won't be stolen from the web is not to put them there to begin with.

Offline The Sailor

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
Right Click and XP
« Reply #10 on: October 26, 2002, 11:07:34 PM »
thanks again i well check the link and thanks for your advice. (^_^)
(^_^)