I want to open a fresh browser from my servlet application. Is there any way to do this?
Not.. this is my first browser opening from the application. I am not running this servlet from a browser.
Please send you suggestions.
I want to open a fresh browser from my servlet application. Is there any way to do this?
Not.. this is my first browser opening from the application. I am not running this servlet from a browser.
Please send you suggestions.
Simply impossible.Without sending any request
from the browser
,you can't send a response to client
Impossible, You can't open new browser window because its requires Client side permission, Servlet response can only return response in text/html or file format