[jQuery] Re: Restrcit user copy the site page article

2009-06-07 Thread Ricardo
Intranet or not, the user will still have access to the source. See here: http://www.lmgtfy.com/?q=disable+text+selection+javascript On Jun 6, 9:51 pm, bharani kumar wrote: > Hi its ok ya , > Am not bother abut the browser disable , > > Because its intra net project , > > So we disable in the s

[jQuery] Re: Restrcit user copy the site page article

2009-06-06 Thread bharani kumar
Hi its ok ya , Am not bother abut the browser disable , Because its intra net project , So we disable in the systems, Tell me the snippet for that , thanks On Sun, Jun 7, 2009 at 9:46 AM, Ricardo wrote: > > It's "doable", but save your efforts. After you deliver the HTML to > the user's

[jQuery] Re: Restrcit user copy the site page article

2009-06-06 Thread Ricardo
It's "doable", but save your efforts. After you deliver the HTML to the user's browser, nothing is gonna stop him from copying it if he wants to. Ex: if you block it via Javascript, just disabling javascript nulls it. In Firefox you can use -moz-user-select: none, but disabling CSS or simply pres