Problem opening a servlet or jsp page from a class file

Hi,

I am using an applet. I want to open a new jsp page where i want to print some text which i get from the main program. I know how to use class files in jsp or servlet page and forwarding request from one servlet to another. I am really confused with this problem. Please let me know if you have any idea. thank you.

bestPro.

[347 byte] By [bestproa] at [2007-10-2 21:59:59]
# 1
Do you know how to display an HTML page from your browser? It's exactly the same thing. I don't do applets but it looks like your code should begetAppletContext().showDocument(urlToTheJSPage)
DrClapa at 2007-7-14 1:16:12 > top of Java-index,Java Essentials,New To Java...
# 2
Thank you. It is working. bestPro.
bestproa at 2007-7-14 1:16:12 > top of Java-index,Java Essentials,New To Java...