Previous | Next | (P-PDF) JavaScript
Topic: Re: Comb box snafu (Via Email)
Conf: (P-PDF) JavaScript, Msg: 86632
From: jdavison
Date: 4/25/2003 03:54 AM
Let me get this straight ... I type my previously posted code into the
Custom validation script area and the event.changeEx line of code from
Cliff goes into my mouseUp javascript? My clients will all be on
version 5 and up.
Thanks again and again and again and ...
Jerry
On Thursday, April 24, 2003, at 12:45 PM, p-pdf-javascript Listmanager
wrote:
> From: "George"
>
> --------- Planet PDF Forum | http://forum.planetpdf.com ----------
>
> As Cliff mentioned, you should be using the Keystroke event. The
> problem with using it is version compatibility. It will work
> differently in pre-5 versions, as discussed recently in more detail in
> a topic here titled "ComboBox event calling Javascript". You should be
> able to find it with a search.
>
> The problem with using event.changeEx is it only works with version 5
> (and up, presumably). If your users will only be using 5 and up, it'll
> be OK.
>
> George