resize window using Java Servlet
843838Feb 8 2006 — edited Feb 8 2006Hi all,
I need some help. i have a JSP page where some text files name is listed. what i want to do is, when i click those links those documents will be opened NOT IN NOTEPAD but in a small browser <HTML><TEXTAREA>. so that i can modify them.
Now when i am clicking the link the path of the file is going to a Servlet and there it is using the path to open the text page in HTML TEXTAREA. Now i have done it but it is just opening a full screen window. I want to make it small and there will be no menu bar.
Now i know javascript is good in that case but the problem is javascript will open another window. How can resize a TEXT/HTML window using Java Servlet
Please help me.