philou5672 Report post Posted September 5, 2015 Hi, Is it possible to display the html text in a new window that opens popup? I'd like to display my json data " tooltext" in popup window Thank a lot best regards phil Share this post Link to post Share on other sites
Johnrose Report post Posted September 7, 2015 Yes it is possible.A pop-up window that appears on top of help topic. Pop-up windows remain on the screen until users click anywhere inside or outside of them. For creating pop-up window you can use the following tag in html <SCRIPT Language=JavaScript> MyFont="Helvetica,10,,italic" MyText="This is a pop-up window." </SCRIPT> Share this post Link to post Share on other sites