![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have this two pieces of code, how can I combine them to use it on one field ? onBlur="javascript:this.value=this.value.toUpperCa se()" onblur="this.value=this.value.replace(/[ -]/g,'')" Z |
#3
| |||
| |||
|
|
onblur="javascript:this.value=this.value.toUpperCa se().replace(/[ -]/g,'')" -- Regards, ..Trent Pastrana www.fourlevel.com ----------------------------- "Zwi2000" <zwi2000 (AT) hotmail (DOT) com> wrote in message news:cdcusv$sp7$1 (AT) forums (DOT) macromedia.com... I have this two pieces of code, how can I combine them to use it on one field ? onBlur="javascript:this.value=this.value.toUpperCa se()" onblur="this.value=this.value.replace(/[ -]/g,'')" Z |
#4
| |||
| |||
|
|
I have this two pieces of code, how can I combine them to use it on one field ? |
![]() |
| Thread Tools | |
| Display Modes | |
| |