Article Content
Article Number | 000037194 |
Applies To | RSA Product Set: Identity Governance & Lifecycle RSA Version/Condition: 7+ |
Issue | A form field leveraging the startsWith() JavaScript expression is not working in IE 11. For example, JavaScript expression String(avform.Myname).startsWith("D") The condition is ignored and the form will not work as expected. |
Cause | The JavaScript startsWith method is not supported in Internet Explorer 11. |
Resolution | Replace the JavaScript method with any other that is supported by IE 11. |
Notes | See: |