Hi,
i tried several possibilities to render the Portal login page in standard mode.
By default IE renders in Quirks mode.
I tried the following :
- Adding tags in the login page at the top
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
Result : Line shows up as first entry in the body.
- Setting the tag <!DOCTYPE html> by using SAP note 1697320 (Adding
doctype to the logon application pages)
Result: doctype is set in WebAS Login (e.g. /nwa) , but not in the portal login.
- Adding the header information by using the response object :
<% response.setHeader("x-ua-compatible", "IE=Edge"); %>
Result : Does not show up in HTML
Anyone has another idea ?
Thanks,
Kai