Closed Bug 158537 Opened 23 years ago Closed 23 years ago

Mozilla goes into infinite loop reloading the page

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

VERIFIED DUPLICATE of bug 130409

People

(Reporter: GeertJan, Assigned: jst)

References

()

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.0) Gecko/20020529
BuildID:    2002052918

Mozilla keeps on reloading this page.  It is very short:

<html>
<head>
<title> V I  L  L  A - A C H T E R W E R K . V P R O . N L </title>
<script LANGUAGE="Javascript">
<!--
if (window.location.host.indexOf("www.vpro.nl")<0) 
	window.location.host = "www.vpro.nl"
//-->
</SCRIPT>

</head>


	<frameset rows="85,85%" border=0 frameborder=0 framespacing=0>
	<frame name="feedback" src="/villa-achterwerk/interface/blanco.shtml"
marginwidth=0 marginheight=0 scrolling=no resize=no>
	<frame name="inhoud" src="/villa-achterwerk/interface/voorpagina.shtml"
marginwidth=0 marginheight=0 scrolling=no resize=no>

	</frameset>
</html>

I assume that setting "window.location.host" does not have the expected effect.

Reproducible: Always
Steps to Reproduce:
1.Go to http://www.villa-achterwerk.nl
2.
3.

Actual Results:  Mozilal reloads and reloads and reloads and never displays anything

Expected Results:  Show the entry page of Villa Achterwerk (a very popular
children's program on dutch TV)

May be related to 130409, but that esription is too vague to be sure.

<html>
<head>
<title> V I  L  L  A - A C H T E R W E R K . V P R O . N L </title>
<script LANGUAGE="Javascript">
<!--
if (window.location.host.indexOf("www.vpro.nl")<0) 
	window.location.host = "www.vpro.nl"
//-->
</SCRIPT>

</head>


	<frameset rows="85,85%" border=0 frameborder=0 framespacing=0>
	<frame name="feedback" src="/villa-achterwerk/interface/blanco.shtml"
marginwidth=0 marginheight=0 scrolling=no resize=no>
	<frame name="inhoud" src="/villa-achterwerk/interface/voorpagina.shtml"
marginwidth=0 marginheight=0 scrolling=no resize=no>

	</frameset>
</html>
Also on linux
OS: MacOS X → Linux
The given URL (http://villa-achterwerk.nl) doesn't exist. Updating to correct one:
http://villa-achterwerk.vpro.nl
Confirmed on 2002072008/win98se

platform/os ==> all/all

> if (window.location.host.indexOf("www.vpro.nl")<0) 
>	window.location.host = "www.vpro.nl"

When it cycles, the status bar keeps saying "Loading
http://villa-achterwerk.vpro.nl" -- setting window.location.host is ignored?

JS bug or Evangelism?

Status: UNCONFIRMED → NEW
Component: DOM Level 0 → JavaScript Engine
Ever confirmed: true
OS: Linux → All
Hardware: Macintosh → All
Found a dupe. 

*** This bug has been marked as a duplicate of 130409 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Verfied dupe.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.