[Webkit-unassigned] [Bug 11692] REGRESSION(r17352): Disappearing page title

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 22 18:12:49 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=11692





------- Comment #6 from bdash at webkit.org  2007-01-22 18:12 PDT -------
The title goes blank because somewhere along the lines a JS file related to
advertising is loaded from
<http://servedby.advertising.com/site=681019/size=160600/bnum=84894465/optn=1>:

var ADSERVER_POPS_VAL=0;
document.write('<HTML>');
document.write('<HEAD>');
document.write('<TITLE> </TITLE>');
document.write('</HEAD>');
document.write('<BODY>');
document.write('<OBJECT classid=\'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\'
codebase=\'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\'
WIDTH=160 HEIGHT=600>');
document.write('<PARAM NAME=movie
VALUE=\'http://bannerfarm.ace.advertising.com/bannerfarm/96673/160x600.swf?clickTag=http://servedby.advertising.com/click/site=0000681019/mnum=0000370443&siteValue=0000681019\'>');
document.write('<PARAM NAME=quality VALUE=high>');
document.write('<PARAM NAME=wmode VALUE=opaque>');
document.write('<EMBED
src=\'http://bannerfarm.ace.advertising.com/bannerfarm/96673/160x600.swf?clickTag=http://servedby.advertising.com/click/site=0000681019/mnum=0000370443&siteValue=0000681019\'
quality=high wmode=opaque WIDTH=160 HEIGHT=600
TYPE=\'application/x-shockwave-flash\'
PLUGINSPAGE=\'http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\'></EMBED>');
document.write('</OBJECT>');
document.write('</BODY>');
document.write('</HTML>');

I get the feeling it's supposed to be loaded in a popup window or perhaps an
iframe rather than inline.  It's not clear to me why the title affects the main
document but none of the other changes do.  After a few minutes of looking I
can't see where it's loaded from.  More investigation is needed.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list