How to disable copy,cut& paste option in a textbox.
843723Aug 7 2011 — edited Aug 7 2011Hi,
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...