<% if request.form("sub") = "Submit" then user_name = request.form("txt_name") telephone = request.form("txt_telephone") company = request.form("txt_company") designation = request.form("txt_designation") email = request.form("txt_email") mail_description = request.form("txt_desc") Set myMail=CreateObject("CDO.Message") myMail.Subject="Online Feedback Form" myMail.From = email myMail.To="gsdmcc@eim.ae" 'myMail.To="anees@isoftnet.in" myMail.HTMLBody = "" & _ "" &_ "" & _ "" & _ "" & _ "" & _ "" & _ "" & _ "
Name  "& user_name & "
Phone  "& telephone & "
Email  "& email & "
Company  "& company & "
Designation  "& designation & "
Comments "& mail_description & "
" myMail.Send set myMail=nothing end if %> Gold Standard DMCC- Feedback
logo
gold block
Login
Metal Prices
AM/PM Fix
company profile

<% if request.form("sub") = "Submit" then response.Write("Feedback recorded sucessfully !") end if %>
Full Name:
Contact Number
Company:
Designation:
E-mail:
Comments: