Closed
Bug 270085
Opened 20 years ago
Closed 16 years ago
soapnet.go.com - On the SOAPnet.com site, clicking the "submit" button on the "Contact Us" page does nothing:
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tomdkat, Unassigned)
References
()
Details
(Keywords: top100, top500)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 When I access the "Contact Us" page at SOAPnet.com, I fill out the form and click the "Submit" button which does nothing. Reproducible: Always Steps to Reproduce: 1.Go to http://soapnet.go.com/about/freeform/kana_mail_index.html 2.Fill out the form 3.Click "Submit" Actual Results: Nothing happens. Expected Results: The form should be submitted.
Updated•20 years ago
|
Product: Browser → Seamonkey
Comment 1•20 years ago
|
||
The site has:
<script language="JavaScript">document.write('<form
action=http://www.click2locate.com/5020/default.asp method="post"
name="zipform">')</script>
This form is never closed, so the opening tag of <form name="main_form"> is
discarded, since forms can't contain each other...
This is tech evangelism.Assignee: general → english-us
Status: UNCONFIRMED → NEW
Component: General → English US
Ever confirmed: true
Product: Mozilla Application Suite → Tech Evangelism
QA Contact: general → english-us
Summary: On the SOAPnet.com site, clicking the "submit" button on the "Contact Us" page does nothing: → soapnet.go.com - On the SOAPnet.com site, clicking the "submit" button on the "Contact Us" page does nothing:
Version: Trunk → unspecified
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
•