HTML QUESTION!! html form
chongjeefatt
malaysia
can someone teach me how to use html form to get the visitor feedback!!
thankq???
thankq???
0
Comments
< form action="some form action here" >
inside the form tag, you have text as labels, and form elements, like the text box:
< input type="text" name="Text1" SIZE="20" >
Then you need a text area to take in all the feedback, which is specific in size:
< textarea name="Feedback" cols="60" rows="15">
Then you need a submit button to perform the form's action, specified above in the form tag.
< input type="submit" name="SubmitButton" Value="Submit" >
Then you need a closing form tag:
< /form >
You can use PHP or ASP (and some other languages) depending upon the server, along with these form tags, to create a form that you can use for feedback to be either posted to a database or e-mailed to you.
I also highly recommend the Google Search for additional tutorials.
this well enable instant feedback to your visitors and to you at the same time
Its called server side language
I will be using it on a website that I will create
get a book or search yahoo for interactivity, ASP tutorials.
That should answer your question
Maybe he just isn't doing it right.
Straight from Geocities FAQ:
Now how about PHP?
It's only supported on the plus package and above, which hasn't been offered for more than two years now. Prior to that, Geocities didn't have MySQL or CGI because I remember struggling for months to get both working.
You could use javascrript and html to build a form
haha how about that for freebies
Just tell me what questions you want on there mmk
I would just like to know what they want.
So I can help them out and tell them how to use form calidation if they would like to learn.
and how to email it.