Closed Bug 154545 Opened 24 years ago Closed 21 years ago

shop.tijd.be - Javascript button on that page doesn't work with Mozilla

Categories

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

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bart.schelstraete, Unassigned)

References

()

Details

(Whiteboard: [bug248549notfixed])

From Bugzilla Helper: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1a+) Gecko/20020625 BuildID: 20020625 Clicking on the 'bestellen' button doesn't work in Mozilla, but it works in I.E. (javascript button) Reproducible: Always Steps to Reproduce: 1. Surf to : http://shop.tijd.be/index.cfm?PageID=1755&ShopL_Item_ID=61 (sorry.....Dutch site :) 2. In the middle of that site that is a blue 'BESTELLEN' button 3. Click on that button Actual Results: Nothing happens.......it should load another page (not a new window) => Works in I.E.
<form name="OrderAForm" id="OrderForm"> The page then accesses |document.OrderForm| which claims to have no properties in Mozilla. jst, this is all yours... ;)
Assignee: rogerl → jst
Component: JavaScript Engine → DOM Level 0
OS: Windows 2000 → All
QA Contact: pschwartau → desale
Hardware: PC → All
This issue has come up a lot in the last few days, for some reason. For example: bug 154447 document.element defaults to the 'name' attribute instead of the 'id' attribute bug 154072 Site uses proprietary IE-only DOM syntax
If it's similar to bug 154072 , maybe we can close this bug? please advise. (you guys already have work enough, som it's stupid to leave 'duplicate' bugs open) Bart
Thanks - Actually, I'll reassign this to the Evangelism component, as with bug 154072. They will try to contact the website and encourage them to update the HTML -
Assignee: jst → nitot
Component: DOM Level 0 → Europe: West
Product: Browser → Tech Evangelism
QA Contact: desale → brantgurganus2001
Version: other → unspecified
SUMMARY (From Comment #1) <form name="OrderAForm" id="OrderForm"> The page then accesses |document.OrderForm| which is an error in Mozilla. FIX: the site should either do: 1. |document.OrderAForm| (i.e. use document.formname, not document.formid ) OR: 2. |document.getElementById("OrderForm") (preferred, W3C syntax)
Summary: Javascript button on that page doesn't work with Mozilla → shop.tijd.be - Javascript button on that page doesn't work with Mozilla
New Component
Component: Europe: West → Dutch
June 2003 : prioritizing Dutch Tech evangs
Priority: -- → P3
dutch default owner
Assignee: nitot → dutch
QA Contact: brantgurganus2001 → dutch
[bug248549notfixed]
Whiteboard: [bug248549notfixed]
http://shop.tijd.be/index.cfm?PageID=1756 I went to: http://shop.tijd.be/index.cfm?PageID=1756 * clicked "bestellen" icon * clicked "bestellen" button * Receive a page to enter my details... I think this one works now?
Is indeed solved, can be closed
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.