Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> JavaScript in PL/SQL

JavaScript in PL/SQL

From: Siggi <sbeisen1_at_ford.com>
Date: 2000/05/18
Message-ID: <392400DA.7431058A@ford.com>#1/1

I am trying to include a static JavaScript (.js) file into PL/SQL code using the WEB toolkit.

htp.p('<script src="imfunc.js"> </script>');

When I call the PL/SQL procedure to display the browser page I always get a JavaScript error with a syntax error in line 1 and that the request cannot be processed at the moment.

I am using Oracle Application Server 4.0 and the built-in listener. I also configured the listener to recognize MIME type js.

Does anybody know what the problem might be? Received on Thu May 18 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US