Closed
Bug 124875
Opened 23 years ago
Closed 23 years ago
Newsletter cgi/.pl subscribe form executes search code
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: grog, Assigned: alexsavulov)
References
()
Details
Newsletter cgi/.pl subscribe form executes search code inappropriately. Should
not search at all.
Build 2002020703 Win98SE
I tried it in ie 5.01 and it worked fine.
url is http://www.freewareweb.com/newsindex.html
Relevant code (I think) follows:
<form ACTION="http://www.freewareweb.com/cgi-bin/subscribe.pl"
METHOD=POST><p> <font SIZE=2>Your e-mail address:</font><br> <input
TYPE="TEXT" NAME="email" SIZE=20 MAXLENGTH=65><input
TYPE="HIDDEN" NAME="subscribe" VALUE="subscribe" ALIGN="TOP"><b><font
FACE="Arial"><br> <input TYPE=SUBMIT
VALUE="Subscribe"></form></td></table><p>Or, to <b>unsubscribe</b> from
FreewareWeb Online!, just enter your e-mail address below and <b><font
COLOR="#CC0033">CLICK</font></b> <b>Unsubscribe</b>. For a <b>change of e-mail
address</b>, subscribe with your new address and unsubscribe with your old
address.<p><table BORDER=0 WIDTH=200 BGCOLOR=#FFFFEE> <td> <form
ACTION="http://www.freewareweb.com/cgi-bin/subscribe.pl"
METHOD=POST><p> <font SIZE=2>Your e-mail address:</font><br> <input
Name="email" SIZE=20 MAXLENGTH=65><b><font FACE="Arial"><br> <input
TYPE="HIDDEN" NAME="subscribe" VALUE="unsubscribe" ALIGN="TOP"><br><input
TYPE=SUBMIT VALUE="Unsubscribe"> </form> </td></table><br><!--HERE-->
Comment 1•23 years ago
|
||
Reporter: It's impossible to debug this unless you provide a more complete
HTML snippet, including the "search code" which you say is executed.
Please create an "attchement" with this code, or provide an URL.
Thank you for using Bugzilla.
Comment 2•23 years ago
|
||
Reporter: I see that a URL is included in the description. Please enter it in
the URL field above (I lack the authority). But I'd still say that provided
information is probably insufficient, there must be server side issues involved.
Do you possibly have access to the web server's log file?
Reporter | ||
Comment 3•23 years ago
|
||
Here's the search result page that you get to from clicking the "Subscribe" button:
http://www.freewareweb.com/cgi-bin/archive.cgi?Selection=http%3A%2F%2Fwww.freewareweb.com%2Fsoftware.html&db=default&uid=default&keyword=&so=ascend&view_records=View+Records&subscribe=subscribe&email=&sourceid=20158728&bfpage=nnmag_search&bfmid=17707&searchword=&email=groginsky%40nowhere.com&subscribe=subscribe&email=&subscribe=unsubscribe
I don't have access to the server logs.
BTW, the page at the url just above shows a message "SEARCH FAILED".
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•23 years ago
|
||
happens w/ build: 2002021803 OS: WinXP
Updated•23 years ago
|
QA Contact: madhur → tpreston
Assignee | ||
Comment 6•23 years ago
|
||
this is a dep (missing </form> end tag = DemoteForm issue)
Comment 7•23 years ago
|
||
WFM Linux 2002042707 if I understand the steps. Please post your steps to
reproduce.
Here's what I did.
1. Go to http://www.freewareweb.com/newsindex.html
2. Click "Subscribe" button near bottom of page (above "Unsubscribe")
EXPECTED RESULTS:
Goes to URL http://www.freewareweb.com/cgi-bin/subscribe.pl
ACTUAL RESULTS:
Works for me.
Reporter | ||
Comment 8•23 years ago
|
||
Build ID: 2002042510 on win98se
WORKSFORME too.
Comment 9•23 years ago
|
||
Thanks, closing.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•