Closed Bug 145292 Opened 23 years ago Closed 18 years ago

bambolino.be - server filters on browser name and platform type

Categories

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

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: wingtung.leung, Assigned: wingtung.leung)

References

()

Details

(Whiteboard: [havecontact] [bug248549notfixed])

The page demands the user to use IE4 (or higher) on a MS Windows platform. I tried Opera, masking it as IE5, but it did not help there. Will try to contact the webmaster as soon as possible for a fix.
I have confirmed this with build 2002051608 on Windows XP Home Editon.
Severity: normal → major
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Summary: server filters on browser name and platform type → bambolino.be - server filters on browser name and platform type
Whiteboard: [USERAGENT][eurocontest][DENY]
Sent a message to contact using online form, and waiting for confirmation. I don't expect any positive reply soon though. :-/
TGke, if you are evangelising this bug, accept it and set a milestone.
Status: NEW → ASSIGNED
Target Milestone: --- → Jul
(Sorry, forgot to reassign to myself. I hope I understood Brant's message correctly.)
Assignee: nitot → tgke
Status: ASSIGNED → NEW
Status: NEW → ASSIGNED
11 months later... function browserOK() { if (navigator.appName != "Microsoft Internet Explorer") return false; if (parseFloat(navigator.appVersion) < 4) return false; if (navigator.userAgent.indexOf("Opera") != -1) return false; // if (navigator.platform != "Win32") return false; return true; } Also, page uses function MM_findObj(n, d) { //v3.0
Blocks: 51020
Priority: -- → P3
Hardware: PC → All
New Component
Component: Europe: West → Dutch
Whiteboard: [USERAGENT][eurocontest][DENY] → [USERAGENT][eurocontest][DENY][havecontact]
we are no longer denied access but we can't go through the flash intro because of a js error in the "skip intro" button
Whiteboard: [USERAGENT][eurocontest][DENY][havecontact] → [havecontact] [bug248549notfixed]
Cannot reproduce problem anymore, marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 18 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.