Closed
Bug 215965
Opened 22 years ago
Closed 22 years ago
Mozilla crashes when accessing this page (Loto search page)
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: philippe.mignard, Unassigned)
References
()
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030812
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030812
This page contains ActiveX, maybe it's the problem. When accessing this page,
Mozilla hangs and close.
Reproducible: Always
Steps to Reproduce:
Only copy the URL and go to the page
Actual Results:
Mozilla crashes and closes
Expected Results:
Show the page...
Comment 1•22 years ago
|
||
WFM with Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4) Gecko/20030624
Rainer
Comment 2•22 years ago
|
||
WFM 2003081204/trunk/W2K
Reporter: Could you provide TalkBack incident ID?
Severity: normal → critical
Keywords: crash
Comment 3•22 years ago
|
||
Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030812
site doesn´t crash, but javascript links are not working.
I didn´t see ActiveX on this page, only on another one.
I assume this site is checking for NS4 only on some pages, when I hover over the
morpion image in the left column the status line is showing:
javascript:OpenPopUp('http://81.25.195.92/fdjeux/morpion/',640, 462);
If I click on that image, an empty popup is opened, containing that source code:
<html>
<body onload =" var
morpion=window.open('home.php','morpion','width=786,height=568,scrollbars=yes,resizable=no');
morpion.focus(); window.close();">
</body>
</HMTL>
The source code of the following site shows they are looking for NS4 only, all
others get css for IE:
http://81.25.195.92/fdjeux/morpion/home.php
// affichage de la css specifique NS
var ns4 = document.layers;
if (ns4){document.write("<LINK href=\"css/styleNS4.css\" rel=\"stylesheet\"
type=\"text/css\">");}
else{document.write("<LINK href=\"css/styleIE.css\" rel=\"stylesheet\"
type=\"text/css\">");}
javascripts in this bugs URL:
http://www.fdjeux.com/include/jslib.js defines 4 parameters for
function OpenPopUp(nomPage,largeur,hauteur,opt)
{
var top=(screen.height-hauteur)/2;
var left=(screen.width-largeur)/2;
window.open(nomPage,"","status=1,top="+top+",left="+left+",width="+largeur+",resize=no,height="+hauteur+","+opt);
}
but that will be called with 3 parameters only:
<a href="javascript:OpenPopUp('http://81.25.195.92/fdjeux/morpion/',640, 462);">
http://www.fdjeux.com/include/Dom.js contains browser-specific functions.
I don´t know much about IE-specific code, so thats all i could do.
Comment 4•22 years ago
|
||
In Mozilla 1.4 and Firebird 0.6.1 the pages loaded and the links worked without
a problem.
This may have been a problem with the site's scripts.
Reporter | ||
Comment 5•22 years ago
|
||
Today Mozilla does not crash on this page. Well, a problem with my computer? I
tested the page many times before doing a bug report... Note I use Mozilla 1.5,
which I notice have more crashes, and... the page have changed. New results have
been added.
Maybe the bug can be set as invalid...
NB: the taklback incident IDs were TB22691238M and TB22691352K (I only sent two).
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 6•22 years ago
|
||
retested with Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.5b) Gecko/20030812
no crashs, but scripts still not working
my comment 3 still valid.
Now couldn´t use the supplied URL directly, but had to go there via
http://www.fdjeux.com/home/ there 4th entry in menu: Resultats
then 1st entry in submenu: LOTO
Clicking on the Morpion image still produced a white popup window (popups allowed)
code inside, but no display.
Maybe this bug is invalid, as it specifies crash, but this website isn´t working
for me. Can it be that I´m blocked because my IP isn´t coming from France?
Comment 7•22 years ago
|
||
Looking at the site with a netscape 4.79, all was working well, I´ve even been
asked to upgrade my browser!
Clicked on the Morpion image and this was opened in a popup:
http://81.25.195.92/fdjeux/morpion/home.php
That is a website of a company making over 7 billion euros turnover in France,
and it´s website isn´t working with Mozilla, at least not with my current
nightly on Win98.
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•