Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > XML > forms stopped working

Reply
Thread Tools

forms stopped working

 
 
Bill
Guest
Posts: n/a
 
      03-11-2005
We have 3 simple submission forms on our website that have worked great
for at least two years. Here is one:
http://www.hcpl.lib.fl.us/catalog_materialrequest.htm
Nothing has changed to my knowledge. Suddenly
nothing is being delivered. When you send the form in IE the debugger
pops up (run time error occured on line 71) and points to the following
line within the form: <form method="post" action="cgi-bin/formmail.pl"
onsubmit="return validateForm(this)"> This is not an SMTP issue -
verified. We were using Matts formmail; so I tried the NMS formmail
(more secure) - the same problem occurred with it also so we know its
not a formmail issue. It must be our actual html (xhtml)form. This may
be a javascript or html issue not sure. Anyone see anything wrong with
the above code or form? Thanks - Bill

 
Reply With Quote
 
 
 
 
Martin Honnen
Guest
Posts: n/a
 
      03-12-2005


Bill wrote:

> We have 3 simple submission forms on our website that have worked great
> for at least two years. Here is one:
> http://www.hcpl.lib.fl.us/catalog_materialrequest.htm
> Nothing has changed to my knowledge. Suddenly
> nothing is being delivered. When you send the form in IE the debugger
> pops up (run time error occured on line 71) and points to the following
> line within the form: <form method="post" action="cgi-bin/formmail.pl"
> onsubmit="return validateForm(this)">


You get a client-side script error that the function validateForm is not
defined. So you need to include a client-side script that defines that
function or you need to remove the onsubmit attribute from the form.
I don't see anything related to XML in that problem thus if you have
further questions you might try a scripting or HTML authoring group.

--

Martin Honnen
http://JavaScript.FAQTs.com/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Forms Authentication stopped working for .htm/.doc extensions in 2 =?Utf-8?B?SmF5IEJhbGFwYQ==?= ASP .Net 3 07-05-2006 07:44 PM
Wireless connections mysteriously stopped working =?Utf-8?B?RGF2aWQ=?= Wireless Networking 3 04-03-2006 10:48 PM
forms authentication -- expired forms cookie vs. not provided forms cookie Eric ASP .Net Security 2 01-27-2006 10:09 PM
Forms Authentication stopped working for .htm/.doc extensions in 2.0!! Jay Balapa ASP .Net 0 01-10-2006 04:49 PM
Forms Authentication stopped working for 2.0 for .htm/.doc/.xls files Jay Balapa ASP .Net Security 0 01-09-2006 08:55 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57