Sto utilizzando il seguente codice per usare un'immagine come input submite ma non funziona...![]()
Qualcuno sa spiegarmi il perchè?
Grazie mille!
codice:<form method="post" action="login.php"> <center> Nickname: <input type="text" name="nome" onfocus="if (this.value == 'Nickname') { this.value = ''; }" onblur="if (this.value == '') {this.value = 'Nickname';}" name="s" value="Nickname" /> </center> <center>Password: <input type="password" name="pass" onfocus="if (this.value == 'Password') { this.value = ''; }" onblur="if (this.value == '') {this.value = 'Password';}" name="s" value="Password"/></center> <center> <input name="registrati" type="sumbit" src="http://sebaefra.altervista.org/button/Butt_registrati_piccolo.png" alt="Registrati" title="Registrati" width="121" height="41"> <input name="login" type="image" src="http://sebaefra.altervista.org/button/Butt_login_piccolo.png" alt="Login" title="Login" width="121" height="41"> </center> </form>