Closed
Bug 270982
Opened 20 years ago
Closed 17 years ago
ferraril.it - The javascript internal to the website is not displaied correctly by Mozzilla
Categories
(Tech Evangelism Graveyard :: Italian, defect)
Tech Evangelism Graveyard
Italian
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: picangi, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040927 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a4) Gecko/20040927 When you push on the buttons toi load the javascript this is not displaied by gecko engine. Reproducible: Always Steps to Reproduce: 1.connect to www.ferraril.it 2.push the buttons "chi siamo", "dove siamo" and "prodotti" 3.It's all Actual Results: Uou do not seee the texy internal to the pages asked for. Expected Results: Make see the texts in the pages.
Comment 1•20 years ago
|
||
From the source:
n = (document.layers) ? 1:0
ie = (document.all) ? 1:0
function loadSource(page) {
scrollLoaded = 0
if (n) document.scrollWindow.document.scrollTextWindow.src = page
if (ie) parent.scrollTextFrame.document.location = page
}
---> Tech EvangelismAssignee: general → italian
Component: JavaScript Engine → Italian
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: pschwartau → italian
Hardware: PC → All
Summary: The javascript internal to the website is not displaied correctly by Mozzilla → ferraril.it - The javascript internal to the website is not displaied correctly by Mozzilla
Version: Trunk → unspecified
Comment 2•17 years ago
|
||
Looks to me like this site's been extensively redesigned. FIXED, as far as I'm concerned.
Status: UNCONFIRMED → RESOLVED
Closed: 17 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
•