Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What are the options for processing FORMS on my Internet Site?

forms internet Options site
0
Posted

What are the options for processing FORMS on my Internet Site?

0

• Use Common Gateway Interface (CGI) programs on your server. This is the best method because it allows for interaction between the browser (user) and the server. Not only will the program parse the data and send it back to you in a readable format, it can also acknowledge the receipt with a “Thank You” message. CGI programs can be written in various computer languages, such as PERL, C, C++ and JAVA. Your WEB server or your Internet Service Provider’s (ISP) Server must support the language. • Create a JAVASCRIPT that will parse the data and interact with the user. The JAVASCRIPT will run on the browser, not the server. Please note that the user can disable JAVASCRIPT on the browser and therefore may not be able to process the script. • Use the HTML “mailto” tag. When you receive the message, copy it to a parsing software that will format the data. A good parsing software can be found at http://members.aol.com/informatik/webparse.html. To copy, highlight the received message and press C

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123