fizch
January 2nd, 2003, 04:08 PM
I am using javascript and I need a way to pass a vlue to a function by reference. This function will be called by the onkeyup event of several text fields so I am passing 'this.value' in the function call for each text field. Please help!!!