lookoutastroboy
Member
- Joined
- Mar 15, 2008
- Messages
- 202
- Gender
- Male
- HSC
- N/A
hey guys, im new to HTML and was wondering how you would be able to create code or use code that is like user feedback capable. For instance, like this <FORM METHOD=post ACTION="/cgi-bin/example.cgi">
Enter Your Comments:<BR>
<TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR>
<INPUT type="Submit" VALUE="Submit">
<INPUT type="Reset" VALUE="Clear">
</FORM>
when you paste it, it becomes a submission thing for the user. But, how do you create a link to it which enables you to get the results of user feedback?
Thanks in advance,
lookoutastroboy
Enter Your Comments:<BR>
<TEXTAREA wrap="virtual" name="Comments" rows=3 cols=20 MAXLENGTH=100></TEXTAREA><BR>
<INPUT type="Submit" VALUE="Submit">
<INPUT type="Reset" VALUE="Clear">
</FORM>
when you paste it, it becomes a submission thing for the user. But, how do you create a link to it which enables you to get the results of user feedback?
Thanks in advance,
lookoutastroboy