Posted by Els on 11/02/05 21:45
Familyman wrote:
> I am trying to make my form direct the user to the correct THANKS.HTM page
> when the submit the form. They keep going to the wrong THANKS.HTM page.
>
> Here's where I want the form to send them...
> http://www.astutechoices.com/karakariki/thanks.htm
>
> But they go to another on my pages. Can you spot my error?
> I'd appreciate any help.
>
> Hank.
>
> The form is at ...
> http://www.karakariki.astutechoices.com
> The correct thank you page is at...
> http://www.astutechoices.com/karakariki/thanks.htm
>
> My code follows:
> <form action="../_vti_bin/shtml.exe/events/contactus.htm" method=POST
> onsubmit="return FrontPage_Form1_Validator(this)" language="JavaScript"
> name="FrontPage_Form1" webbot-action="--WEBBOT-SELF--">
The url of the thank you message I get on your site, happens to be
http://www.astutechoices.com/_vti_bin/shtml.exe/events/contactus.htm
Looks like the value of the action attribute of the form element
mentioned above.
Doesn't that value need to be the url to the actual script?
--
Els http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -
Navigation:
[Reply to this message]
|