Hi,

i'm new to both c++ and Qt and started using it because I need a kind of Kioskbrowser which shall only access one web application (I programmed), in full screen mode. So I took the "Fancy Browser" from the examples and got rid of everything I didn't need. I found how to switch it in full screen mode and how to adjust some settings like enabling (Flash- & PDF viewer-)PlugIns, LocalStorage and other stuff I need. It is almost in a state I want it but than I came across a problem I haven't been able to solve:

The web application uses Javascript open() and close() methods for new windows. But my not-so-fancy browser just doesn't react and stays in its one window. After some googling I decided to ask here as there are a lot of concepts I haven't got a clue about involved, and maybe there's an easy answer. How to make it open and close new full screen windows via Javascript? And close the application should there be only one window open?