Focal Point
EXT library

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7331086682

June 05, 2008, 02:23 PM
Lloyd
EXT library
Hi all, I've been away from webfocus for about a year and can't remember everything I had learned. I want to use the JS library EXT, what would be the proper way for accessing this from the MRE? Meaning how/where do I declare the script tag so my HTML finds it properly? It is in a subfolder of my WWWroot folder like it should be.


Lloyd Prendergast
Michael Kors (USA), Inc.
Phone: 201-453-5076
Fax: 646-354-4776
Lloyd.Prendergast@Michaelkors.com


WebFOCUS 523
WebFOCUS 7.6
WebFOCUS 7.7

Windows Server 2005
Windows Server 2008

Iseries V5R3M0
Iseries V5R5M0
Iseries V6R1M0
June 05, 2008, 03:28 PM
Francis Mariani
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>New Document</title>

<script type="text/javascript" src="/test1/test1.js"></script>
</head>

<body>
<img src="/test1/tomcat.gif">
</body>
</html>


test1 is a folder in "C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\ROOT\" which is my Tomcat root folder.

Now perhaps you can tell me why I get so much Michael Kors junk mail Big Grin


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
June 05, 2008, 03:57 PM
Lloyd
Thanks Francis. I know I tried that syntax, but it just didn't work.

As for the spam, I'l give you my net guys Phone#. Big Grin


Lloyd Prendergast
Michael Kors (USA), Inc.
Phone: 201-453-5076
Fax: 646-354-4776
Lloyd.Prendergast@Michaelkors.com


WebFOCUS 523
WebFOCUS 7.6
WebFOCUS 7.7

Windows Server 2005
Windows Server 2008

Iseries V5R3M0
Iseries V5R5M0
Iseries V6R1M0
June 05, 2008, 04:04 PM
Francis Mariani
What software are you using as your web server?

Are you sure the EXT stuff is in a sub-folder of the root folder?

Perhaps you have to restart the web server after placing the EXT code in the sub-folder.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server