Hello,
Yes, it has to do with the action part.
Have you checked the tutorials available at <a style='text-decoration: underline;' href="http://www.w3schools.com" target="_blank">www.w3schools.com</a> ?
ASP Forms:
<a style='text-decoration: underline;' href="http://www.w3schools.com/asp/asp_inputforms.asp" target="_blank">http://www.w3schools.com/asp/asp_inputforms.asp</a>
HTML:
<a style='text-decoration: underline;' href="http://www.w3schools.com/html/default.asp" target="_blank">http://www.w3schools.com/html/default.asp</a>
ASP.NET Forms:
<a style='text-decoration: underline;' href="http://www.w3schools.com/aspnet/aspnet_forms.asp" target="_blank">http://www.w3schools.com/aspnet/aspnet_forms.asp</a>
You would get better help in a (for example) ASP newsgroup, or forum,
since this is not really related to IIS.
--
Regards,
Kristofer Gafvert (IIS MVP)
<a style='text-decoration: underline;' href="http://www.gafvert.info" target="_blank">www.gafvert.info</a> - My Articles and help
<a style='text-decoration: underline;' href="http://www.ilopia.com" target="_blank">www.ilopia.com</a>
Grd wrote:
> Hi,
>
> I've just started with IIS and have a web site running.
>
> However I want to create a form for the user to input certain
information.
> How do I get an HTML web form to submit the information to a text file. I
> have found the necessary HTML tags on the web to create the form, the
text
> boxes, submit buttons etc. I can put it in my wwwroot folder and the
reset
> button works but I don't understand how to get the submit button to do
> something.
>
> Is it to do with the action part of the FORM tag -
> <FORM action= ????? method="post">
>
> Thanks in advance
>
> Grd<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: How do I capture input on a html form into a text file on ..