Closed
Bug 236841
Opened 22 years ago
Closed 17 years ago
Al-Wafd newspaper site uses window.navigate
Categories
(Tech Evangelism Graveyard :: Arabic, defect)
Tech Evangelism Graveyard
Arabic
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bulbul, Unassigned)
References
()
Details
(Whiteboard: [bug248549notfixed])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Visiting <http://www.alwafd.org/> doesn't redirect to another page as it should,
and does in Internet Explorer. The code uses window.navigate in the head of the
html document. Here's the relevant code:
<head>
<script language="JavaScript">
window.navigate("../front/index.php");
</script>
</head>
Reproducible: Always
Steps to Reproduce:
Comment 1•22 years ago
|
||
navigate isn't a method of the window object. they should use
window.location="../front/index.php" instead.
->Evangelism.
Assignee: general → arabic
Status: UNCONFIRMED → NEW
Component: DOM: Level 0 → Arabic
Ever confirmed: true
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: ian → arabic
Hardware: PC → All
Version: Trunk → unspecified
| Reporter | ||
Comment 2•22 years ago
|
||
Changing summary line to be appropriate for an evangelism bug.
Was:
window.navigate doesn't work in head of document
Changing to:
Al-Wafd newspaper site uses window.navigate
Summary: window.navigate doesn't work in head of document → Al-Wafd newspaper site uses window.navigate
Updated•22 years ago
|
Whiteboard: [bug248549notfixed]
Updated•11 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
•