English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

Manipulate the inputs using vbscript.

Linked page...
Log_Type
=Trim(Request.Form("Log_Type"))
or
=Trim(Request.QueryString("Log_Type"))

Main page...


<=%Log_Type%>

2006-11-29 15:10:36 · answer #1 · answered by ~hIDa~ 1 · 0 0

First decide if you want the text emailed to you or logged in a text file. Then use the appropriate form handler.

2006-11-29 23:05:14 · answer #2 · answered by twoclones 3 · 0 0

Use php and throw it into a .txt file or mysql db. simple code can do it for you. You can also set up a simple php form.

2006-11-29 23:44:42 · answer #3 · answered by Gman 2 · 0 0

fedest.com, questions and answers