Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 29th, 2004, 01:00 AM
Authorized User
 
Join Date: Jun 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to silver_cuts Send a message via Yahoo to silver_cuts
Default

Hi vijay,

i am not talking about the long menu which come right at the click ...

even when the mouse is on the IMAGE and i dont click anything a small SHORTCUT toolbar comes on the left-top of the IMAGE ... this is the only one more thing that i am trying to prevent ...

ofcourse i am not going to rewrite the browser .. haha ..but i thought that since i DISABLED the menu which comes with RIGHT CLICK, then i should also be able to disable the TOOLBAR which comes just when the mouse goes over the IMAGE ...

Suggest Something ...

Sudhan.

 
Old June 29th, 2004, 01:34 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

Yes Sudhan, I meant the toolbar when hover the image in the second part of your previous request. That is default behaviour of IE inbuilt with it. So I don't think that can be disabled.

Meybe, let me do some research on that and let you know if I find something useful.

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old June 29th, 2004, 01:50 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

It *can* be disabled. Add the following <meta> tag to the head section of the document:

<meta http-equiv="imagetoolbar" content="no" />

I also recommend reading that article about disabling the right-click. I agree with most of what's said in that article. Disabling it looks unprofessional, can limit the user in using your site / page (I always right-click somewhere on the page and choose Back instead of clicking the Back button on the toolbar; something I couldn't do anymore on your site, making me never come back anymore) but most of all, it doesn't work. Once you view the image in the browser, it's already in the cache. It's a 2 second job to lift it from the cache and do whatever I want with it.

If you really want to protect your images, don't put them on-line, or put them on-line in a low and crappy resolution. Alternatively, add a large text across the image stating your copyright notice, or embed a hidden watermark in the image, so you can trace thieves.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old June 29th, 2004, 01:58 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 2,480
Thanks: 0
Thanked 1 Time in 1 Post
Default

That was nice to know Imar, that it can be disabled. Looking the meta tag, it looks that was within my reach;), but couldn't get time to search on. But good to know on that.

Sudhan, should be happy about that now. What next?;)

Cheers!

_________________________
- Vijay G
Strive for Perfection
 
Old June 29th, 2004, 02:25 AM
Authorized User
 
Join Date: Jun 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to silver_cuts Send a message via Yahoo to silver_cuts
Default

Hi Imar & Vijay,

That Was cool work IMAR ... really ... and a MUCH BETTER way

bcoz during this time i cam across some information about it from the same link that Vijay had sent me ..
in the Internet Explorer - OPtions->Advanced ... there is a option by which we can DISABLE the image toolbar ..

but thats useless... and i couldnt use it ... any way this sounds great ...

and as Vijay said ... I AM INDEED VERY VERY HAPPY.

by the way Vijay that Link was really COOL.

thanks guys.

Sudhan.

 
Old June 29th, 2004, 02:29 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 463
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to madhukp
Default

The real method to prevent copying of image is to develop (buy) an applet.

The applet should take a number alone. Depending on the number it should display image.
Then there is no way to know the filename of the image.

You can prevent the print screen option also. Please do not ask me how.
But when you take screen shot it will show only a black colour instead of picture. I have
seen this with many applets.

A number of such applets are available at http://www.hotscripts.com
 
Old June 29th, 2004, 02:39 AM
Authorized User
 
Join Date: Jun 2004
Posts: 68
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to silver_cuts Send a message via Yahoo to silver_cuts
Default

Hi Madhu,

I completely agree with you ... but being a newbie to ASP and Web Development all togather and being SHORT of time just now i am not trying to many things presently ..

I dont know JAVA or JAVASCRIPT OR APPLETS and i dont like using things which i dont understand ..

but i am sure that that info about the applets that you gave me gonna help me in near future
and i am expecting similar help from you ..

thanks

Sudhan.






Similar Threads
Thread Thread Starter Forum Replies Last Post
prevent user logon and password from saving Hughesie78 ASP.NET 2.0 Basics 1 December 6th, 2007 12:20 PM
saving images that are displayed on applets Kiran Kumar Java Basics 0 April 5th, 2006 01:21 AM
Saving images Sudoku Visual Basic 2005 Basics 0 March 24th, 2006 11:44 AM
Saving,printing and editng images through vb.net Paru General .NET 2 April 2nd, 2005 12:12 PM
saving images and shapes together saiyedriyaz BOOK: Beginning Java 2 1 June 12th, 2004 08:23 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.