djleli
Aug 9 2004, 09:49 PM
CODE <style onload="function noRightClick() {if(event.button==2) {alert('CopyrightŪ by Bullit')}}document.onmousedown=noRightClick"> </style> OR CODE <noscript>You need to have JavaScript enabled in order to view this page correctly!</noscript> <script type="text/javascript"><!-- var message="don't do that"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false") //--></script>
Reply
chinfo
Aug 10 2004, 01:51 AM
That script, or more specifically the behavior it supports, its useless as there a lot of ways to get around the no right button trick. Copyright concerns are legitimate, but it also annoys visitors if you try to control any of the functionality inherent to their end.
Reply
djleli
Aug 10 2004, 11:11 AM
yeah a lot of ppl know that you can go around this by viewing sources or other ways but there are many ppl that never knew about this and so they will be cot in it. ALso it makes te site a bit more pro
Reply
ICE-XG
Aug 22 2004, 08:09 PM
that's kool. Thanks 4 ur help.
Reply
zip_mc
Aug 23 2004, 05:49 AM
i use to think it looked pro but now i think its more a tackie affect... for some reason effects like that and things like stuff chasing you cursor i really dont like... just gets in the way when i'm reading somthing on the page...
Reply
Zenchi
Aug 23 2004, 05:55 AM
Two ways I can think of gettings around this off the top of my head: Highlight + Ctrl & C View Source Sheesh, when I did this one day in class, it amazed my Science Teacher. How sad, eh? Although, I've never seen that <style> script before, I'm going to go do a search on it.
Reply
hasa
Aug 25 2004, 07:56 AM
The best right click protection what I find on Internet are: oncontextmenu="return false" ondragstart="return false" onselectstart="return false" Put this code direct in body element. For example: <body topmargin="0" leftmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart="return false"> </body> hasa _ _ _ _ _ _ _ _ _ _ _ _ The only true success is when you live fife your own way
Reply
CorpseGrinder
Sep 14 2004, 07:47 AM
i think disableing right clicking is a good way to protect some of your creations from being stolen from newbies that right click "save target/picture as heh"
Reply
Kovi
Sep 15 2004, 07:59 PM
But it's also completely useless and will also annoy your users. I reccommend against using anything to disable rightclicking, since it's so easy to get around them. And, yes, even newbies can figure them out. Screenshotting, anyone? Also, you're disabling several helpful, legit uses for rightclicking, such as 'copy link location' and 'open in a new window/tab'. Or rightclicking and selecting 'add to favorites/bookmarks', which surely is something that you would want your users to do, heh.
Reply
nbop
Sep 17 2004, 06:13 PM
CODE <body topmargin="0" leftmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart="return false"> as hasa said is indeed the best. It blocks right clicking and dragging so no ctrl+C. But if you really want the source safe you should best open in a new window where you dont allow the toolbars, and even better is using frames. Ok you think frames? easy to find the page, view -> source and you can see all the urls of each frame... BUT haha, CODE <script language="javascript"> if (top.document==self.document) window.location.href='index.html' </script> index.html must be the site with the frames (you can shame into for ex frames.htm or whatever) The last code makes that the page can't be viewed except in the frames! See you stupid newbie copiers. But I know a way to get the source  ...
Reply
Latest Entries
alexwhin
Feb 4 2005, 10:57 AM
a good place for dhtml is www.dynamicdrive.com check it out
Reply
jjhou
Jan 27 2005, 09:28 AM
The best right click protection are: oncontextmenu="return false" ondragstart="return false" onselectstart="return false" Put this code direct in body element. For example: <body topmargin="0" leftmargin="0" oncontextmenu="return false" ondragstart="return false" onselectstart="return false"> </body>
Reply
RGPHNX
Dec 31 2004, 07:02 PM
Thanks Spirit Valley, Will check out the link you gave. I realize nothing is forever, it's always going to be the good guys against the bad guys (Spy vs. Spy etc.). Just requesting opinions of forum members who have any current Personal experience with any html(website) encryption programs- to get me up to speed on this issue. Anybody?? Have found a review site for several programs at: www.softlandmark.com/Htmlencryption.htm/ Anybody on the forumns have personal experience with the programs listed there? Anybody?? Thanks RGPHNX
Reply
spirit_valley
Dec 28 2004, 06:55 AM
QUOTE(RGPHNX @ Dec 26 2004, 02:02 AM) Any experience with wepage encryption programs? Do they work well? Which programs?? How easy are they to hack/ get around?? Seems that if the html is encrypted then it would be very difficult to just "copy" the website and re-use it without permission. Any info? Some powerful webpage encryption programs do encrypt http codes well so they're not easily understandable. You may want to check the website of ProtWare's HTML Guardian if you are interested. Webpages encryped by this program works well when the user is using Internet Explorer, and they claimed that encryped websites can be properly viewed by any javascript-supporting browsers... But, believe me, soon there'll be a "webpage decrypter"... Hope this helps.
Reply
RGPHNX
Dec 25 2004, 06:02 PM
QUOTE(spirit_valley @ Dec 25 2004, 12:45 PM) A website copier is the easiest solution to eliminate all your efforts on "protecting the source codes". Yet, I hate those who just copy your website and use them as theirs. Thanks Spirit Valley, Any experience with wepage encryption programs? Do they work well? Which programs?? How easy are they to hack/ get around?? Seems that if the html is encrypted then it would be very difficult to just "copy" the website and re-use it without permission. Any info? Cheers
Reply
Recent Queries:--
html deactivate link after click - 0.09 hr back. (1)
-
onselectstart firefox - 29.25 hr back. (1)
-
deactivate script explorer - 50.16 hr back. (1)
-
right click ie - 58.11 hr back. (2)
-
onselectstart="return false" - 78.81 hr back. (1)
-
onselectstart="return false;" - 85.72 hr back. (1)
-
deactivate favorites internet explorer - 144.09 hr back. (1)
-
deactivating internet explorer - 30.39 hr back. (2)
-
oncontextmenu ie6 not working - 151.48 hr back. (1)
-
no right click in internet explore - 173.54 hr back. (1)
-
deactivate scripts explorer - 183.89 hr back. (1)
-
how do you deactivate right click - 191.97 hr back. (1)
-
disable right click pocket internet explorer - 192.84 hr back. (1)
-
oncontextmenu="return false" ondragstart="return false" onselectstart="return false" - 192.95 hr back. (1)
Similar Topics
Keywords : deactivate, click, internet, explorer
- How To Make Form Nested In Internet Explorer ?
Nested form in IE (2)
Project Digital Signage
advertising media through internet (1) Introduction to Digital Signage Project and Discussion Digital Signage is becoming the next
advertising phenomenon from yesteryears of newspaper and TV advertisements. Digital Signage can
captivate an audience in closed quarters with effective, colorful advertising media (with or without
sound) in places where people "have to" watch. These ideal places are in hotel lobbies, elevators,
waiting rooms, service lines--supermarket checkout line, or anywhere people would stand still for
few moments. The principle is to do nothing but advertising. Las Vegas airport termin....
Menu Errors In Internet Explorer
(4) I am not sure if this is the correct section, but this is related to HTML. I have some menus at the
top of my forum, which work perfectly in Firefox. But my members started complaining that they were
not working correctly, and when I tested it in Internet Explorer, I found that only two of the menus
show up, and the others show up as plain text below. Here is a screenshot of what the menus look
like in the two browsers: I have thought of something though. The HTML i used for my menus was
the only code I could find for to make some menus. But I noticed that this forum....
Problems With Webpage Positioning In Internet Explorer
(11) Originally this topic was asking for testing of my page in Internet explorer but someone on another
forum got there first, but I still need help! I've made a page using absolute positioning
and php, using percentages for positions so that it should suit all screen resolutions. However on
internet explorer some of the text on the right can't be seen and is off the page, whereas in
every other browser it's perfect. What can I do to make it show up properly in internet Explorer
as well as all the other ones? Here's the link so you can see what I mean by....
Simulate Click In Ie
(4) Does anyone know how can i "emulate" a click on a link in Internet Explorer. I want it to be closest
to a user-like click posible. I know that IE knows if one real user clicks the link or it's just
a script that does that. Is it posible to "fool" IE with a script (HTML, Java, PHP, Actionscript,
etc) ? Or maybe, can you tell me how does IE knows that it's not a real user behind the click? ....
Making Html For Internet Explorer Compatible With
(3) I need some serious help. My website looks fine in Internet Explorer because I previewed it in IE
when I made it. The only problem is that in FireFox it looks all messed up. I need help or a
tutorial to make my site look the same in both browsers. If anyone can help me send me a PM or just
post here. Click Here to view my site and see the difference. ....
Select All Text In A Form Field On Click
(1) Hi, I have made a script which generates a BBcode when you run it, and displays it in a text field,
like this: CODE <input type="text" name="bbcode" size="81"
value="[IMG]<?php echo $url; ?>[/IMG]"> Well, anyway, I
want something that selects all the text in that form field when you click on it, like it does in
ImageShack when you upload.......
Pocket Internet Explorer
(1) Hello, I have a webpage that allows a user to upload a picture to the site. I know all my users are
running at least internet explorer 6.1 and it works like a charm on desktop units. We are trying to
roll out the samsung i-700 to our field agents for taking pictures and uploading them to the site
while in the field. The device accesses the site with no problems, but where the input field for the
picture is, it is gone. I looked on the microsoft website and it says that Pocket Internet Explorer
doesn't support Data Binding. Is that what this is? Does anyone know of....
Can you disable the left click?
(20) Just for a bit of fun, I know its possible to disable the right click, but is it posible to disable
the left click??? Laterz Matty....
Looking for deactivate, click, internet, explorer
|
|
Searching Video's for deactivate, click, internet, explorer
|
advertisement
|
|