Closed Bug 101908 Opened 24 years ago Closed 23 years ago

krone.at - Menu by Javascript does not work

Categories

(Tech Evangelism Graveyard :: German, defect, P3)

defect

Tracking

(Not tracked)

VERIFIED WORKSFORME

People

(Reporter: h.leininger, Assigned: tristan)

References

()

Details

(Whiteboard: [LAYER][PROPRIETARY-DOM][havefix])

Attachments

(1 file)

1.16 KB, application/x-javascript
Details
From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4+) Gecko/20010926 BuildID: 1001092603 Instead of opening a page, there is a Javascript "Error: uncaught exception: Permission denied to get property Window.scriptglobals" Reproducible: Always Steps to Reproduce: 1. http://krone.at 2. click on one of the links on the left-hand menu (e.g. lifestyle, freezone etc.) 3. Actual Results: Nothing, except an error message if the Javascript Console is turned on
var ns= (document.layers) ? 1:0 var ie = (document.all) ? 1:0 ....<snip>........ if (ns) {document.layers[layr].document.images[pic].src=butr;} if (ie) {document.images[pic].src=butr;} We don't do document.layers or document.all - they are old and evil and unsupported. ->Evangelism
Assignee: rogerl → nitot
Status: UNCONFIRMED → NEW
Component: Javascript Engine → Europe: West
Ever confirmed: true
OS: Windows 2000 → All
Product: Browser → Tech Evangelism
QA Contact: pschwartau → caillon
Hardware: PC → All
Summary: Menu by Javascript does not work → krone.at - Menu by Javascript does not work
Whiteboard: [LAYER][PROPRIETARY-DOM]
Version: other → unspecified
Contact : webmaster@krone.at and also error@krone.at Confirming on N62/Win2K. Setting P3. Accepting bug.
Status: NEW → ASSIGNED
setting P3 as planned.
Priority: -- → P3
Blocks: 113492
No longer blocks: 113492
have a fix, attaching the js code.
Whiteboard: [LAYER][PROPRIETARY-DOM] → [LAYER][PROPRIETARY-DOM][havefix]
Attached file fix
this javascript contains the functions/variables that need to be changed in http://www2.krone.at/homepage/742.html .
Maybe they've upgraded their javascript. Now WFM on Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2a) Gecko/20020910. Suggested action: Resolved.
wfm.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
v
Status: RESOLVED → VERIFIED
move...
Component: Europe: West → German
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: