your wright, but for beginners it works.
or do you have a other solution?
flavio
----- Original Message -----
From: "Joe Fawcett" <joefawcett@h...>
To: "javascript" <javascript@p...>
Sent: Tuesday, August 20, 2002 4:29 PM
Subject: [javascript] Re: disable the function Ctrl-n
> You're wasting your time trying to protect stuff in that way. It can't be
> done.
> Joe
>
>
> >From: "Flavio Sonanini" <f.sonanini@p...>
> >Reply-To: "javascript" <javascript@p...>
> >To: "javascript" <javascript@p...>
> >Subject: [javascript] Re: disable the function Ctrl-n
> >Date: Tue, 20 Aug 2002 16:13:12 +0200
> >
> >Hovik.
> >
> >here is the link to my site:
> >the site is not finished yet =) .
> >http://www.dialdoor.com/htm/demo.htm
> >and its written in german.
> >but click on to the picture of the man.
> >
> >flavio
> >
> >
> >
> >----- Original Message -----
> >From: "Hovik Melkomian" <melvik@b...>
> >To: "javascript" <javascript@p...>
> >Sent: Tuesday, August 20, 2002 3:40 PM
> >Subject: [javascript] Re: disable the function Ctrl-n
> >
> >
> > > Flavio:
> > > something is wronge b/w us, sorry but I cant get u.
> > > u make a new window so what?! can i c ur site?!
> > >
> > > anyway, Internet is something public & u cant disable ppl while
> > > whey r working with Browsers!! u c we have no Window! we just use
> > > Browsers Window! of course there is some ways to make then unable
> > > to see ur codes but its for biginners. u must know perfessionals WILL
> >see
> >it.
> > > 1 way is disable ppl from Right-Click if u like it do the follow. but
> >remember
> > > there is no way. its only for biginners!!!
> > > it'll works good with if u use it with freameset. do u know why?
> > > PUT this code b/w ur <head> tags.
> > >
> > > Thats all for now,
> > > Hovik.
> > > ___________________________________________
> > > <SCRIPT language=JavaScript>
> > >
> > > <!--
> > > var message="HEY, NO RIGHT CLICKING ALLOWED!"; // Message for the
alert
> >box
> > >
> > > function click(e) {
> > > if (document.all) {
> > > if (event.button == 2) {
> > > alert(message);
> > > return false;
> > > }
> > > }
> > > if (document.layers) {
> > > if (e.which == 3) {
> > > alert(message);
> > > return false;
> > > }
> > > }
> > > }
> > > if (document.layers) {
> > > document.captureEvents(Event.MOUSEDOWN);
> > > }
> > > document.onmousedown=click;
> > > // -->
> > >
> > > </SCRIPT>
> > > __________________________________________
> > >
> > >
> > >
> > >
> > > ---
> > >
> > > Improve your web design skills with these new books from Glasshaus.
> > >
> > > Usable Web Menus
> > >
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> > > r-20
> > > Constructing Accessible Web Sites
> > >
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> > > r-20
> > > Practical JavaScript for the Usable Web
> > >
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> > > r-20
> >
> >
> >
> >---
> >
> >Improve your web design skills with these new books from Glasshaus.
> >
> >Usable Web Menus
> >http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> >r-20
> >Constructing Accessible Web Sites
> >http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> >r-20
> >Practical JavaScript for the Usable Web
> >http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> >r-20
>
>
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
>
>
> ---
>
> Improve your web design skills with these new books from Glasshaus.
>
> Usable Web Menus
> http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
> r-20
> Constructing Accessible Web Sites
> http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
> r-20
> Practical JavaScript for the Usable Web
> http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
> r-20