// Open an embedded popup of k2geospatial website
JMap.UI.openIFramePopup({
src: "https://k2geospatial.com/",
title: "My embedded web page",
initialPosition: { x: 400, y: 150 },
initialWidth: 400,
initialHeight: 350
})
// Then close it
JMap.UI.closeIFramePopup()
JMap.UI.closeIFramePopup
Closes the iframe popup if opened.