Hi, Inside the window’s content, you can add an iframe i.e you will be able to display a webpage inside the window. For example – https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxwindow/index.htm, inside the initContent callback function, you can add an iframe. $('#window').jqxWindow({ position: { x: offset.left + 50, y: offset.top + 50} , showCollapseButton: true, maxHeight: 400, maxWidth: 700, minHeight: 200, minWidth: 200, height: 300, width: 500, initContent: function () { $('#tab').jqxTabs({ height: '100%', width: '100%' }); $('#window').jqxWindow('focus'); } });
Best regards, Peter Stoev jQWidgets Team https://www.jqwidgets.com/