-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Teh,
Teh Noranis Mohd Aris wrote:
> I've been working out the applet program since last
> night but still could not get it correct. I think that
> the codeBase variable path that was initialised in the
> applet program is not correct. I put the
> Logi
Hello,
I've been working out the applet program since last
night but still could not get it correct. I think that
the codeBase variable path that was initialised in the
applet program is not correct. I put the
LoginApplet.class in
C:\jakarta-tomcat-4.1.31\webapps\myapp\applets. It's
just a matter
Hi,
I'm sorry, I didn't realize about the attachment capability for this mailing
list. However here are the programs that I attached previously. Hope someone
can help me out. Thank you.
1. THE SERVLET PROGRAM:
package myapp;
import javax.servlet.*;
import javax.servlet.http.*;
I would have to agree with the attachment capability of this mailing list.
Zack
Andre Prasetya wrote:
i think attachments are disabled...
On 1/17/07, Teh Noranis Mohd Aris <[EMAIL PROTECTED]> wrote:
Hi,
I already solve the problem of loading my applet in the web browser.
Thank
you to all.
i think attachments are disabled...
On 1/17/07, Teh Noranis Mohd Aris <[EMAIL PROTECTED]> wrote:
Hi,
I already solve the problem of loading my applet in the web browser. Thank
you to all. Now, I'm having the problem to send request from the applet to
the servlet. Attached is the AppletLogin.ja
Hi,
I already solve the problem of loading my applet in the web browser. Thank
you to all. Now, I'm having the problem to send request from the applet to the
servlet. Attached is the AppletLogin.java (the servlet which I put in package
myapp) and LoginApplet.java (the applet which I put in