MedVision ad

HTML query! (1 Viewer)

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
 

eriito

Elite Member
Joined
Mar 10, 2008
Messages
710
Location
2166
Gender
Male
HSC
2009
"General Discussion on the 2009 HSC"
lmao
 

iSplicer

Well-Known Member
Joined
Jun 11, 2008
Messages
1,809
Location
Strathfield
Gender
Male
HSC
2010
Uni Grad
2017
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
You cant simply use HTML, you need a dynamic language to process the submitted data and store it in a database/file/send it email, etc. HTML only makes the form.
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top