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)
Web Compatibility
Site Reports
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.
Comment 2•22 years ago
|
||
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]
Comment 3•22 years ago
|
||
Manually following this links works fro LYNX as well, although Text users
are confronted with a disparaging <noframes> message.
Comment 4•18 years ago
|
||
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.
Updated•18 years ago
|
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
Updated•14 years ago
|
Assignee: other → chinese-traditional
Component: Other → Chinese-Traditional
QA Contact: other → chinese-traditional
Comment 5•11 years ago
|
||
Site to be contacted.
Component: Chinese-Traditional → Desktop
Whiteboard: [chinese-traditional] → [chinese-traditional] [clientsniff] [country-tw] [js] [contactready]
Updated•11 years ago
|
Assignee: chinese-traditional → nobody
Comment 6•9 years ago
|
||
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.
Comment 7•8 years ago
|
||
I think we should just close this.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•6 years ago
|
See Also: → https://webcompat.com/issues/44782
You need to log in
before you can comment on or make changes to this bug.
Description
•