Re: Open a new Window and inject HTML into it using GWT Window class

2010-05-26 Thread Thomas Broyer
On 25 mai, 00:25, DK dmanchikalap...@gmail.com wrote: I am constructing a piece of HTML code on the fly. I have am empty html page , and I need to inject this html code within the body element of the empty html page. Can someone point me in the right direction ? Right now, I am using the

Open a new Window and inject HTML into it using GWT Window class

2010-05-24 Thread DK
I am constructing a piece of HTML code on the fly. I have am empty html page , and I need to inject this html code within the body element of the empty html page. Can someone point me in the right direction ? Right now, I am using the Window.open(test.html, test html title, some more parameters