Closed Bug 143107 Opened 22 years ago Closed 21 years ago

iberia.es - JavaScript doesn't work

Categories

(Tech Evangelism Graveyard :: Spanish, defect)

x86
All
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: is08139, Unassigned)

References

()

Details

(Whiteboard: [PROPRIETARY-JS][XBROWSER][eurocontest])

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0+) Gecko/20020505
BuildID:    2002050521

JavaScript from the button-gif of the right
"javascript:cargar_calendario_origen()" doesn't work. With Netscape 4.7 and
Explorer works fine.

Reproducible: Always
Steps to Reproduce:
1.Go to http://www.iberia.es
2.In the "Busqueda rapida de vuelos" (right part of page) click on a calendar
3.See that calendar isn't showed.

Actual Results:  A little calendar isn't showed.

Expected Results:  The calendar should be showed :-)
broken browser sniffing, e.g., 

ns4 = (document.layers)? true : false;
ie4 = (document.all)? true : false;
if (ns4) {
    // do nav4 stuff with layers
} else
    document.all[bloque].innerHTML = texto; // fails in mozilla; no document.all
Assignee: rogerl → nitot
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: pschwartau → brantgurganus2001
Version: other → unspecified
I added the ending slash to the URL and made the summary more specific.  I added
[PROPRIETARY-JS] and [XBROWSER] to the Status Whiteboard for error in JavaScript
Console:

Error: document.all has no properties
Source File: http://www.iberia.es/iberia_es/calendario.jsp
Line: 112

To clarify original report, the calendar does popup, however, the date numbers
do not appear on the calendar.
Summary: JavaScript doesn't work → iberia.es - JavaScript doesn't work
Whiteboard: [PROPRIETARY-JS][XBROWSER][eurocontest]
tech evang june 2003 reorg
Assignee: nitot → spanish
Component: Europe: West → Spanish
QA Contact: brantgurganus2001 → spanish
Page seems to work. Calendar does popup, numbers appear and info goes again to
the webpage from the popup window. 
WFM
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.