Reply
tell me the code for feedback form
Old 04-21-2009, 02:49 AM tell me the code for feedback form
Junior Talker

Posts: 1
Trades: 0
Heloooooooooo!!!!!




I am going to create one site using asp

i want to feedback form i dont know how

to code it if uhave any idea pls give me


waiting for ur reply
adam
adam0211 is offline
Reply With Quote
View Public Profile Visit adam0211's homepage!
 
 
When You Register, These Ads Go Away!
Old 04-21-2009, 04:14 AM Re: tell me the code for feedback form
Brian07002's Avatar
Defies a Status

Posts: 1,585
Name: ...
Location: ...
Trades: 0
Never really used ASP, but here's a couple of them to try out:

http://www.cj-design.com/products/fr...spfeedbackform
http://components.developers4web.com...dback-form/asp

Here's a good page, helps you create a form from scratch, but you need to know the basics, I guess:

http://www.elated.com/articles/asp-forms/
__________________
Sig Less - Have some site you want me to put here? Will put here for a couple of paypal bucks.
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 04-27-2009, 06:23 AM Re: tell me the code for feedback form
nayes84's Avatar
Super Talker

Latest Blog Post:
Difference between ASP And JSP
Posts: 139
Name: John
Location: Tokyo
Trades: 0
here is a simple form
HTML Code:
<form method="get" action="simpleform.asp">
First Name: <input type="text" name="fname" /><br />
Last Name: <input type="text" name="lname" /><br /><br />
<input type="submit" value="Submit" />
</form>
simpleform.asp
HTML Code:
<body>
Welcome
<%
response.write(request.querystring("fname"))
response.write(" " & request.querystring("lname"))
%>
</body>
__________________
Upload Your Photos For Free | Submit Website To ePhoto Bay
ASP VS JSP
| Free Online Galleries
If I'm("Helpful") Then Add_Talkupation("nayes84") End If
nayes84 is offline
Reply With Quote
View Public Profile Visit nayes84's homepage!
 
Old 05-02-2009, 09:51 PM Re: tell me the code for feedback form
itHighway's Avatar
Skilled Talker

Posts: 73
Name: Zeeshan Dar
Location: GUJ
Trades: 0
Try searching Hotscripts.com
itHighway is offline
Reply With Quote
View Public Profile
 
Old 05-05-2009, 06:27 AM Re: tell me the code for feedback form
Skilled Talker

Posts: 59
Name: Tixy
Trades: 0
Thanks for sharing this i search and found this URL codeproject.com/KB/asp/ASPFeedbackform2.aspx please visit this you may find your feedback form related code here

Last edited by cooltixy; 05-05-2009 at 06:28 AM.. Reason: font style change
cooltixy is offline
Reply With Quote
View Public Profile
 
Old 05-07-2009, 03:50 PM Re: tell me the code for feedback form
Novice Talker

Posts: 5
Name: John
Trades: 0
Can you be a little more specific
rams0b is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to tell me the code for feedback form
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.12182 seconds with 13 queries