Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to disable copy,cut& paste option in a textbox.

843723Aug 7 2011 — edited Aug 7 2011
Hi,
I am using Jdeveloper 10g. I want to disable copy,cut & Paste option in a textbox using javascript.
can anyone suggest how to do that.
I have searched it on net but i found there onMousedown & OnkeyDown attribute.in the follwing code
<html:text ="" onMousedown="" OnkeyDown="" > But it shows attributes(onMousedown & OnkeyDown) does not supported ..is there any possible way out using that <html:text property...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 4 2011
Added on Aug 7 2011
1 comment
448 views