I have a form that uses a input text field. When the user enters a value, I need to make it uppercase and add some characters to the begining and end of the field and pass it to a function.
For example: If the users enters "s1" I need to send the value of "/~S1~/" to the function.
<input type="text" name="p_chg_semester" Ssize="5" maxlength="2" onChange="IsValidSemester(this.value>);
For example: If the users enters "s1" I need to send the value of "/~S1~/" to the function.
<input type="text" name="p_chg_semester" Ssize="5" maxlength="2" onChange="IsValidSemester(this.value>);