Cerca
Sponsor

toUpperCase Posts Tagged ''

Cambia caso in una casella di testo

Mercoledì 4 marzo 2009

2 esempi a portata di mano per quando un utente inserisce dei dati in un form

<div align="center">
name=lowerexample"> <form
tipo di input <= "" name text = "" size caps = "40"
value = "" onChange = "javascript: this.value = this.value.toLowerCase ();">
<br>
<input type="button" value="convert">
</ Form>
</ Div>
<div align="center">
name="upperexample"> <form
tipo di input <= "" name text = "" size caps = "40"
value = "" onChange = "javascript: this.value = this.value.toUpperCase ();">
<br>
<input type="button" value="convert">
</ Form>
</ Div>

Tradurre