| Web Links [Tag : Submitting] |
|
2. Self Submitting "Contact Us" Form Using CDOSYS
|
Because there have been many requests for something like this, I created a rather slick working example of a one page "Contact Us" form that you can download and use on your web site..This is a one page self submitting form that you can edit to look however you want. This has built in server side form validation. This sends the email using CDOSYS with a remote mail server.
Hits: 5 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
3. Submitting data to forms with IP*Works! WebForm
|
ASPRSS has a subscription service that automatically submits articles to all the ASP directories out there. This article shows how the data is submitted to their forms using the IP*Works! WebForm component.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
4. Self Submitting Pages
|
A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page, and present the proper output to the user.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|