Closed
Bug 143407
Opened 23 years ago
Closed 21 years ago
freeweb.hu - the page create an endless loop
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: altkota, Unassigned)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0+)
Gecko/20020508
BuildID: 2002050807
the browser loads the bottom part of the page and then
jumps into an endless loop (sending request, data transfer)
tha page works correctly under IE(6)
Reproducible: Always
Steps to Reproduce:
1.open the pagehttp://www.freeweb.hu/nsn/hardver/bird/monitor/monitor.htm
2.
3.
Comment 1•23 years ago
|
||
Here seems to be the explanation : look at this js script !
Page load it in the beginning. And, of course, page do not reload if I deactive
JS in navigator using pref panel !
<!--
function reload() {
top.frames["audit"].location.reload();
}
function popup() {
if (!(navigator.appName=="Netscape" && parseInt(navigator.appVersion)==4)) {
loc=new String(top.document.location);
top.document.location=loc.replace(/www\.freeweb\.hu\/([^\/]+)\/(.*)/gi,"$1.freeweb.hu/$2");
}
/*
else
window.open("http://www.freeweb.hu/html/popup.html","freewebpopup","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=480,height=60");
*/
}
if (top.frames["audit"] && top.frames["user"])
window.onunload=reload;
if (!(top.frames["audit"] && top.frames["user"]))
window.onload=popup;
// -->
Moving this to tech evangelism ?
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Comment 2•23 years ago
|
||
yep.
Assignee: attinasi → prokosch
Component: Layout → Europe: East
Product: Browser → Tech Evangelism
QA Contact: petersen → momoi
Version: other → unspecified
Comment 3•23 years ago
|
||
Mass-accepting bugs - sorry for the spam. I'm back :)
Status: NEW → ASSIGNED
Comment 4•22 years ago
|
||
Quitting Evangelism due to lack of time...
Assignee: nikolai → nobody
Status: ASSIGNED → NEW
Updated•22 years ago
|
Summary: the page create an endless loop → freeweb.hu - the page create an endless loop
Comment 5•22 years ago
|
||
-> other
Assignee: nobody → other
Component: Europe: East → Other
QA Contact: momoi → other
Comment 6•21 years ago
|
||
Page in url is not available anymore.
Closing bug ?
| Reporter | ||
Updated•21 years ago
|
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
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
•