| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Sat Oct 28, 2006 7:11 am Post subject: to open new window of JSP on the applet |
|
|
Hi,
I want to know is there is any way to open the new window of jsp
when ever i clicked on the applet. I had tried by using url but didn't
get web page.By this i get only html tags nothing beyond that.That is
not my requirement.Will give syntax for getting jsp page on applet.
ThanQ.
-Sree |
|
| Back to top |
|
 |
Andrew Thompson Guest
|
Posted: Sat Oct 28, 2006 7:11 am Post subject: Re: to open new window of JSP on the applet |
|
|
sree.it (AT) gmail (DOT) com wrote:
Hello ..again.
Please refrain from multi-posting in future.
(X-post to c.l.j.h./p., w/ f-u to c.l.j.p. only)
Andrew T. |
|
| Back to top |
|
 |
Manish Pandit Guest
|
Posted: Tue Oct 31, 2006 8:10 am Post subject: Re: to open new window of JSP on the applet |
|
|
| Quote: | Will give syntax for getting jsp page on applet.
|
For that your applet needs to be able to parse and render the HTML that
you get from the server. If you are fetching a JSP *as is*, you will
get the whole JSP source code. If you are accessing it via an
application server (protocol://server:port/resource), you will get a
processed JSP (HTML code) and the applet/receiver need to be able to
parse it - pretty much like a mini browser. Hope this helps.
-cheers,
Manish |
|
| Back to top |
|
 |
rajbala.3399@gmail.com Guest
|
Posted: Tue Oct 31, 2006 8:11 am Post subject: Re: to open new window of JSP on the applet |
|
|
Manish Pandit wrote:
| Quote: | Will give syntax for getting jsp page on applet.
For that your applet needs to be able to parse and render the HTML that
you get from the server. If you are fetching a JSP *as is*, you will
get the whole JSP source code. If you are accessing it via an
application server (protocol://server:port/resource), you will get a
processed JSP (HTML code) and the applet/receiver need to be able to
parse it - pretty much like a mini browser. Hope this helps.
-cheers,
Manish
|
Hai manish,
Thanks for ur help.It somewhat Helps me.But i
didn't get clearly. Would you please send a piece of code for this.
Ur help must be appreciated. |
|
| Back to top |
|
 |
Paul Hamaker Guest
|
|
| Back to top |
|
 |
Andrew Thompson Guest
|
Posted: Tue Oct 31, 2006 2:34 pm Post subject: Re: to open new window of JSP on the applet |
|
|
Paul Hamaker wrote:
Deja Vu!
Is that a second try? Or did you forget you already
said much the same thing, on the same subject,
to the same OP - on a different group?
<http://groups.google.com/group/comp.lang.java.programmer/msg/c9eaf0080324e7ba>
Andrew T. |
|
| Back to top |
|
 |
rajbala.3399@gmail.com Guest
|
Posted: Tue Oct 31, 2006 8:40 pm Post subject: Re: to open new window of JSP on the applet |
|
|
Andrew Thompson wrote:
hi,
It's greate site.
But while i am clicking at any example i got error an error
" This page contains information of a type(application/x-java-vm) that
can only be viewed with the appropriate Plug-in ".
What i can do for that. I can't able get to see any output whch is
present in that web.
please help me.
-Raju |
|
| Back to top |
|
 |
rajbala.3399@gmail.com Guest
|
Posted: Tue Oct 31, 2006 8:42 pm Post subject: Re: to open new window of JSP on the applet |
|
|
Andrew Thompson wrote:
hi,
It's greate site.
But while i am clicking at any example i got error an error
" This page contains information of a type(application/x-java-vm) that
can only be viewed with the appropriate Plug-in ".
What i can do for that. I can't able get to see any output whch is
present in that web.
please help me.
-Raju |
|
| Back to top |
|
 |
Paul Hamaker Guest
|
Posted: Tue Oct 31, 2006 9:21 pm Post subject: Re: to open new window of JSP on the applet |
|
|
At the very least you need to have the JRE installed, the plugin is
installed in the process.
Can you open the Java Control Panel from Configuration ? If so, click
the Advanced tab and check the browser(s) that you find under <APPLET>
tag support.
--------------------
Paul Hamaker, SEMM, teaching ICT since 1987
http://javalessons.com |
|
| Back to top |
|
 |
rajbala.3399@gmail.com Guest
|
Posted: Wed Nov 01, 2006 8:11 am Post subject: Re: to open new window of JSP on the applet |
|
|
Paul Hamaker wrote:
| Quote: | At the very least you need to have the JRE installed, the plugin is
installed in the process.
Can you open the Java Control Panel from Configuration ? If so, click
the Advanced tab and check the browser(s) that you find under <APPLET
tag support.
--------------------
Paul Hamaker, SEMM, teaching ICT since 1987
http://javalessons.com
|
hi,
I had only Netbean IDE5.0. I dont know whether it has the JRE or
not.Is it possible for working with plugins without JRE.We can able
installed flash plugin in netbeans.Is it possible for using netbean
plugins.If possible please help me by sending example code.
Thank you.
-Raju |
|
| Back to top |
|
 |
rajbala.3399@gmail.com Guest
|
Posted: Wed Nov 01, 2006 8:11 am Post subject: Re: to open new window of JSP on the applet |
|
|
Manish Pandit wrote:
| Quote: | Hi,
Go to http://www.java.com and click 'Verify Installation' to check if
you have a JRE installed.
If not, from the verification page, click the link that says 'Download
Now'. This will install JRE on your box.
-cheers,
Manish
|
hi,
I had gone as per your suggestion. I verified insatalation. By
this i confirm that there is no lugin in my system and it same error
again that is
" "This page contains information of a type
(application/x-java-vm)that can only be viewed with the appropriate
Plug-in"
Actually we are working on the linux platform. Therfore in my system
Red hat linux 9.
" http://www.java.com " I think this for downloading in windows
platform only.
Give any another sugesstion.
-Raju |
|
| Back to top |
|
 |
Manish Pandit Guest
|
Posted: Wed Nov 01, 2006 8:11 am Post subject: Re: to open new window of JSP on the applet |
|
|
Hi,
Go to http://www.java.com and click 'Verify Installation' to check if
you have a JRE installed.
If not, from the verification page, click the link that says 'Download
Now'. This will install JRE on your box.
-cheers,
Manish |
|
| Back to top |
|
 |
Manish Pandit Guest
|
Posted: Wed Nov 01, 2006 8:11 am Post subject: Re: to open new window of JSP on the applet |
|
|
| Quote: | Actually we are working on the linux platform. Therfore in my system
Red hat linux 9.
|
That explains why the browser is not automatically pulling in the
plugin.
Download the JRE as an rpm and install it on the box.
(http://java.sun.com/linux/).
-cheers,
Manish |
|
| Back to top |
|
 |
|