Form not working in Netscape
by Chuck Evans <Chucke(at)captura.com>
|
| Date: |
Thu, 11 May 2000 09:56:58 -0700 |
| To: |
"'HWG Techniques'" <hwg-techniques(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
I've got a simple "Poll" type popup window that asks "Did you like the
demo?". The user clicks Yes, No, or No Opinion, and when they click submit,
the form data is sent to an ASP file for processing (it just gets mailed
back to me) and the little window closes. It works fine in Internet Explorer
5, but doesn't work in Netscape Navigator 4.7.
Since I have other forms on my site that mail just fine in NN, I'm guessing
the onSubmit statement in my form tag might be the culprit.
I think I must be missing something simple. Following is the Form code. Any
help is appreciated:
The Form:
<h1>We Value Your Opinion!</h1>
<p>Did you like the Demo?</p>
<form action="/cgi_bin/demo_vote.asp" method="post" name="demo_vote"
onSubmit="self.close();">
<input type="hidden" name="polltype" value="User Feedback - Flash UI Demo">
<p class="indent"><input type="radio" name="vote" value="Yes">Yes
<br /><input type="radio" name="vote" value="No">No
<br /><input type="radio" name="vote" value="No Opinion">No Opinion</p>
<p>Why did you like or dislike it?</p>
<p><textarea cols="18" rows="2" name="reason"></textarea></p>
<div align="center"><p><input type="submit" value="Vote Now"></p></div>
</form>
---------------------------------------------------------
Chuck Evans
Web Marketing Manager
Captura Software, Inc.
(425) 424-1155
chucke(at)captura.com
www.captura.com
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.