Closed
Bug 215781
Opened 21 years ago
Closed 16 years ago
gentemessenger.com - submit button in search form does not work
Categories
(Tech Evangelism Graveyard :: Spanish, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Nov
People
(Reporter: pascalc, Assigned: rpmdisguise-nave)
References
()
Details
(Whiteboard: [havefix] [havecontact] [bug248549notfixed])
Attachments
(1 file)
8.28 KB,
text/plain
|
Details |
build 2003080304 XP
1 go to http://www.gentemessenger.com/
2 click on búsqueda on the left menu
3 click on "hacer búsqueda" en el formulario
actual result : no action performed
expected result : search should start
There is a javascript error in the comprobaredad() function :
Error: buscar is not defined
Source File: http://www.internacional.gentemessenger.com/busqueda/
Line: 86
Assignee | ||
Comment 1•21 years ago
|
||
The problem is that the script uses <form_name>.submit() instead
document.<form_name>.submit() at lines 90:
if((encminima==1)&&(encmaxima==1))
{
buscar.submit();
}
and 99:
function submitear(estoy)
{
estoy.submit();
}
A local fixed copy of the page works ok, returning search results (the form
action URL has to be changed to http://www.gentemessenger.com/busqueda/index.php).
The page doesn't validate at all at http://validator.w3.org/ (141 errors found).
Assignee | ||
Comment 2•21 years ago
|
||
The contact URL is http://www.gentemessenger.com/contactar/
But is form-based, so it has the same problem than the reported bug :-) i.e. it
uses <form_name>.submit(); instead document.<form_name>.submit();
Reporter | ||
Updated•21 years ago
|
QA Contact: spanish → rpm
Whiteboard: [havefix][havecontact]
Assignee | ||
Comment 3•21 years ago
|
||
This is the actual TE letter sent through the feedback form
(http://www.gentemessenger.com/contactar/) to the webmaster.
Assignee | ||
Comment 4•21 years ago
|
||
No answer from the webmaster has been received as of today. The web page still
has the same error. Any suggestion?
(BTW, I can't see a way to assign this bug to myself nor to change its status to
ASSIGNED; shouldn't I have a radio option "Accept this bug" right behind this
textarea?)
Reporter | ||
Comment 6•21 years ago
|
||
sending a message via the contact form, setting target to October.
If they don't reply or modify it, I suggest checking the site monthly and
contacting them once per quarter until they fix it.
BTW, the site was made by Soluciones Telemáticas MOL S.L. a Barcelona company
but I couldn't find their web site.
Whiteboard: [havefix][havecontact] → [havefix] [havecontact]
Target Milestone: --- → Nov
Assignee | ||
Comment 7•21 years ago
|
||
The problem persists.
The modified TE letter has been sent again trough the feedback form
http://www.gentemessenger.com/contactar/ (using the local, modified version of
that page).
Reporter | ||
Updated•20 years ago
|
Whiteboard: [havefix] [havecontact] → [havefix] [havecontact] [bug248549notfixed]
Assignee | ||
Comment 8•19 years ago
|
||
The website works ok now. However, I think that it's because changes in Mozilla
and not in the website. JavaScript Console returns this error (roughly
translated back from spanish translation):
Warning: Element referenced by ID/NAME in global scope. Use the W3C standard
document.getElementById() instead.
Source file: http://www.gentemessenger.com/busqueda/
Line: 93
Should we accept this a solution for this bug? Anyway, people in website seemed
to blatantly ignore our TE letters.
Assignee | ||
Comment 9•16 years ago
|
||
The website has changed radically, the look up service seems to work OK now, and there is no JS errors, just some CSS warnings. Shouldn't we close this bug?
Reporter | ||
Comment 10•16 years ago
|
||
done :)
Status: NEW → RESOLVED
Closed: 16 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
•