You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1998/02/05 20:37:27 UTC

Problem using JavaScript and parse server side include (fwd)

---------- Forwarded message ----------
Date: Thu, 05 Feb 1998 11:39:04 +0100
From: JPA <fr...@gl32.fr.lucent.com>
To: apache-bugs@apache.org
Subject: Problem using JavaScript and parse server side include

Examining  the log file of the http server, I can see that
the server is looking for   "java/awt.class"  (that does not exist)
in the directory where is the page I am opening with my browser.


The client browser I use  is Netscape  4.04

The JavaScript code used in the page is :

        var toolkit= java.awt.Toolkit.getDefaultToolkit();
        var screen_size = toolkit.getScreenSize();
        width = screen_size.width;
        height = screen_size.height;

This problem occurs only if the directory is SSI enabled.

The server is Apache 1.2.3

Best Regards.

webmaster
-------------------------------------------------------------------
Jean-Philippe ALBERT    WAS/R&D/SOFTWARE    TRT Lucent Technologies
16, avenue Descartes, BPI 25,      92350 Le Plessis Robinson FRANCE
Tel: + 33 1 41 28 73 69      Fax: + 33 1 41 28 74 44
mailto:frt069t@gl32.fr.lucent.com
-------------------------------------------------------------------