Re: Applet and javascript...HELP

2000-10-28 Thread cachkar
Hi Henry, I have come across the same problem that you came across with and I have been trying to figure out how to call the applet using the jsp:plugin. I have not tried it yet but I have come across the DOM whereby you can identify the applet in javascript (when you define it using the

Re: jsp:plugin giving error

2000-10-05 Thread cachkar
I did not see your code? where is it? Thanks -- Original Message -- From: hima bindu [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and Date: Thu, 5 Oct 2000 05:21:43 -0700 hi! i am having problems with my

Re: SOME JSP BOOKS?

2000-10-05 Thread cachkar
check out the book "core servlets and Javs server Pages" by Marty Hall, it's been good to me so far -- Original Message -- From: Unnikrishnan M K [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Date: Sun, 8 Oct 2000 11:18:53 +0530 Hi , Can U

Re: Servlet and Applet

2000-10-05 Thread cachkar
I am using JWSDK myself and I put the applets in the same directory where the HTML/jsp files are it worked. when I put it under servlet directory and reference it with the codebase attribute, I would not get an error but it would time out -- has to do with performance I think --

JSP Applet to Applet com problem

2000-10-05 Thread cachkar
Hi, I had sent out the following message the other but I did not see it posted. basically the only way I can have 2 applets on the same page communicate together is by referencing them with applet tag in the jsp file. I can not make a jsp:plugin referenced applet talk to another jsp:plugin

Applet-to-Applet Com Problem with JSP

2000-10-04 Thread cachkar
Hi all, many thanks for all the responses to my previous questions on the List. I have more or less a trivial question; hope someone could help. I am using JSP with JWSDK as a development tool. THe JSP file contains 2 applets' gui objects and HTML form elements all mixed together. I am trying