Posted By:
anjali_dhruv
Posted On:
Thursday, January 26, 2006 04:13 PM
Error page
Hello group,
I would like to show the servlet response in new window on client. I am creating a new window using javascript in .jsp page. I receive a html page in string buffer as a string from database. I want to show this page in the new window that I am opening.
That means, my index.jsp page creates a window named say 'newwin'. Response from database that I receive for my query is in string format '
error in input
'. I want to show this page in window 'newwin'.
Any ideas, any help would be greatly appreciated.
Regards,
Anjali