Click here to Skip to main content
16,007,809 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: JavaScript issue with Less Than symbol (<) Pin
gokninski19-Nov-08 3:30
gokninski19-Nov-08 3:30 
QuestionPlease dont see this... just practicing Pin
Hemant Thaker14-Nov-08 23:19
Hemant Thaker14-Nov-08 23:19 
QuestionHow to block user from copying data from webpage using javascript? Pin
Kiran S. S.14-Nov-08 19:58
Kiran S. S.14-Nov-08 19:58 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
Perspx14-Nov-08 22:17
Perspx14-Nov-08 22:17 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
Kiran S. S.15-Nov-08 1:25
Kiran S. S.15-Nov-08 1:25 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
Jörgen Andersson15-Nov-08 1:47
professionalJörgen Andersson15-Nov-08 1:47 
GeneralRe: How to block user from copying data from webpage using javascript? Pin
sph3rex16-Nov-08 10:07
sph3rex16-Nov-08 10:07 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
Saul Johnson16-Nov-08 0:53
Saul Johnson16-Nov-08 0:53 
Hi!

There may be a way around your copy and paste shortcut problem. I'm not sure about cross-browser compatibility but try enclosing your text in paragraph tags with the UNSELECTABLE attribute set to 'On' like this:

<HTML>
	<HEAD>
	</HEAD>
	<BODY>
		<P UNSELECTABLE="On">
			Test Paragraph
		</P>
	</BODY>
</HTML>


(Tested in IE 8 But it will probably work on earlier versions too)

Of course people will be able to get around this in some way or another but hey, it can't hurt can it?

Hope This Helps!

MrWolfy Big Grin | :-D
GeneralRe: How to block user from copying data from webpage using javascript? Pin
Kiran S. S.19-Nov-08 19:07
Kiran S. S.19-Nov-08 19:07 
AnswerRe: How to block user from copying data from webpage using javascript? Pin
kingsleen25-Nov-08 1:19
kingsleen25-Nov-08 1:19 
QuestionNavigating using Cursor Keys Pin
il_manti14-Nov-08 3:43
il_manti14-Nov-08 3:43 
AnswerRe: Navigating using Cursor Keys Pin
sph3rex14-Nov-08 7:54
sph3rex14-Nov-08 7:54 
GeneralRe: Navigating using Cursor Keys Pin
il_manti14-Nov-08 8:11
il_manti14-Nov-08 8:11 
Questionhow connect ASP.net Website with SQL server express 2005 using IIS Pin
sagnik2008`14-Nov-08 2:47
sagnik2008`14-Nov-08 2:47 
AnswerRe: how connect ASP.net Website with SQL server express 2005 using IIS Pin
Paddy Boyd14-Nov-08 6:01
Paddy Boyd14-Nov-08 6:01 
Questiondiv Pin
rose19614-Nov-08 2:03
rose19614-Nov-08 2:03 
AnswerRe: div Pin
Paul Watson14-Nov-08 2:09
sitebuilderPaul Watson14-Nov-08 2:09 
Questionstyle property regular expression Pin
L Viljoen13-Nov-08 20:57
professionalL Viljoen13-Nov-08 20:57 
AnswerRe: style property regular expression Pin
sph3rex14-Nov-08 0:34
sph3rex14-Nov-08 0:34 
GeneralRe: style property regular expression Pin
L Viljoen14-Nov-08 0:55
professionalL Viljoen14-Nov-08 0:55 
GeneralRe: style property regular expression Pin
Paul Conrad15-Nov-08 16:20
professionalPaul Conrad15-Nov-08 16:20 
GeneralRe: style property regular expression Pin
L Viljoen23-Nov-08 22:43
professionalL Viljoen23-Nov-08 22:43 
QuestionHelp with JavaScript regex problem Pin
Martin Cooke13-Nov-08 9:30
Martin Cooke13-Nov-08 9:30 
AnswerRe: Help with JavaScript regex problem Pin
Shog913-Nov-08 10:38
sitebuilderShog913-Nov-08 10:38 
QuestionAuthentication code for humans Pin
TheComputerMan13-Nov-08 2:52
TheComputerMan13-Nov-08 2:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.