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