Weet iemand een manier om de rechtermuisknop uit te schakelen zonder dat er een alert verschijnt (in IE) ?
Thanks !
Thanks !
Verwijderd
Anders maak je een scriptje dat controleert of het frame wel binnen de frameset staat. Als dit niet het geval is de frameset eromheen laden, en een kind kan de was doen!Op dinsdag 02 januari 2001 15:11 schreef Mikedigi het volgende:
Het gaat erom dat er in een frame niet rechts geklikt kan worden, zodat mensen geen menu-items in een nieuw window kunnen openen anders werkt het menu niet
Dus is daar iemand ?
There's no such thing as a mistake, just happy accidents - Bob Ross
Relaxte muziek: altijd okee!
- Soulseek rulez -
Dit is het einde van deze mededeling. De mogelijkheid tot reageren is aanwezig!
Verwijderd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
| <script>
<!--
// CREDITS:
// No Right Click Script without Ugly Alert-Box
// by Urs Dudli and Peter Gehrig
// Copyright (c) 2000 Peter Gehrig and Urs Dudli. All rights reserved.
// Permission given to use the script provided that this notice remains as is.
// Additional scripts can be found at [url=http://www.24fun.com/fast/index.html]http://www.24fun.com/fast/index.html[/url]
// info@24fun.com
// 10/12/2000
// IMPORTANT:
// If you add this script to a script-library or a script-archive
// you have to insert a link to [url=http://www.24fun.com/fast/index.html]http://www.24fun.com/fast/index.html[/url]
// right into the webpage where the script will be displayed.
// CONFIGURATION:
// Go to [url=http://www.24fun.com/fast/index.html,]http://www.24fun.com/fast/index.html,[/url] open category 'utility' and
// download the script-file with step-by-step instructions for easy configuration
function right(e) {
if (document.layers && (e.which==3 || e.which==2)) {
window.status="NO RIGHT CLICK ALLOWED!"
return false;
}
else if (document.all && (event.button==2 || event.button==3)) {
window.status="NO RIGHT CLICK ALLOWED!"
openclosewindow()
return false;
}
}
function openclosewindow() {
var windownews=window.open("", "", "status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width=50,height=50,top=20000,left=200");
windownews.close()
}
if (document.all) {
document.onmouseup=right;
window.onmouseup=right;
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=right;
}
//-->
</script> |
Ik spoor veilig of ik spoor niet.
Waar slaat dit op :(Op woensdag 03 januari 2001 04:12 schreef 1 het volgende:
|||||||||||||||||||||| =
|||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| =|||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| = |||||||||||||||||||||||| =
[+ nog een hele hoop rotzooi :r]
Verwijderd
Verwijderd
Verwijderd
Verwijderd
Ik spoor veilig of ik spoor niet.
Verwijderd
1
| <body oncontextmenu="return false"> |
Apple iPhone 17 LG OLED evo G5 Google Pixel 10 Samsung Galaxy S25 Star Wars: Outlaws Nintendo Switch 2 Apple AirPods Pro (2e generatie) Sony PlayStation 5 Pro
Tweakers is onderdeel van
DPG Media B.V.
Alle rechten voorbehouden - Auteursrecht © 1998 - 2026
•
Hosting door TrueFullstaq