Closed
Bug 276016
Opened 20 years ago
Closed 14 years ago
mingyitang.com - loops with a 404 script and onerror
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: alvin.siu, Unassigned)
References
()
Details
Simply cannot open this site Firefox gives the message "Maximum execution time of 30 seconds exceeded in E:\mingyitang\index.php on line 1" while attempting to open this site. When using IE to open it, it is okay. The site is written in Simplied Chinese using encoding GB2312 with Flash
Comment 1•20 years ago
|
||
One of the first things the page does is include a script which does a document.write of another script tag with the src set to http://www.mingyitang.com/domain/data/ww.usr (where the ww is the first two characters in the subdomain in the original request) and with onError="top.location.href='http://www.mingyitang.com'". Since /domain/data/ww.usr returns a 404, the onerror fires, and sends you back to where you started, ready to load it again, and loop again. IE apparently doesn't fire onerror when a <script src=""> returns a 404.
Assignee: bugs → chinese-simplified
Status: UNCONFIRMED → NEW
Component: Product Site → Chinese-Simplified
Ever confirmed: true
Product: Firefox → Tech Evangelism
QA Contact: chinese-simplified
Summary: Timeout opening a Simplied Chinese web site with Flash → mingyitang.com - loops with a 404 script and onerror
Version: 1.0 Branch → unspecified
Comment 2•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009. If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself. Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•