Closed
Bug 177433
Opened 23 years ago
Closed 22 years ago
pfipreview.epoline.org - The page won't process the fields entered
Categories
(Tech Evangelism Graveyard :: Other, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: jean-jacques.de-jong, Assigned: tristan)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 and 1.2a and 1.2b
When a number is typed in the first field, it does not appear. When you click on
the search button, nothing happens. When you press "enter" after having typed in
a number, the page seems to start processing but stops and clears the form.
Reproducible: Always
Steps to Reproduce:
1.Type number in first field
2.Click the search button
3.Press "enter"
Actual Results:
The form is cleared
Expected Results:
The entered number should appear in the drop-down list below, and the page
should show a list of documents. If the number does not exist in the database, a
pop-up window should appear telling you so.
Comment 1•23 years ago
|
||
if (ns4) {
// call the servlet for ns4 to verify the appnum;
document.layers['layercheck'].src = queryStr;
}
if (ie) {
// call the servlet for ie to verify the appnum;
document.frames['framecheck'].location = queryStr;
}
if (ns6) {
// call the servlet for ns6 to verify the appnum;
document.getElementById('checkdos').document.src = queryStr;
}
There is nothing in the page with id 'checkdos'.
To evangelism; the page is just buggy.
Assignee: alexsavulov → nitot
Status: UNCONFIRMED → NEW
Component: Form Submission → Europe: West
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: vladimire → brantgurganus2001
Version: other → unspecified
Comment 2•22 years ago
|
||
This service has now been replaced. Connecting to the reported URL will
redirect to http://ofi.epoline.org which does work with Gecko browsers.
Comment 3•22 years ago
|
||
Oops. Connecting to http://pfipreview.epoline.org will redirect. The reported
URL is still broken (but will become unavailable soon). Sorry for spam.
Updated•22 years ago
|
Summary: The page won't process the fields entered → pfipreview.epoline.org - The page won't process the fields entered
Comment 4•22 years ago
|
||
*** Bug 183693 has been marked as a duplicate of this bug. ***
Comment 5•22 years ago
|
||
so this is invalid, as the page is gone.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 6•22 years ago
|
||
resolved euro west non-.com url bugs to other
Component: Europe: West → Other
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
•