Time out to Website using xpage in HCL Notes

47 Views Asked by At

I want to build a widget that can show me Departure monitor for buses and trains embedded in the note client Im using HCL Notes 12.0.2.

<?xml version="1.0" encoding="UTF-8"?>
<xp:view xmlns:xp="http://www.ibm.com/xsp/core">
    <iframe
        src="https://www.wikipedia.de/"
        style="width: 600px; height: 500px;">
    </iframe>
    <embed
        src="https://www.wikipedia.de/"
        width="600" height="500">
    </embed>
    </xp:view>

When i open the Database its a xpage in firefox i shows everything. But when i open the Database in the NotesClient i shows nothing and than the error "time out to Website". Is it because there is no support anymore for embedded browsers in Notes?

0

There are 0 best solutions below