Closed Bug 129638 Opened 23 years ago Closed 15 years ago

Can't find a script on ftp-server

Categories

(Core :: DOM: Core & HTML, defect)

x86
Windows 98
defect
Not set
major

Tracking

()

RESOLVED INCOMPLETE

People

(Reporter: klaus, Unassigned)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.8) Gecko/20020204
BuildID:    2002020406

Can't see the version and downloadlink in the following site  is dead.
Site works in IE 5.5 and Netscape 4.78

Reproducible: Always
Steps to Reproduce:
1. Choose http://corporate.bricsnet.com/about/support/newversion3.jsp?site=1
2.http://corporate.bricsnet.com/about/download/icad_certified3.jsp?site=1
3. Link under package for the web is dead

Actual Results:  No link

Expected Results:  Link under "package for the web" icon

They changed the ftp-structure from ftp.us.bricsnet.com to ftp.bricscad.com.
Build ID: 2002 03 06 04. Windows 2000.

When visiting the first URL <
http://corporate.bricsnet.com/about/support/newversion3.jsp?site=1 >
I get two alert pop-ups:

1. /Anonymous/anonymous/Eng-Us/Bai/version.js: The system cannot find the path
specifiec.

2. /Anonymous/anonymous/Eng-Us/Icad/version.js: The system cannot find the path
specifiec.

In JavaScript console:
- - -
Error: this.mMissedIconCache has no properties
Source File:
chrome://global/content/bindings/tabbrowser.xml#tabbrowser.addToMissedIconCache()
Line: 2

Error: version is not defined
Source File: http://corporate.bricsnet.com/about/support/newversion3.jsp?site=1
Line: 162

Error: version is not defined
Source File: http://corporate.bricsnet.com/about/support/newversion3.jsp?site=1
Line: 171
- - - 

Under the header "Download Latest Software Version" I see three links,
the third of which is identical to the URL in reporter's step 2.
When I click that link, I get two pop-ups:

1. /Anonymous/anonymous/Eng-Us/Icad/version.js: The system cannot find the path
specifiec.

2. If you have purchased this product via the Bricsnet E-store,
your serial number is your License Key.

In JavaScript console:
- - -
Error: this.mMissedIconCache has no properties
Source File:
chrome://global/content/bindings/tabbrowser.xml#tabbrowser.addToMissedIconCache()
Line: 2

Error: version is not defined
Source File: http://corporate.bricsnet.com/about/download/icad_certified3.jsp?site=1
Line: 165

Error: version is not defined
Source File: http://corporate.bricsnet.com/about/download/icad_certified3.jsp?site=1
Line: 172

Error: version is not defined
Source File: http://corporate.bricsnet.com/about/download/icad_certified3.jsp?site=1
Line: 178
- - - 

Smells server side bugs?


In the HTML at the site, I see two of these:

<script SRC="ftp://ftp.bricscad.com/anonymous/Eng-Us/Bai/version.js"                   
        TYPE="text/javascript"></SCRIPT>

<script SRC="ftp://ftp.bricscad.com/anonymous/Eng-Us/Icad/version.js"           
        TYPE="text/javascript"></SCRIPT>


I'm not sure you can use SRC="ftp://something..." inside a <SCRIPT> tag!
Doesn't it have to be SRC="http://something..." ?  Reassigning to DOM for 
further triage; I don't know what component is responsible for loading
external JS scripts...
Assignee: rogerl → jst
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → DOM Other
Ever confirmed: true
QA Contact: pschwartau → gerardok
Klaus points out:

> Netscape 4.78 and the IE 5.5 have no problems in displaying the site
> and running the script from the bricscad ftp-server. So the syntax
> used in the site is not uncommon...

I can also confirm that IE6 has no problem with the site -
Mass-reassigning bugs to dom_bugs@netscape.com
Assignee: jst → dom_bugs
The URL no longer seems to be valid. I don't have access to a ftp server so I
can't test that ftp urls work for scripts, so if someone could test that it
would be great. Thanks!
=> incomplete - no testcase
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.