Closed
Bug 29923
Opened 25 years ago
Closed 25 years ago
Javascript problem
Categories
(Core :: Security, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: Doobiepsu, Assigned: norrisboyd)
References
Details
Hello Component Owner
I went to the page http://territory.cjb.net it uses javascript in its site and
the case sensativity is a problem it will not let click the links on the
website. I have put the links in its own html file and it still didn't load. I
use Windows 2000 final release the build of mozilla i am using is 2000030116. If
you need anymore information just email me and will give you more details. Thank
you for your time
Comment 1•25 years ago
|
||
I checked out the problem a little further after talking with him on IRC, and
found some more info. Basically, the problem is that the webmaster is using
URL's for his links in the form JavaScript:Go('page.html') instead of
javascript:Go('page.html') - Go() is his function. lowercasing the javascript:
urls (search and replace) fixes the problem.
recomend adding http://territory.cjb.net to the URL field as well, but it won't
let me. This is probably more of a network bug, it relates to protocols being
case sensitive when maybe they shouldn't be. It's a 4.x parity bug.
Comment 2•25 years ago
|
||
I don't know if it's legal HTML or not but 4.x compatibility sounds good.
Assignee: rogerl → norris
Component: Javascript Engine → Security: General
QA Contact: rginda → junruh
Comment 4•25 years ago
|
||
Works on build 2000031516 on Win2K.
Merry Purim.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 5•25 years ago
|
||
Verified fixed. Using the 2000031516 build on WinNT 4.0.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•