Re: capture 'Paste' event in text-area
- From: David Mark <dmark.cinsoft@xxxxxxxxx>
- Date: Mon, 8 Dec 2008 01:27:37 -0800 (PST)
On Dec 8, 1:45 am, RJ <johnren...@xxxxxxxxx> wrote:
[snip]
Very Thanks to all for ur replies...... but i haven't got solution to
my problem as to how to increase height of the text area when contents
are pasted into it.
Yes. Among other things.
Now the thing is "keypress" event yields result in FF, but not with IE
and others, for IE and rest , the option available is "onkeyup" and
"onkeydown", but then the corresponding function would be called twice
No.
for "cntrl+v" and hence that option will also won't work..... and
regarding "onpaste" event , it is only applicable for IE. I am sure
der must be some way to achieve this task.....
Trying to intercept an OS-specific keyboard accelerator (e.g. Ctrl+V)
is silly. The paste event is available in IE. Other than that, you
are SOL AFAIK.
[snip]
.
- Follow-Ups:
- References:
- capture 'Paste' event in text-area
- From: RJ
- Re: capture 'Paste' event in text-area
- From: Erwin Moller
- Re: capture 'Paste' event in text-area
- From: David Mark
- Re: capture 'Paste' event in text-area
- From: Erwin Moller
- Re: capture 'Paste' event in text-area
- From: David Mark
- Re: capture 'Paste' event in text-area
- From: Erwin Moller
- Re: capture 'Paste' event in text-area
- From: RJ
- capture 'Paste' event in text-area
- Prev by Date: Re: How to get the response text for the script tag?
- Next by Date: Re: Help re Blocking Text Selection
- Previous by thread: Re: capture 'Paste' event in text-area
- Next by thread: Re: capture 'Paste' event in text-area
- Index(es):
Relevant Pages
|