Hi,
I'm not familiar with Javascript, but I have a question that must be easy ;-)
I searched for 2 seperated javascripts on the net, and found them. But, when I change of form field the two functions must be run.
Now, I would like to combine those two.
e.g.:
onKeyUp="return autoTab(this, 3, event);" +
onChange="setRubriek(this.form)"
Is there a whay to put them into one input type=text field?
I thought that I would need to define a new function that will contain a 'link' to these two functions, and call that function.
But how do I do that?
e.g.:
function autoTab
{
onKeyUp="return autoTab(this, 3, event);" +
onChange="setRubriek(this.form)"
}
I don't know how to format the code either ;-(
tnx
bram
I'm not familiar with Javascript, but I have a question that must be easy ;-)
I searched for 2 seperated javascripts on the net, and found them. But, when I change of form field the two functions must be run.
Now, I would like to combine those two.
e.g.:
onKeyUp="return autoTab(this, 3, event);" +
onChange="setRubriek(this.form)"
Is there a whay to put them into one input type=text field?
I thought that I would need to define a new function that will contain a 'link' to these two functions, and call that function.
But how do I do that?
e.g.:
function autoTab
{
onKeyUp="return autoTab(this, 3, event);" +
onChange="setRubriek(this.form)"
}
I don't know how to format the code either ;-(
tnx
bram