navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Blocking Removal of Items From Weg Page

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Blocking Removal of Items From Weg Page
Page: [1]
 
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.

(in reply to muriel)
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


(in reply to muriel)
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


(in reply to muriel)
LB

 

Posts: 5551
From: Montana USA
Status: offline

 
RE: Blocking Removal of Items From Weg Page - 3/15/2001 22:59:00   
Keep in mind that some people regularly use right click to add to favorites.

(in reply to muriel)
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

(in reply to muriel)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Blocking Removal of Items From Weg Page
Page: [1]
Jump to: 1





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