Custom JSP taglib. This taglib lets you prohibit right mouse clicks as well
as content to clipboard copy. For example:
<%@ taglib uri="taglib.tld" prefix="cl" %> <cl:noRightClick>no right click here</cl:noRightClick> Tags are: noRightClick Body tag lets you prohibit right mouse click. Tag outputs own body as an alert in case of right click. Parameters are: 1) cond Optional attribute. Describes a boolean value tag's behavior depends on. Default value is true (disable right mouse button). noCopy Body tag lets you prohibit clipboard copy. Tag outputs own body as an alert in case of copy attempt. Parameters are: 1) cond Optional attribute. Describes a boolean value tag's behavior depends on. Default value is true (disable copy). for downloading: Library: rightclicktag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|