Results 1 to 21 of 21
Thread: Web-Desing
Hybrid View
-
14th February 2005 14:14 #1
-
14th February 2005 14:37 #2
:)
, ?HTML Code:<script language="javascript"> function noLeftClick() { if (event.button==1) { alert('Left Mouse Click Disabled.') } } document.onmousedown=noLeftClick </script>
Gigabyte X570 AORUS Ultra | 5950X | Arctic Liquid Freezer II 240 | Corsair Vengeance LPX 2x8GB 3200Mhz | Samsung 980 Pro 1TB + Samsung 970 Pro 1TB | Gigabyte AORUS GeForce RTX 3080 Ti Master 12GB | Fractal Design Meshify C Dark TG | Corsair AX860i | Samsung U32H850 32" 4K
-
14th February 2005 14:42 #3
-
14th February 2005 19:00 #4
-
14th February 2005 19:15 #5- Layer :HTML Code:
<script language=JavaScript> <!-- var message=" !!!"; /////////////////////////////////// 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>
HTML Code:<div id="Layer1" style="position:absolute; left:48px; top:44px; width:213px; height:188px; z-index:1"></div>
Gigabyte X570 AORUS Ultra | 5950X | Arctic Liquid Freezer II 240 | Corsair Vengeance LPX 2x8GB 3200Mhz | Samsung 980 Pro 1TB + Samsung 970 Pro 1TB | Gigabyte AORUS GeForce RTX 3080 Ti Master 12GB | Fractal Design Meshify C Dark TG | Corsair AX860i | Samsung U32H850 32" 4K
-
14th February 2005 21:45 #6




Reply With Quote

R9 280,
7th May 2023, 21:28 in