Trying to fix a web site I inherited. Problem is with the *help* page.
User fills out form and hits send. The browser comes back with Error
Number 424, Error Description Object Required, Key Name Comments.

Code follows (I replaced <> with *)
*td valign="top" align="left" width="150"*
*form action="helpSend.asp?sendto=suggestions@acccap.com?subject=Web
Comments" method="post"*
Your Name:
*/td*
*td valign="top" align="left" width="150"*
*input type="text" name="Fullname" size="20" maxlength="100"*
*/td*
*/tr*
*tr*
*td valign="top" align="left" width="150"*
Company:
*/td*
*td valign="top" align="left" width="150"*
*input type="text" name="Company" size="20" maxlength="100"*
*/td*
*/tr*
*tr*
*td valign="top" align="left" width="150"*
Email:
*/td*
*td valign="top" align="left" width="150"*
*input type="text" name="Email" size="20" maxlength="100"*
*/td*
*/tr*
*tr*
*td valign="top" align="left" width="150"*
Comments:
*/td*
*td valign="top" align="left" width="150"*
*textarea cols="20" rows="8" name="Comments"**/textarea*
*/td*
*/tr*
*tr*
*td valign="top" align="left" width="150"*
*br*
*input type="submit" name="submit" value="Send" onClick="helpThanks()"*
*/td*
*td valign="top" align="left" width="150"*
*br*
*input type="Reset" value="Reset Form"* */form*
*/td*
*/tr*
*/table*

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Re: Form action problem by WIlliam

WIlliam
Wed Oct 15 13:24:18 CDT 2003

Looks like a really poorly made form...

Try this:

<form action="helpsend.asp">
<input type="hidden" name="sendto" value="suggestions@acccap.com">
<input type="hidden" name="subject" value="web comments">


"Horhayson" <horhayson@nospamplease.net> wrote in message
news:uRm6$Z0kDHA.2424@TK2MSFTNGP10.phx.gbl...
>
> Trying to fix a web site I inherited. Problem is with the *help* page.
> User fills out form and hits send. The browser comes back with Error
> Number 424, Error Description Object Required, Key Name Comments.
>
> Code follows (I replaced <> with *)
> *td valign="top" align="left" width="150"*
> *form action="helpSend.asp?sendto=suggestions@acccap.com?subject=Web
> Comments" method="post"*
> Your Name:
> */td*
> *td valign="top" align="left" width="150"*
> *input type="text" name="Fullname" size="20" maxlength="100"*
> */td*
> */tr*
> *tr*
> *td valign="top" align="left" width="150"*
> Company:
> */td*
> *td valign="top" align="left" width="150"*
> *input type="text" name="Company" size="20" maxlength="100"*
> */td*
> */tr*
> *tr*
> *td valign="top" align="left" width="150"*
> Email:
> */td*
> *td valign="top" align="left" width="150"*
> *input type="text" name="Email" size="20" maxlength="100"*
> */td*
> */tr*
> *tr*
> *td valign="top" align="left" width="150"*
> Comments:
> */td*
> *td valign="top" align="left" width="150"*
> *textarea cols="20" rows="8" name="Comments"**/textarea*
> */td*
> */tr*
> *tr*
> *td valign="top" align="left" width="150"*
> *br*
> *input type="submit" name="submit" value="Send" onClick="helpThanks()"*
> */td*
> *td valign="top" align="left" width="150"*
> *br*
> *input type="Reset" value="Reset Form"* */form*
> */td*
> */tr*
> */table*
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!



Re: Form action problem by Ray

Ray
Wed Oct 15 13:23:18 CDT 2003

We'd need to see the code in helpsend.asp, not the HTML of the page that
GETs to that page. Oh, wait, it posts with a querystring. That's
different. Did you inherit this from an ex-employee?

Ray at work

"Horhayson" <horhayson@nospamplease.net> wrote in message
news:uRm6$Z0kDHA.2424@TK2MSFTNGP10.phx.gbl...
>
> Trying to fix a web site I inherited. Problem is with the *help* page.
> User fills out form and hits send. The browser comes back with Error
> Number 424, Error Description Object Required, Key Name Comments.
>
> Code follows (I replaced <> with *)
> *td valign="top" align="left" width="150"*
> *form action="helpSend.asp?sendto=suggestions@acccap.com?subject=Web
> Comments" method="post"*
> Your Name: