|
| |
|
|
muriel
Posts: 28 From: Central Point, OR. USA Status: offline
|
Blocking Removal of Items From Weg Page - 3/15/2001 20:25:00
How do you prevent people from being able to copy or save as, from a web site. Thanks In Advance
|
|
|
|
muriel
Posts: 28 From: Central Point, OR. USA Status: offline
|
RE: Blocking Removal of Items From Weg Page - 3/15/2001 20:26:00
Sorry about the weg really ment web.
|
|
|
|
Gil
Posts: 7533 From: North Carolina, USA Status: offline
|
RE: Blocking Removal of Items From Weg Page - 3/15/2001 20:33:00
quote: Originally posted by muriel: How do you prevent people from being able to copy or save as, from a web site. Thanks In Advance
Sorry be the one to tell you, but you can't. If its on the WWW it is available to all. ------------------ Gil Harvey The Host Factory Resellers are our speciality
|
|
|
|
macvsog
Posts: 19 From: Orange, Ca. US Status: offline
|
RE: Blocking Removal of Items From Weg Page - 3/15/2001 21:55:00
You might try this java script. It'll keep the rookies off. If you shut off Java then they have access.Goes in <head> area <script LANGUAGE="JavaScript1.1"><!-- Begin function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Your name here - Copyright 2000 - All Rights Reserved"); return false; } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; // End --> </script> In Netscape a right click is rendered useless and in explorer you get a copyright popup screen with right click disabled... Rod
|
|
|
|
muriel
Posts: 28 From: Central Point, OR. USA Status: offline
|
RE: Blocking Removal of Items From Weg Page - 3/15/2001 23:08:00
Thanks so much! for the pros, cons and infromation. Will have to think this through. Muriel
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|