|
2021-10-06
| ||
| 19:43 | • New ticket [177e6fbcbd] When using iframe in IE11 the text is not displayed from target frame. artifact: d4ca6c8703 user: anonymous | |
| Ticket UUID: | 177e6fbcbd2ff3c01294868037058dd18afd707a | |||
| Title: | When using iframe in IE11 the text is not displayed from target frame | |||
| Status: | Open | Type: | Code_Defect | |
| Severity: | Cosmetic | Priority: | ||
| Subsystem: | Resolution: | |||
| Last Modified: | 2021-10-06 19:43:06 | |||
| Version Found In: | ||||
| User Comments: | ||||
|
anonymous added on 2021-10-06 19:43:06:
<verbatim-379faffd3ebd3786c0da links>As an example the main window will not display data from other target sources:
Following is index.htm
<!DOCTYPE html> <html> <body> CrowdStrike Project Updates<iframe src="servers.htm" height="200" width="300" title="Servers"></iframe> <iframe src="workstations.htm" height="200" width="300" title="Workstations"></iframe> <iframe src="mobile.htm" height="200" width="300" title="Mobile"></iframe> </body> </html>Eg: servers.htm <!DOCTYPE html> <html> <body> Server Schedule</html></verbatim-379faffd3ebd3786c0da> | ||||