[PHP-DB] Disable Right click w/ php?

2002-02-14 Thread jas

I have been looking on php.net for a function to disallow people to right
click to view source... anyone have a good idea of how to accomplish this
without using java-script?
Thanks in advance,
Jas



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Disable Right click w/ php?

2002-02-14 Thread Rick Emery

You can't do this using PHP, because PHP is server-side.  You will need
JavaScript.

-Original Message-
From: jas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 14, 2002 12:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Disable Right click w/ php?


I have been looking on php.net for a function to disallow people to right
click to view source... anyone have a good idea of how to accomplish this
without using java-script?
Thanks in advance,
Jas



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP-DB] Disable Right click w/ php?

2002-02-14 Thread Andrey Hristov

No way. PHP is server-side. Javascript is mostly clientside.

Best regards,
Andrey Hristov
- Original Message - 
From: jas [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, February 14, 2002 8:17 AM
Subject: [PHP-DB] Disable Right click w/ php?


 I have been looking on php.net for a function to disallow people to right
 click to view source... anyone have a good idea of how to accomplish this
 without using java-script?
 Thanks in advance,
 Jas
 
 
 
 -- 
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 
 


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Disable Right click w/ php?

2002-02-14 Thread Miles Thompson

At a philosophical level, I don't think this should be done -- I don't want 
people messing with my browser settings, because sure as shooting they will 
not be restored when I leave the site.

What is so precious in the HTML that one can't view the source?

Miles

At 12:12 PM 2/14/2002 -0600, Rick Emery wrote:
You can't do this using PHP, because PHP is server-side.  You will need
JavaScript.

-Original Message-
From: jas [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 14, 2002 12:18 AM
To: [EMAIL PROTECTED]
Subject: [PHP-DB] Disable Right click w/ php?


I have been looking on php.net for a function to disallow people to right
click to view source... anyone have a good idea of how to accomplish this
without using java-script?
Thanks in advance,
Jas



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP-DB] Disable Right click w/ php?

2002-02-14 Thread Peter Lovatt

Hi

I don't think it is possible without javascript, and it does not always work
with javascript.

Anybody with any real knowledge can bypass it anyway simply by saving the
page and opening it in a text editor. So Javascript will stop casual right
clickers, and the others will do it anyway, if they want to.

Just my 2p worth

HTH

Peter

---
Excellence in internet and open source software
---
Sunmaia
www.sunmaia.net
[EMAIL PROTECTED]
tel. 0121-242-1473
---

 -Original Message-
 From: jas [mailto:[EMAIL PROTECTED]]
 Sent: 14 February 2002 06:18
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Disable Right click w/ php?


 I have been looking on php.net for a function to disallow people to right
 click to view source... anyone have a good idea of how to accomplish this
 without using java-script?
 Thanks in advance,
 Jas



 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php