|
Custom JSP taglib. This taglib lets you prohibit right mouse click.
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). for downloading: Library: rightclicktag.jar Description: taglib.tld See also Coldtags suite - the largest collection of custom JSP tags.
|
Also in Coldtags:
|