Hi all,

I am trying to call an applet from a servlet. The Server is Java Web Server 2.0.
Using the code
response.sendRedirec("http://myMachine:8080/Directory.somepage.html");

which works fine and loads the html page.

Within my html I have an applet tag and I am trying to call an applet

using the html code

<APPLET
  CODEBASE = "http://myMachine:8080/servlet/"
  CODE     = "Directory.MyApplet.class"
  NAME     = "ClientSidePage"
  WIDTH    = 400
  HEIGHT   = 300
  HSPACE   = 0
  VSPACE   = 0
  ALIGN    = middle
>
</APPLET>


the browser is complainig that it can't find the applet's class file.


Could any body help please.

Tarek Shaar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to