Closed
Bug 156360
Opened 23 years ago
Closed 21 years ago
ccidnet.com - Site contains script which recursively loads iframes
Categories
(Tech Evangelism Graveyard :: Chinese-Simplified, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: kmcclusk, Assigned: momoi)
References
()
Details
(Keywords: top100)
This bug was broken off from http://bugzilla.mozilla.org/show_bug.cgi?id=136580
This site contains script which results in recursive loads of iframe documents.
This does not crash on IE but it doesn't display anything. Bug 136580 contains a
patch to look for these recursive cases and catch them sooner to prevent crashes
but there is still a performance issue of loading iframes which don't display
anything. This appears to be a bug on their site that they are unaware of.
9 months later... I don't see the recursive iframe. Where is it?
The page does have javascript errors though:
Error: postlayer is not defined
Source File: http://www.ccidnet.com/
Line: 13
Error: plugin.SetWindow is not a function
Source File: javascript: function jsScriptObject(obj) { this.wrappedJSObject =
obj; } jsScriptObject.prototype = { evaluate : function(expression) { return new
jsScriptObject(eval(expression)); } }; var plugin = document.embeds['liumeiti'];
plugin.SetWindow(new jsScriptObject(window),1297050931);
Line: 1
Summary: Site contains script which recursively loads iframes → ccidnet.com - Site contains script which recursively loads iframes
Comment 2•21 years ago
|
||
I also don't see any recursive loads in the url's testcase.
Using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040611
Firefox/0.8.0+
Marking it WORKSFORME.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
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
•