Closed Bug 149881 Opened 22 years ago Closed 21 years ago

sport1.de - page has a wrong display

Categories

(Tech Evangelism Graveyard :: German, defect, P3)

x86
All
defect

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 97751

People

(Reporter: thomas.hanke, Assigned: tristan)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
BuildID:    2002053012

This page does not load in mozilla. Loading stops at 50%. no page is rendered.
IE 6.0 is rendering the page. Netscape 6.1 got the same problem as mozilla (page
is not even loading).

Reproducible: Always
Steps to Reproduce:
1.just type in the url


Actual Results:  page does not load

Expected Results:  page should load. I understand that it might not be rendered
correctly, but why does it not even load.
WFM Win2k 2002060616 - site is rendered incorrectly, but it *is* rendered, eg.
browser throbber stops, content is displayed.

Reporter: Download latest Mozilla, completely uninstall current Mozilla
installation (including manually deleting the stuff the uninstallation doesn't
remove), and reinstall.
It is bad displayed.

Changing component to tech evangelism, europe west.

Related to some flash contents, as far as I can see.
Assignee: Matti → nitot
Status: UNCONFIRMED → NEW
Component: Browser-General → Europe: West
Ever confirmed: true
OS: Windows 2000 → All
Priority: -- → P3
Product: Browser → Tech Evangelism
QA Contact: imajes-qa → brantgurganus2001
Summary: page does not load → Page have a wrong display
Version: other → unspecified
It might also be JavaScript related since the following appears in the
JavaScript Console:

Error: lay is not defined
Source File:
http://www.sport1.de/coremedia/generator/Technik/jsincludes/omofkt,templateId=infoplainnoc.jsp.html
Line: 21

Specifically, when loaded in Mozilla, it is missing:
 * animation in box that says "WERBUNG"
 * animatetd right column

Both of the above use Flash.

HTML for those sections are written using JavaScript:
var plugin = (navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"]) ?
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
 plugin =
parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 4;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 &&
(navigator.userAgent.indexOf("Windows 95")>=0 ||
navigator.userAgent.indexOf("Windows 98")>=0 ||
navigator.userAgent.indexOf("Windows NT")>=0)) {
 document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
 document.write('on error resume next \n');
 document.write('plugin = (
IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
 document.write('if ( plugin <= 0 ) then plugin = (
IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
 document.write('<\/SCR' + 'IPT\> \n');
}
if ( plugin ) {
document.write ('<object name="MIfullsize" style="LEFT: 0px; POSITION: absolute;
TOP: 0px;" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
width="1000" height="750">');

document.write ('<param name=movie
value="http://ad.71i.de/images/Toyota/powerlayer/020528/020606_test_toy.swf?clicktag=http://adserver.71i.de/event.ng/Type%3dclick%26FlightID%3d4423%26AdID%3d8016%26TargetID%3d1758%26Segments%3d1,12,21,27,28,99,107,132,133,135,136,142,146,148,149,154,189,195,198,207,208,216,219,245,258,270,272,280,282,289,290,291,370,388,446,497,502,667,712,713,720,721,761,762,766,771,772,806,918,924,927,933,952,954,969,985,992,996%26Targets%3d1223,1758,294,866,905,1499,1221,1646,845,466,1599,196,180,341,855,1707,223,343,344,1091,1701,582,1725,1144,1724,1738,1211,1322,1509,1629%26Values%3d25,31,43,48,50,60,72,84,92,100,110,150,155,208,211,259,262,417,418,421,440,464,473,480,481,482,483,484,485,486,487,488,489,490,491,506,517,520,531,533,534,548,563,564,621,688,721,876%26RawValues%3d%26Redirect=http://www.corolla.de/index.asp%3Frefid%3Dsport1wm"><param
name="play" value="true"><param name="id" value="MIfullsize"><param
name="salign" value="L"><param name="wmode" value="transparent">');
document.write ('<embed
src="http://ad.71i.de/images/Toyota/powerlayer/020528/020606_test_toy.swf?clicktag=http://adserver.71i.de/event.ng/Type=click%26FlightID%3d4423%26AdID%3d8016%26TargetID%3d1758%26Segments%3d1,12,21,27,28,99,107,132,133,135,136,142,146,148,149,154,189,195,198,207,208,216,219,245,258,270,272,280,282,289,290,291,370,388,446,497,502,667,712,713,720,721,761,762,766,771,772,806,918,924,927,933,952,954,969,985,992,996%26Targets%3d1223,1758,294,866,905,1499,1221,1646,845,466,1599,196,180,341,855,1707,223,343,344,1091,1701,582,1725,1144,1724,1738,1211,1322,1509,1629%26Values%3d25,31,43,48,50,60,72,84,92,100,110,150,155,208,211,259,262,417,418,421,440,464,473,480,481,482,483,484,485,486,487,488,489,490,491,506,517,520,531,533,534,548,563,564,621,688,721,876%26RawValues%3d%26Redirect=http://www.corolla.de/index.asp%3Frefid%3Dsport1wm"
salign="L" width="1024" height="768" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>');
document.write ('<noembed><img
src="http://ad.71i.de/images/Toyota/powerlayer/020528/020528_tandem_468x60.gif"
width="468" height="60"></noembed>');
document.write ('</object>');
}
Summary: Page have a wrong display → sport1.de - page has a wrong display
I have to say where I look at source, I got an headache :-)
WFM with Mozilla 1.2, Phoenix 0.4, and Netscape 7.0 under Win NT 4.0.
Using Flash 6.0.60.65 (beta).

*** This bug has been marked as a duplicate of 97751 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
move...
Component: Europe: West → German
-v
Status: RESOLVED → VERIFIED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.