Closed Bug 153863 Opened 23 years ago Closed 8 years ago

a4tech.com.tw - shows blank page to all non-Microsoft browsers

Categories

(Web Compatibility :: Site Reports, defect)

defect
Not set
trivial

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ch.ey, Unassigned)

References

()

Details

(Whiteboard: [chinese-traditional] [clientsniff] [country-tw] [js] [contactready])

The index.html of this site does a if (navigator.appName.indexOf('Microsoft') >= 0) without an else for non-Microsoft-Browsers and without any non-JS-code. Starting the site with http://www.a4tech.com.tw/a4techenglish/index.html (e.g. for english users see page source) is absolute no problem and also works in Mozilla.
Status: UNCONFIRMED → NEW
Ever confirmed: true
confirmed.
Moving this to Other and treat is as Traditional Chinese site since the site is based in Taiwan.
Assignee: momoi → other
Component: Asian → Other
QA Contact: ruixu → other
Whiteboard: [chinese-traditional]
Manually following this links works fro LYNX as well, although Text users are confronted with a disparaging <noframes> message.
This site is genius. Check out the JS on their home page: function window_onload() { if (navigator.appName.indexOf('Microsoft') >= 0) { if (window.navigator.userLanguage == "zh-cn") { document.location.href="http://www.a4tech.com/tw" } else if (window.navigator.userLanguage == "zh-tw") { document.location.href="http://www.a4tech.com/tw" } else { document.location.href="http://www.a4tech.com/tw" } } //else if (navigator.appName.indexOf('Netscape') >= 0) // { // document.location.href= "http://www.a4tech.com.cn/a.html"; // } } I swear I'm not making this up. I think people this clueless might be a lost cause.
Summary: Entry site suspends non-IE-Users from the content by using JavaScript-Code → a4tech.com.tw - shows blank page to all non-Microsoft browsers
Assignee: other → chinese-traditional
Component: Other → Chinese-Traditional
QA Contact: other → chinese-traditional
Site to be contacted.
Component: Chinese-Traditional → Desktop
Whiteboard: [chinese-traditional] → [chinese-traditional] [clientsniff] [country-tw] [js] [contactready]
Assignee: chinese-traditional → nobody
From http://www.a4tech.com->Top right Worldwide sites->Choose China or Taiwan will redirect to http://www.sfytq.com/ http://www.a4tech.com.tw also redirect to http://www.win2.cn, then to http://www.sfytw.com, that's see if we can find someone in a4tech.
I think we should just close this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: Tech Evangelism → Web Compatibility
You need to log in before you can comment on or make changes to this bug.