cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding html events

0 Kudos

Hi

I would like to know if there are any html events that can be fired on change of any

data in the input fields.

like on change of date , can i fire an event to validate the date .

Is it possible to do it in IC webclient

Regards

Leon

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Leon,

You can use normal html tags in a IC view .htm page and to trigger an event, you can use normal javascript code.

<input>

tag has an event called

onChange()

.

Please refer to any html tutorial for help.

Hope it helps!

Regards,

Sudipta.