How to put two onkeyup in HTML?

saleh

New member
I made two functions that work differently. I would like to apply them on one input box. How do i do it.

IE: onkeyup="valid(this,'special')" and onKeyUp="return autoTab(this, 12, event);"

I would like to make it as one. How should i do it.
 
Back
Top