Jump to content

ASP Form


Guest SharpShooter2k5

Recommended Posts

Guest SharpShooter2k5

Hi, Im new. I was just browsing the site for ASP help and I took the tutorial of asp forms. However... i am running XP Home and it says in the tutorial that Home dosent support ASP... just Professional. So how do I make a asp form for my website? Also, what is the difference between an asp form and a regular postdata form other than having to look at the postdata results through hard text?

Link to comment
Share on other sites

You can sign up for a free ASP host (brinkster.com in my signature) gives you a free ASP account.An ASP form is the same as any other form except it is processed by ASP script. If you mean ASP.Net then this works a bit differently. ASP.Net is very object oriented and will process everything on the same page instead of posting it to a form action(<form action="somepage.asp">).

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...