Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

resize window using Java Servlet

843838Feb 8 2006 — edited Feb 8 2006
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2006
Added on Feb 8 2006
1 comment
192 views