Skip to Content
0
Former Member
Jul 29, 2005 at 11:21 AM

HTMLB:inputField and events.

360 Views

Hello,

In plain HTML, the validation of an entry can be done with something like this :

<input type="text" id="t1" onKeyUp="alert(document.form1.t1.value)">

With htmlb:inputField however, I find nothing that can trigger an event when the user enters data.

Is there any way of validating the data that a user enters with the htmlb:inputField ?

Thanks in advance,

Dirk.