PRB: HTML Tag KEYGEN Not Supported in Internet Explorer (190282)



The information in this article applies to:

  • Microsoft Internet Explorer (Programming) 4.0
  • Microsoft Internet Explorer (Programming) 4.01

This article was previously published under Q190282

SYMPTOMS

When the HTML tag KEYGEN is loaded into Microsoft Internet Explorer, the tag does not appear.

CAUSE

This is a Netscape-specific HTML tag. It is not supported in Microsoft Internet Explorer.

RESOLUTION

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.

STATUS

This behavior is by design.

MORE INFORMATION

The form element KEYGEN can be used in Netscape Navigator to create public keys to interact with Netscape's Certificate Server.

Steps to Reproduce Behavior

Below is an example of this tag.

   <FORM ACTION="cms" METHOD=POST>
   <KEYGEN NAME="subjectKeyGenInfo">
   <INPUT TYPE="submit" VALUE="Submit Request">
   </FORM>
				

REFERENCES

Further information about this tag can be found on Netscape's online documentation at this URL:

Modification Type:MajorLast Reviewed:5/2/1999
Keywords:kb3rdparty kbhtml kbprb KB190282