Hi
Thanks for the reply.
That's where the whole problem is.Before i had entirely different approach where my java objects were creating html file and then with the help of Runtime.exec() i managed to open this html file in a browser but it openes this html in a available browser window.(and not a new browser window which is essential requiremnet of user)
Do u know how to display html in a new browser window with Runtime.exec()..if u know it that would be great help.
Just a bit on what i am trying to do..
I have swing component i want when user clicks on one of the menus he/she should get result in a new browser window.The way i got it worked is i get to display result in a browser but Runtime.exec opens it in a existing browser window..
Well one more thing this is not a Applet.If it would have been a Applet i know the solution.(showDocument method of a AppletContext )
Any thaughts on this ..and i will be delighted.
Thanks
Medha