PRB: HTML Tag KEYGEN Not Supported in Internet ExplorerID: Q190282
|
When the HTML tag KEYGEN is loaded into Microsoft Internet Explorer, the tag does not appear.
This is a Netscape-specific HTML tag. It is not supported in Microsoft Internet Explorer.
A potential workaround is to understand what this tag is doing at a low level and determine if a script could accomplish the same task.
This behavior is by design.
The form element KEYGEN can be used in Netscape Navigator to create public keys to interact with Netscape's Certificate Server.
<FORM ACTION="cms" METHOD=POST>
<KEYGEN NAME="subjectKeyGenInfo">
<INPUT TYPE="submit" VALUE="Submit Request">
</FORM>
Further information about this tag can be found on Netscape's online documentation at this URL:
http://developer.netscape.com/docs/manuals/htmlguid/tags10.htm#1615505
Additional query words: certificate server netscape encryption public key private
Keywords : kb3rdparty kbhtml kbIE400 kbIE401 kbIE500
Version : WINDOWS:4.0,4.01
Platform : WINDOWS
Issue type : kbprb
Last Reviewed: April 30, 1999