|
Author |
Message |
HardLineDesigns
Joined: 05 Jun 2004
Posts: 5
|
Posted: Wed Jun 09, 2004 2:53 pm Post subject: will someone help me with an HTML code |
|
|
i was wondering if someone could help me with the HTML code to disable right click on a webpage? thanks alot
James |
|
|
|
|
Triumvirate
Joined: 25 Mar 2004
Posts: 38
Location: New York, USA
|
Posted: Thu Jun 10, 2004 8:08 am Post subject: |
|
|
|
|
|
|
|
kooshin.com
Joined: 19 Oct 2004
Posts: 22
Location: http://kooshin.com
|
Posted: Wed Oct 20, 2004 11:50 am Post subject: |
|
|
Yep that is right. The best place to get a free jave scripts with every purpose.... _________________ Thank You .
Best regards
kooshin.com
For great hosting packages , please visit
Visit http://kooshin.com |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Wed Oct 20, 2004 12:25 pm Post subject: |
|
|
There's also simple java scripts that launch an alert window when the right mouse button is clicked. You can make it say cool stuff like, "HEY! Quit trying to steal my images!"
If you're trying to protect source code or images though, there's a way around everything. For instance someone could go to View-> Source Code in their browser. No way to disable that
You can hide bits of source code by using javascript includes I think though. _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
kooshin.com
Joined: 19 Oct 2004
Posts: 22
Location: http://kooshin.com
|
Posted: Wed Oct 20, 2004 2:32 pm Post subject: |
|
|
Yeah sure . Also there are many HTML encrypter softwares out there which you can try out then buy . _________________ Thank You .
Best regards
kooshin.com
For great hosting packages , please visit
Visit http://kooshin.com |
|
|
|
|
webguy
Joined: 25 Aug 2004
Posts: 165
Location: Canada
|
Posted: Wed Oct 20, 2004 8:55 pm Post subject: |
|
|
Sadly though, if you are using this to try and stop people from stealing your images it won't work except against those who are very computer illiterate.
There are various pros and cons of using no-right click scripts, as well as various ways around them. In the end you need to decide if it's worth annoying your visitors to employ a script that won't stop someone who is looking to steal your images. I literally mean won't stop because ther is no way to stop them.
I coule elaborate if you want me to, just for curiosities sake..?? _________________ Providing small business with high quality affordable websites:
Alberta Custom Websites
Keep up todate with latest virus scares, google, microsoft, linspire and more:
Web and Technology News |
|
|
|
|
kooshin.com
Joined: 19 Oct 2004
Posts: 22
Location: http://kooshin.com
|
Posted: Thu Oct 21, 2004 11:39 am Post subject: |
|
|
Sure it bothers visitors a lot and it makes sites un professional but with all that there are a lot of sites out there which use it a lot . _________________ Thank You .
Best regards
kooshin.com
For great hosting packages , please visit
Visit http://kooshin.com |
|
|
|
|
BryanDowning
Joined: 05 Jul 2004
Posts: 1554
Location: California, USA
|
Posted: Thu Oct 21, 2004 4:16 pm Post subject: |
|
|
I find that most DHTML/Javascripts tend to lean on the un professional side... They can be very useful languages though.
For example in one of my web sites (http://usoba.org), I used this script from dynamic drive (http://www.dynamicdrive.com/dynamicindex5/linkdescribe.htm) to create the mouseover image effect on the USOBA home page. Granted that script is jumpy in some browsers with images that big, but it's a neat little script.
If you know what you're doing with javascript it can be a very versatile and useful language. It's most useful ability in my point of view is that it allows you to make changes to a web page on the fly without reloading the page. An example of this would be something like a calculator. Check this one out: http://www.hr-response.com/client_cost.html _________________ Best Regards,
Bryan Downing
bryandowning.com |
|
|
|
|
webguy
Joined: 25 Aug 2004
Posts: 165
Location: Canada
|
Posted: Thu Oct 21, 2004 8:35 pm Post subject: |
|
|
kooshin.com wrote: | Sure it bothers visitors a lot and it makes sites un professional but with all that there are a lot of sites out there which use it a lot . |
Well yes, that's true. But only because of the sheer number of websites on this enormous network we call the Internet.
But realistically, I very rarely see no right click scripts used anymore. It was more of a fad that came in and was quickly killed off because of it's annoyance.
Most of the sites that I do see using no-right click scripts are those of a personal nature. Not meant to be professional and therefore not caring if people get annoyed.
But it's all a matter of preference. Use the scripts if you want but better to be informed about what you are doing than not. _________________ Providing small business with high quality affordable websites:
Alberta Custom Websites
Keep up todate with latest virus scares, google, microsoft, linspire and more:
Web and Technology News |
|
|
|
|
webguy
Joined: 25 Aug 2004
Posts: 165
Location: Canada
|
Posted: Thu Oct 21, 2004 8:41 pm Post subject: |
|
|
OYBRO wrote: | I find that most DHTML/Javascripts tend to lean on the un professional side... They can be very useful languages though.
If you know what you're doing with javascript it can be a very versatile and useful language. It's most useful ability in my point of view is that it allows you to make changes to a web page on the fly without reloading the page. An example of this would be something like a calculator. Check this one out: http://www.hr-response.com/client_cost.html |
I agree 100%, Javascript is awesome. If only to do some neat little things like add calculators, animated menus, mouse over effects like you mentioned. Javascript is great for it's dynamic capabilities. But only to a point. Javascript is a client-side language, so anything you do which does not purposefully keep state will be gone the moment your reload the page or close the browser window. The one flaw with Javascript..it's client side. But that's also what makes it so great.. it's win win and lose lose. lol
I once created a tic tac toe game..heh heh..it was fun. The AI kind of sucked though..shows where my skill level is _________________ Providing small business with high quality affordable websites:
Alberta Custom Websites
Keep up todate with latest virus scares, google, microsoft, linspire and more:
Web and Technology News |
|
|
|
|
|