html keygen tag


  Translation results:

UK[ki:] US[ki]

n.Key; (of a typewriter, etc.) key; key, clue, secret; (of music) key

vt.Type; Lock; adjust the tone of...; provide clues

vi. Use keys

adj. Critical; main

Third person singular: keys Plural: keys Present participle: keying past tense: keyed past participle: keyed

html keygen tagsyntax

Function: Specifies the key pair generator field used for the form.

Description: When the form is submitted, the private key is stored locally and the public key is sent to the server.

Note: All major browsers support the <keygen> tag except Internet Explorer and Safari.

html keygen tagexample

<!DOCTYPE HTML>
<html>
<body>

<form action="" method="get">
用户名:<input type="text" name="usr_name" />
加密:<keygen name="security" />
<input type="submit" />
</form>

</body>
</html>

Run instance »

Click the "Run instance" button to view the online instance

Home

Videos

Q&A