Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #31977
| Path | csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | "Mel Smith" <syntel@cox.net> |
| Newsgroups | comp.lang.javascript |
| Subject | Firefox external script files question |
| Date | Mon, 26 Dec 2016 10:14:38 -0700 |
| Lines | 60 |
| Message-ID | <ecd1g0F53pqU1@mid.individual.net> (permalink) |
| X-Trace | individual.net lMqDjcSKfy5AP/CpKg3vjQ7AnZno/gVlSATWhUAP+ilF55aR2x |
| Cancel-Lock | sha1:orAD2nIQn9XbnnYvk8ps1qLXaa0= |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5931 |
| X-RFC2646 | Format=Flowed; Original |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.6157 |
| Xref | csiph.com comp.lang.javascript:31977 |
Show key headers only | View raw
Hi All:
Problem:
When testing on a *local* machine with no server involvement, my FireFox
browser (version 50.1.0) *cannot* locate my external script files. However,
IE and Chrome can easily do so.
Question:
In the page below, and considering that FF is started locally and
activates the page below,
Where does FF look for the needed external script files ?
(The external script files are located locally in C:\SCRIPTS\ and also
in C:\eml\forms\scripts\ sub-directory)
****** top fragment of html page 'eml.htm' located in C:\eml\forms\
sub-dir****
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Resident Login Page</title>
<script src="/scripts/utilsmin.js" type="text/javascript"></script>
******* end of fragment *****
Here is how the page is activated by FF from within a batch file located in
the C:\EML\ project sub-directory
\Progra~1\Mozill~1\FIREFOX c:\eml\forms\eml.htm
This batch file is located in C:\EML.
Again, the script files are located in C:\SCRIPTS\ and also in
C:\eml\forms\scripts\
Here is the Chrome activation that works correctly and reads the same script
files correctly:
C:\PROGRA~1\Google\Chrome\Application\chrome.exe c:\eml\forms\eml.htm
... and here is the IE activation:
explorer c:\eml\forms\eml.htm
Both Chrome and IE work perfectly, but FF cannot read the script files
and just skips by them ...
Thanks,
-Mel Smith
(re-starting ECMAScript programming after 4 years away. What a head-smasher
:(( )
Back to comp.lang.javascript | Previous | Next — Next in thread | Find similar | Unroll thread
Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 10:14 -0700
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 10:49 -0700
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 11:01 -0700
Re: Firefox external script files question Luuk <luuk@invalid.lan> - 2016-12-26 19:57 +0100
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 12:48 -0700
Re: Firefox external script files question Luuk <luuk@invalid.lan> - 2016-12-26 20:56 +0100
Re: Firefox external script files question "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-12-26 12:50 -0800
Re: Firefox external script files question "Mel Smith" <syntel@cox.net> - 2016-12-26 16:01 -0700
Re: Firefox external script files question JJ <jj4public@vfemail.net> - 2016-12-27 15:14 +0700
csiph-web