Closed
Bug 272792
Opened 21 years ago
Closed 20 years ago
tele2.no - claims that JavaScript is deactivated in Mozilla
Categories
(Tech Evangelism Graveyard :: Norwegian, defect)
Tech Evangelism Graveyard
Norwegian
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jwkbugzilla, Unassigned)
References
()
Details
I tried to make an order at tele2.no and got the message "Nettleseren din har
ikke aktivisert javascript". Looked into source code, this is checking JavaScript:
ikkeok.style.display = "none";
ok.style.display = "block";
It's referring to elements by their ID, great. So I replaced "ikkeok" with
document.getElementById('ikkeok'), same with "ok", and run it from the address
bar - now everything seems to work without problems.
I'm sending the description of this problem to their support - in the category
Internet/Dial-up as it seems to be the most adequate one. I hope they will route
the request to the people responsible for the webpage.
Comment 1•21 years ago
|
||
Conforming summary to TFM item 10 at
http://www.mozilla.org/projects/tech-evangelism/site/procedures.html#file-new
Summary: tele2.no claims that JavaScript is deactivated in Mozilla → tele2.no - claims that JavaScript is deactivated in Mozilla
| Reporter | ||
Comment 2•21 years ago
|
||
I got an answer from Aleksander Olsen:
"I have routed the request/fix to the right department
and they are eager to remove all java/scripts so it will be more
allround -browser friendly."
Sounds promising :)
| Reporter | ||
Comment 3•20 years ago
|
||
Checked it again - seems to be fixed.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
The site still has problems.
Have a look at http://www.tele2.no/privat/nettbutikk/
"Sorry, this page is not supported by your browser. Please install a Internet
Explorer from Microsoft version 5.02 or later and make sure that cookies and
Javascript are enabled."
I'll leave it to the component owner to decide if this bug should be reopened or
if a new Tele 2 bug should be filed.
| Reporter | ||
Comment 5•20 years ago
|
||
Actually, this isn't tele2.no. If you check the frame that shows the error
message, it is http://www.shop4all.dk/butik.aspx?ID=183. The site is built upon
ASP.NET and really uses lots of ugly IE-only constructions. It uses server-side
browser sniffing and explicitely blocks browsers with the words "Gecko" or
"Opera" in the user-agent string. I suggest you file a separate bug on this.
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•