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: none
for downloading:
Library: rightclicktag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.