Closed
Bug 109773
Opened 24 years ago
Closed 24 years ago
censos2001.es - blocks mozilla, javascript problems
Categories
(Tech Evangelism Graveyard :: Spanish, defect, P3)
Tech Evangelism Graveyard
Spanish
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: luca, Assigned: tristan)
References
()
Details
(Whiteboard: [DENY][PROPRIETARY-DOM])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5+) Gecko/20011029
BuildID: 2001103012
The first problem is that the javascript on the home page doesn't work with mozilla.
Manually entering the url
https://www.censos2001.es/inicio/bienvenida.jsp
you can enter the site, but then trying to enter data (by clicking on a --badly
rendered-- button on the left) takes you to a page that
says that the site only works with IE5:
in spanish
https://www.censos2001.es/inicio/netscape.jsp?idioma=0
in english
https://www.censos2001.es/inicio/netscape.jsp?idioma=6
(warning, wear your **** glasses or you eyes will hurt)
Reproducible: Always
Steps to Reproduce:
See description
Comment 1•24 years ago
|
||
Confirming. The javascript part is because of the following
function sigueIdioma(){
if (ie4){
/* ### SNIP #### IE CODE ### */
}
else{
document.idioma.document.idioma.action= "/inicio/bienvenida.jsp";
document.idioma.document.idioma.submit();
}
}
document.foo doesn't work in NS6 or Mozilla. but really -- why do they even
need JavaScript at all? They really should just do <form
action="/inicio/beinvenida.jsp"> and have the Go button be an <input type="image">
Here's the deny text en espanol:
=============
Estos requistos técnicos han implicado, en la práctica, la necesidad de usar
Internet Explorer 5.0 + como navegador en la cumplimentación del Censo por Internet.
De acuerdo con todo ello, con el navegador que usted está usando actualmente, no
resulta posible dicha cumplimentación.
Nos disculpamos por las molestias que esto pueda acarrear.
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Summary: https://www.censos20001.es blocks mozilla → censos2001.es - blocks mozilla, javascript problems
Whiteboard: [DENY][PROPRIETARY-DOM]
| Assignee | ||
Comment 2•24 years ago
|
||
Confirming on N62/Win2K. Setting P3. Accepting bug.
Status: NEW → ASSIGNED
Comment 4•24 years ago
|
||
connection refused..
| Reporter | ||
Comment 5•24 years ago
|
||
It's possible that the site is no longer operative since data gathering for the
census has ended.
Comment 6•24 years ago
|
||
so time to die for this bug ;)
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
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
•