Wangzhijun50,
Typically, what you describe is accomplished by using JavaScript to
intercept the "right-click" of the mouse. When a right-click occurs,
the script prompts the user with a message, which you can control to
provide any message you like. There are also "silent" versions of
these scripts that simply block the right-click, without prompting the
user with a message. The choice is yours.
It is important to note that if a user has JavaScript disabled on
their browser, then the right-click will not be disabled, and they
will easily be able to download images. Also, if a user makes use of
a download "leech" tool, such as Download Accelerator Plus, they will
be able to download any files referenced on your site. However, for
the majority of users, this will stop the downloads.
There are many versions of these scripts on the web. I believe you
will find this one easy to work with and modify with a message that
will suit your needs:
CGIScript.net No-Right-Click 1:
http://www.cgiscript.net/cgi-script/csNews/csNews.cgi?database=js_misc%2edb&command=viewone&id=35&op=t
Two other versions are available, if you want to look at alternatives:
http://www.cgiscript.net/site_javascripts_misc.htm
For your future reference, I have included some other sites that you
might want to use if you need other "common" scripts.
I have had good luck with scripts from CodeLifter.com. You may want
to look at their "no right-click" script:
http://www.codelifter.com/main/javascript/norightclick1.html
And, on those occasions when you have the time to evaluate many, many
scripts, you may want to look at the large collection of scripts
available at HotScripts.com:
http://www.hotscripts.com/
The installation instructions are provided with the script, and I
believe you will find it very easy to use. However, if any of this
information is unclear, please do not hesitate to request a
clarification.
Search Strategy: Search script collections for "no right-click"
scripts
Search Terms: right-click |
Request for Answer Clarification by
wangzhijun50-ga
on
01 Oct 2002 23:06 PDT
Dear there,
I believe you guys are very professional at programming.
But as I said in my initial question, I am designing my page using
Frontpage, that is the only one I know to do the page things. And
also, I can edit it by HTML from the Geocities service. No Java, No
higher level, please. I really don't want to learn Java now. Could you
please re-answer my question by the simply way, please! I need your
help at the lower lever, please!
Thank you for your help and I look forward to hearing from you soon
again.
Wangzhijun50
|
Request for Answer Clarification by
wangzhijun50-ga
on
01 Oct 2002 23:16 PDT
Dear there,
I believe you guys are very professional at programming. But as I said
in my question, I am using "Frontpage" to design my page, because this
is the only one I know how to use. Also, you can help me with HTML, I
think I can add something into the Geocities' help link. No Java, no
higher level. Please!
I am sorry to bother you by my low level.By the way, could you please
tell me where I should edit/add in my HTML please, if you give me help
at HTML? I am sorry again. I look forward to getting your help soon.
Thanks.
Wangzhijun50
|
Request for Answer Clarification by
wangzhijun50-ga
on
01 Oct 2002 23:20 PDT
Also, my question is about how to avoid people to copy/download my
pics from my page. Is it as same as the "right clicking..." as you
mentioned in your question?
|
Clarification of Answer by
snapanswer-ga
on
02 Oct 2002 07:28 PDT
Wangzhijun50,
Typically, you would want to wait until after a researcher clarifies
the answer before issuing a rating. Some researchers might not be
motivated to continue helping following a 1-star rating. Since the
Google Answers service may be unfamiliar to you, I will attempt to
help you understand the answer.
Happily, JavaScript is not Java, and is fully compatible with Front
Page and Geocities. In fact, the JavaScript that we are discussing
here is something that you add to your HTML documents. You copy and
paste the script between the <HEAD> </HEAD> codes near the top of
your HTML document.
Cancelling the right-click is the solution you seek. I think if you
returned to the page where you saw the "picture registration" message,
you would find that it is simply a message that occurs when you
right-click. You can create a similar message when you use the script
provided in the original answer on your pages.
I know that all of this can seem overwhelming and confusing in the
beginning. But, once you successfully do this, you will be well on
your way to a good understanding of how to use scripts on your web
page. Good luck.
|