Subj : Problem with Applet setSize function in javascript To : netscape.public.mozilla.jseng From : Rohit Kumar Date : Thu Jun 23 2005 12:08 am This is a MIME message. If you are reading this text, you may want to consider changing to a mail reader or gateway that understands how to properly handle MIME multipart messages. --=__Part0320F6D0.0__= Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi, I am facing a problem with applets setSize function on Mozilla-family Browsers for Linux. Whenever I launch my applet from any Mozilla browser, I am getting the following Java-Script Error. "document.applets[0].setSize is not a function" This error message i have taken from firefox browser version 1.0.4 on SUSE Linux 9.3 machine. Though the same error comes for different mozilla browsers on linux machines. In my code i am using APPLET Tag and in my java-script on browser window load and resize I am calling an own defined javascript function which calls document.applets[0].setSize This same code works fine for IE and Mozilla browsers on Windows. Is there anything that i am doing wrong here or is there something else that i need to do to make it work on Linux Mozilla Browsers ? Thanks in advance Rohit --=__Part0320F6D0.0__= Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable