Closed
Bug 209750
Opened 22 years ago
Closed 22 years ago
crash when going to site
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
|
24.30 KB,
text/html
|
Details |
I crash when I go to:
http://www.tv2east.dk/php/shownews_article.php?id=3442
20030616
TB21137933E
Comment 1•22 years ago
|
||
No crash 20030614 PC/WinXP but a weird effect where the page renders, then the
content vanishes and I have a blank page.
Sev->Critical for a crash bug
Severity: normal → critical
Comment 2•22 years ago
|
||
Just experienced the same effects Bill mentioned (ID: 2003061708, WinXP). The
behaviour is also reproducible when you download the page and open it locally.
After commenting out the script line near the end of the code (the one with
http://www.peak.dk/php/showpeakcounter.php?...) everything seemed to work fine.
still worksforme on 2003061704 on Win2k.
Henrik if you update your build?
Comment 4•22 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5a) Gecko/20030617
No crash, but after rendering the content vanished. I saved the page and got
this as resulting file: <html><head></head></html>
Second try: I saved while the page was loading, and got the same file, but also
a folder containing a folder and some files.
The file showpeakcounter.html contains neither no tags, no script tag,
only some functions and some code.
start of file:
function GetValue( Offset )
{
var End = document.cookie.indexOf (";", Offset);
if( End == -1 )
End = document.cookie.length;
return unescape( document.cookie.substring( Offset, End) );
}
function GetCookie( Name )
{
.... some code omitted .....
function getBrowser(agt) {
var PF = '';
if (agt.indexOf("Mozilla")!=-1) { PF = 'Netscape'; }
if (agt.indexOf("Mozilla4")!=-1) { PF = 'Netscape 4.x'; }
if (agt.indexOf("MSIE")!=-1) { PF = 'Internet Explorer'; }
if (agt.indexOf("MSIE 6.0")!=-1) { PF = 'Internet Explorer 6.0'; }
.... some more IE ...
if (agt.indexOf("MSIE 2.0")!=-1) { PF = 'Internet Explorer 2.0'; }
if (agt.indexOf("Netscape6")!=-1) { PF = 'Netscape 6'; }
.... some opera ...
return PF;
}
.... some code omitted .....
function getPlatform(agt) {
var PF = '';
if ((agt.indexOf("Win95")!=-1)||(agt.indexOf("Windows 95")!=-1)) { PF =
'Windows 95'; }
... checking for 98, ME, NT, 2000, XP ...
if ((agt.indexOf("Opera")!=-1)||(agt.indexOf("Opera")!=-1)) { PF = 'Opera'; }
if ((agt.indexOf("Win16")!=-1)||(agt.indexOf("Windows 3.1")!=-1)) { PF =
'Windows 3.x'; }
if ((agt.indexOf("WinXP")!=-1)||(agt.indexOf("Windows XP")!=-1)) { PF =
'Windows XP'; }
if ((agt.indexOf("Mac_PowerPC")!=-1)) { PF = 'Mac PowerPC'; }
if (agt.indexOf("Macintosh")!=-1) {
if (agt.indexOf("PC)")!=-1) { PF = 'Mac PPC'; } else { PF = 'Mac 68K'; }
}
return PF;
}
var reso = escape(screen.width + 'x' + screen.height);
document.write('<a target="_blank"
href="http://www.peak.dk/cgi-bin/peakcounter/toplist.cgi?id=521"><img
src="http://www.peakcounter.dk/php/peakcounterview.php?noid=521&view=103"
title="PeakCounter.dk" border=0><IMG
SRC="http://www.peak.dk/php/peakcounter.php?id=521&ref='+escape(myref)+'&browser='+getBrowser(navigator.userAgent)+'&os='+getPlatform(navigator.userAgent)+'&reso='+reso+'"
width=1 height=1 BORDER=0><IMG
SRC="http://www.peakcounter.dk/php/saveseneste.php?id=521&ref='+escape(myref)+'"
width=1 height=1 BORDER=0></A>');
return true;}
--- end of file ---
3rd try: could download file from the main menue with rightclick:
goto http://www.tv2east.dk, look at the right column under 'Regionalt',
right-click the 5th link 'Rambuktyve fanget', and do 'Save Link Target As'.
the resulting html file can be loaded locally, and shows the same behaviour.
There seems to be some IE specific stuff, and some functions from
http://dynamicdrive.com
/*
Flying Message script II- © Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions, 100's more DHTML scripts, and
Terms Of Use,
Visit http://dynamicdrive.com
*/
| Reporter | ||
Comment 5•22 years ago
|
||
w4me no crash anybody. still getting blank page but that's another bug
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Comment 6•22 years ago
|
||
this is saved from the site, that it can be tested even if the site changes.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•