Mettere uppercase un textbox


/ Published in: PHP
Save to your folder(s)

Come rendere uppercase un textbox senza bisogno di js


Copy this code and paste it in your HTML
  1. style=\"text-transform: uppercase\"
  2.  
  3.  
  4. <td class=\"int\"><b>Cognome:</b><input style=\"text-transform: uppercase\" type='text' name='S_COGNOME' id='S_COGNOME' value=\"{$_GET['S_COGNOME']}\"></td>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.