Closed
Bug 91825
Opened 23 years ago
Closed 22 years ago
network-1.com - uses layers
Categories
(Tech Evangelism Graveyard :: English US, defect, P2)
Tech Evangelism Graveyard
English US
Tracking
(Not tracked)
RESOLVED
WORKSFORME
Dec
People
(Reporter: apa3a, Assigned: doronr)
References
()
Details
(Whiteboard: [aok])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:0.9.2+) Gecko/20010716
BuildID: 2001071621
When I try to load the URL with Mozilla I get empty page. The page uses layers.
Reproducible: Always
Steps to Reproduce:
1.Open the URL with browser
2.
3.
Actual Results: I see empty page.
Expected Results: I see the site home page.
Comment 1•23 years ago
|
||
Confirming.
<img .... ONLOAD="count(++cycles)">
.
.
function count(cycles){
if (document.layers && cycles == 35){
document.location="home.html";
}
else if (document.all && cycles == 1){
document.location="home.html";
}
}
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•23 years ago
|
||
All Evangelism Bugs are now in the Product Tech Evangelism. See bug 86997 for
details.
Component: Evangelism → US English
Product: Browser → Tech Evangelism
Version: other → unspecified
Updated•23 years ago
|
Priority: -- → P2
Summary: www.network-1.com uses layers → network-1.com - uses layers
Assignee | ||
Comment 3•23 years ago
|
||
http://www.network-1.com/scripts/hierMenus_index.js
they moved to hiermenu, old version though
Blocks: 85104
OS: Linux → All
Comment 4•23 years ago
|
||
contact info: webmaster@network-1.com
Status: NEW → ASSIGNED
Target Milestone: --- → Dec
Updated•23 years ago
|
Whiteboard: [aok]
Comment 5•23 years ago
|
||
Mass reassign of all tech-evangelism us general bugs assigned to bc to
doron except bc's P1 bugs. You may search for this mass reassign (it is
305 bugs) by searching for the keyword 'greeneggsandham'
Assignee: bclary → doronr
Status: ASSIGNED → NEW
Target Milestone: Dec → ---
Site has been rewritten. No layers, no hiermenu.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Hardware: PC → All
Resolution: --- → WORKSFORME
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
•