Previous | Next | (P-PDF) JavaScript
Topic: Re: refreshing text box on combo select
Conf: (P-PDF) JavaScript, Msg: 32107
From: kazbo
Date: 1/1/2002 02:59 AM
I use this in the custom keystroke and it seems to work:
if (event.change.charCodeAt(0) > 13
&&event.change.charCodeAt(0) <= 127)
getField('anyField').setFocus();
Basically, if there was any character change, set the focus to another field.
Acrobat 5