Good day I.

I have a program that use webkit and it works great but i have 3 webpages that use java window.open to open new pages and work great under firefox etc.

How can i in webkit detect if a link with window.open is called and then capture the page it was opening so that i can create a new instance of qwebkit and send it the url.

Any help would be appriociated.

I did see something about

Qt Code:
  1. _parentFrame->evaluateJavaScript("window.open("", "");");
To copy to clipboard, switch view to plain text mode 
but i dont know how to impliment it.


Regards