OT Content Protection

2004-12-07 Thread Mickael
Hi All, Sorry for being OT. But I was wondering how the following was accomplished. I went to the following page http://www.nymity.com/pipeda/pipeda.asp#4_9principle9individualaccess And I was not able to highlight the text, to copy in IE or able to Right click copy in Firefox. How is

Re: OT Content Protection

2004-12-07 Thread John Beynon
but file copy does work :) probably just JS to disable right click, jb. On Tue, 7 Dec 2004 16:29:24 -0500, Mickael [EMAIL PROTECTED] wrote: Hi All, Sorry for being OT. But I was wondering how the following was accomplished. I went to the following page

Re: OT Content Protection

2004-12-07 Thread Anders Green
At 04:29 PM 12/7/2004, you wrote: http://www.nymity.com/pipeda/pipeda.asp#4_9principle9individualaccess And I was not able to highlight the text, to copy in IE or able to Right click copy in Firefox. 4.9 Principle 9 - Individual Access Upon request, an individual shall be informed of the

Re: OT Content Protection

2004-12-07 Thread dave
doesnt seem to work 2 good ;) dont think it will work 4 u, if thats where this is going with firefox i just dragged the mouseover to highlight then hit the copy button on the toolbar and there u go, the first section PIPEDA Reference Guide Customer Privacy The following table indexes

RE: OT Content Protection

2004-12-07 Thread Sandy Clark
They disabled the mouse right click using javascript. If you disable javascript then you can copy the text. -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:29 PM To: CF-Talk Subject: OT Content Protection Hi All, Sorry for being OT. But I

Re: OT Content Protection

2004-12-07 Thread Jim Campbell
I won't dig into their code, but I've seen this plenty of times - you just capture the mouse click with javascript and basically bury it. The allow right click plugin for Firefox probably just tells the browser to ignore that specific sort of Javascript call. - Jim Anders Green wrote: At

RE: OT Content Protection

2004-12-07 Thread S . Isaac Dealey
, December 07, 2004 4:29 PM To: CF-Talk Subject: OT Content Protection Hi All, Sorry for being OT. But I was wondering how the following was accomplished. I went to the following page http://www.nymity.com/pipeda/pipeda.asp#4_9principle9indiv idualaccess And I was not able to highlight

RE: OT Content Protection

2004-12-07 Thread Lomvardias Christopher
They're using oncontextmenu=return false in the body tag -Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:29 PM To: CF-Talk Subject: OT Content Protection Hi All, Sorry for being OT. But I was wondering how the following was accomplished

RE: OT Content Protection

2004-12-07 Thread Ian Skinner
pipeda.aps -- ... script language=JavaScript1.2 type=text/javascript src=/dev/scripts/no_alt_ctrl.js/script ... /head body onContextMenu=return false onDragStart=return false onSelectStart=return false no_alt_ctrl.js -- !-- function AltDown() { if (event.altLeft) {

RE: OT Content Protection

2004-12-07 Thread Burns, John D
-Original Message- From: Mickael [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:29 PM To: CF-Talk Subject: OT Content Protection Hi All, Sorry for being OT. But I was wondering how the following was accomplished. I went to the following page http://www.nymity.com/pipeda

RE: Content protection?

2002-01-09 Thread Paul Sizemore
captures), but it is seems a reasonable effort. I'm going to try the showModalWindow(), thanks for bringing that up. Paul -Original Message- From: Mark A. Kruger - CFG [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 6:53 PM To: CF-Talk Subject: RE: Content protection? Off

Re: Content protection?

2002-01-09 Thread Richard Meredith-Hardy
Nobody has mentioned the MEDIA element of a LINK tag If you have two links to style sheets thus: LINK REL=stylesheet TYPE=text/css HREF=style.css MEDIA=SCREEN LINK REL=stylesheet TYPE=text/css HREF=style_print.css MEDIA=PRINT by simply styling the text as very small, same colour as the

RE: Content protection?

2002-01-09 Thread Eric Dawson
PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Content protection? Date: Tue, 8 Jan 2002 15:52:34 -0800 Off topic a little I'm looking to find out how possible it is to link the data from an excel spreadsheet into a Powerpoint presentation and then run actions

Content protection?

2002-01-08 Thread Dharmesh Goel
Hello All, We have a need to display some text on our intranet that a user would not be able to print/copy. Would there be any scripts out there anyone can point me to? I guess it will be a script that pops up the html file into a window without any of the menu options with the right click

RE: Content protection?

2002-01-08 Thread Mark A . Kruger - CFG
there with the answer g. Mark -Original Message- From: Dharmesh Goel [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 1:09 PM To: CF-Talk Subject: Content protection? Hello All, We have a need to display some text on our intranet that a user would not be able to print/copy. Would

RE: Content protection?

2002-01-08 Thread Andre Turrettini
:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 2:09 PM To: CF-Talk Subject: Content protection? Hello All, We have a need to display some text on our intranet that a user would not be able to print/copy. Would there be any scripts out there anyone can point me to? I guess it will be a script

Re: Content protection?

2002-01-08 Thread ksuh
window to be modal. - Original Message - From: Dharmesh Goel [EMAIL PROTECTED] Date: Tuesday, January 8, 2002 2:09 pm Subject: Content protection? Hello All, We have a need to display some text on our intranet that a user would not be able to print/copy. Would there be any

Re: Content protection?

2002-01-08 Thread Bryan Stevenson
] - Macromedia Associate Partner www.macromedia.com - Original Message - From: Dharmesh Goel [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, January 08, 2002 1:09 PM Subject: Content protection? Hello All, We have

RE: Content protection?

2002-01-08 Thread Dharmesh Goel
-Talk Subject:RE: Content protection? If your intranet is ie only, then you can use a modal window which would seem to fit your requirements much better than converting to an image which can be easily printed. Check it out here http://www.webreference.com/js/column90/ DRE -Original

RE: Content protection?

2002-01-08 Thread Mark A . Kruger - CFG
build a macro in Ap VB, but I can't get the 2 things to play nicely together. Anyone help would be greatly appreciated. Mark -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 1:39 PM To: CF-Talk Subject: Re: Content protection? You could