473,908 Members | 4,919 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

SaveAs Disabled

Hi

I have a script which disables right clicking and saving images but it only
works in IE, does anyone know the code to stop people saving my artwork in
Netscape AND IE?

I would really appreciate any help you can give me

Thanks and best wishes

Fran
Jul 20 '05 #1
3 1987
"Francesca" <sc************ *********@dsl.p ipex.com> skrev :
I have a script which disables right clicking and saving images but it only
works in IE, does anyone know the code to stop people saving my artwork in
Netscape AND IE?


I don't think the script works, either with IE.

There's only one way, if you want that people can't save your
pics.

Don't put them on a website and upload them.

Any other things don't work.
--
Knud
Jul 20 '05 #2
On Mon, 13 Oct 2003 00:49:38 +0100
"Francesca" <sc************ *********@dsl.p ipex.com> wrote:
Hi

I have a script which disables right clicking and saving images but it
only works in IE, does anyone know the code to stop people saving my
artwork in Netscape AND IE?

I would really appreciate any help you can give me


I have seen previous posts from those who know that say it cannot be
done. You're supposed to be better off just using watermarks.
--
Life is an offensive, directed against the repetitious mechanism of the
Universe.
--Alfred North Whitehead (1861-1947)
Jul 20 '05 #3
"Francesca" <sc************ *********@dsl.p ipex.com> writes:
I have a script which disables right clicking and saving images but it only
works in IE, does anyone know the code to stop people saving my artwork in
Netscape AND IE?
Don't put it on the web. Nothing else will stop me, if I want to save
your images (not even copyright law, which allows me to make copies for
personal use :).

Read this: <URL:http://dorward.me.uk/www/hide/>
I would really appreciate any help you can give me


Stop trying. You are wasting time and energy on an unsolvable problem.

(If you insist on irritating your users, you can use
<body oncontextmenu=" return false">
in both IE and Mozilla derivatives (including Netscape 6+). I like it
when people use this approach, because it is so easy to circumvent).

/L
--
Lasse Reichstein Nielsen - lr*@hotpop.com
Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
'Faith without judgement merely degrades the spirit divine.'
Jul 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3249
by: TOM | last post by:
I want to saveas silently ! it will not prompt to user for saveas please tell me how can I do this silently. please do replay ! OLEObject IE IE = CREATE OLEObject
3
7936
by: lir | last post by:
Hi, I am trying to save a fram in a page using the execCommand("saveas") the html is save currectly but I can not save the gif on that page. How can I save the fram with the gif via execCommand("saveas"). I would like the user to choose where to put the file on his/her loca hard drive. Thanks, Liro - li
1
3415
by: Jeff | last post by:
I am using the HttpPostedFile to allow users to upload files to a server farm. The SaveAs() saves to a shared network path (\\SERVER\SHARE) so that no matter which web server is taking the request, all uploaded files go to the same location. The .SaveAs() call throws the error "unknown user name or bad password". The file share referenced has Full Permission granted to the Everyone group on the network. I cannot figure out why the...
5
1863
by: Reddy | last post by:
System.Web.UI.HtmlControls.HtmlInputFile.SaveAs(FileName) is not overwriting the file. It used to work fine on IIS5.1 Recently we migrated to IIS6.0. Since then it's not working. If it's new file it works fine. For the same file getting the error "Access to the path "" denied. I gave fullcontorl to ASPNET user on the folder. Please help me. Thanks reddy
2
10901
by: psanjay | last post by:
Hi, Am unable to open javascript SaveAs dialog box in Firefox browser. Following is the script, <a href="javascript:void(0);" onclick="document.execCommand('SaveAs',false,'*.xyz');">Save this page</a> The above script works fine in IE. Can anyone please let me know how do I make the SaveAs dialog box open in Firefox browser. Thanks, Sanjay
2
4163
by: Lance Hoffmeyer | last post by:
Hey all, As always, thanks in advance! I am trying to save a ppt presentation but am having problems regarding spaces and am wondering if I am doing something wrong or whether this is a bug? Also, is there a way around this other than not using spaces in paths or filenames? I can create filesnames without spaces but don't have much control over paths.
0
1017
by: Bitula | last post by:
Hi, I have a problem with powerpoints saveas during automation. I'm using ppt app to save several ppts to html and to gif. Despite using the app from separate threads (in MTA) looking at my log it seems that saveas is synchronous, meaning no other request to the ppt app is being processed till the file is not saved. Is this really how Powerpoint application works, or maybe my harddisk is that slow? If so, is there any workaround for achieving...
3
6262
by: =?Utf-8?B?Um9k?= | last post by:
The applicacion sends me the next message "Method not found: Excel._Worksheet.SaveAs (..." I thinks that its about permissions but I do not know how to fix it. I have the same source in two different servers, It work in one of these but it doesn's work in the second one. oExcel = New Excel.Application oExcel.Visible = False : oExcel.DisplayAlerts = False
0
1961
by: KUVU | last post by:
I am automating an excel report using C#.net.For this i am using a template (.xlt) my code is exceuting perfectly on localcomputer but when i tried on server(windows server 2003) it is not exceuting at worksheet.saveas() (i tried to replace it with workbook.saveas() but nor working) .not throwing any exceptions too. Can anyone please help me with this.
0
10029
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9875
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
11335
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10913
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9721
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
8094
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7244
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
6133
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
4336
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.