The Artima Developer Community
Sponsored Link

Web Services Forum
how to access japplet from jsp in j2ee server

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
peter

Posts: 1
Nickname: medatou
Registered: Jul, 2002

how to access japplet from jsp in j2ee server Posted: Jul 23, 2002 2:55 AM
Reply to this message Reply
Advertisement
hi,
i want to access from http://myDomain (C:\Apps\j2sdkee1.3.1\public_html\ngnContextRoot\index.jsp) to an applet ChatRooms.java (C:\Apps\j2sdkee1.3.1\public_html\ngnContextRoot\chatapp\chatClient\ChatRooms). The code is as follow:
<jsp:plugin type="applet" code="chatapp.chatClient.ChatRooms.class" codebase="." jreversion="1.3"
align="center" width="100%" height="320"
nspluginurl="http://java.sun.com/products/plugin/1.3.0_01/plugin-i nstall.html"
iepluginurl="http://java.sun.com/products/plugin/1.3.0_01/jinstall- 130_01-win32.cab#Version=1,3,0,1"
>
<jsp:params>
<jsp:param name="fname" value="<%=(String)session.getAttribute(NmConstant.SESSION_FIRSTNAME)%>"/& gt;
<jsp:param name="lname" value="<%=(String)session.getAttribute(NmConstant.SESSION_LASTNAME)%>"/&g t;
<jsp:param name="fgcolor" value="<%=sessionDisplayColor%>" />
</jsp:params>
<jsp:fallback>
<p>Unable to start plugin.</p>
</jsp:fallback>
</jsp:plugin>

I tried many times but failed. Could some gurus give me help?

thanks,
medatou

Topic: life cycle of webservices urgent Previous Topic   Next Topic Topic: Where to download  javax.servlet.http V2.3

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use