Hello,
I have made an
applet that displays an image(img1) over another one(img2). This works fine on the server system but at the client the first image(img1) is not shown, but second one is.
Java Console is not showing any errors at the client end. I have already placed all the realted files for the applet in the jar file and have attached it to the html code. Also I have signed the jar file. When the applet is loaded then it asks for permission.
The code is as follows:
Html code
Java code:
Any comments, why the image(img1)is not visible at the clients,
will be highly appreciated.
Thanks
Frodo.
[/CODE]