Bonjour et merci d'Avance (Nul en html pas pire en VBA)
Comment puis-je dire après avoir pressé sur mon bouton que le résultat affiché (Num et DATA) dans la zone input text name "password" soit tout en MAJUSCULE.
Voici la fin:
Merci de me dire si c'est possible
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 <form method="post" name="f" class="panel" onsubmit="password.value = b64_sha1(master.value+':'+ site.value).substr(0,document.f.nbcar.value -2) + '1a'; document.f.password.select(); return false;" selected="true"> <p><font size="4"><strong>Password Generator</strong></font></p> <p><input type="text" size="11" maxlength="55" name="master" style="height:46px;font-size:30px;" /><font color="#FFFFFF">..</font><input type="text" size="2" maxlength="70" name="nbcar" value="8" style="height:46px;font-size:30px;" /><font size="4"><strong> </strong></font></p> <p><input type="text" size="16" maxlength="70" name="site" style="height:46px;font-size:30px;" /></p> <p><input type="submit" value="Generate" style="font-family: arial;font-size: 20px"> <input type="button" value="Actualiser" style="font-family: arial;font-size: 20px" onclick="javascript:window.location.reload()"></p> 'Celui-ci ...merci <p><input type="text" size="16" maxlength="70" name="password" style="height:46px;font-size:30px;" /></p> </form> </body> </html>
Temjeh
Partager