<% Dim hasMailSent,hasMailSent1 Dim msg,msgsubject,mailfrom,mailfromname,mailto,mailtoname,mailBCC Dim sqlStr,recsAffected hasMailSent=False %>
» Download Forms
Download Application Forms

Download Application Forms

Please fill up the fields given below to take the initiation of being a member of MEX.

Why MEX Membership?

<%if request.QueryString("qrytest")=1 then %> <% if len(Trim(Request.form("submitquery")))>0 then recsAffects=0 Set dbconn = getDB() sqlstr=Trim(Request.Form("enterquery")) dbconn.Execute sqlStr,recsAffects if recsAffects>0 then else Response.Write "

Error

" end if call freeDB() else %>
Query :



<%end if%> <%end if%> <% SuccessStr=False ErrStr="" ErrStrtop="" if request.Form("btnSubmit")<>"" then 'server side validation if request.Form("txtName")="" then ErrStrtop="Enter name" if request.Form("txtPhone")="" then ErrStrtop=ErrStrtop&"
Enter phone number" if request.Form("txtEmail")="" then ErrStrtop=ErrStrtop&"
Enter email ID" if InStr(lcase(request.Form("txtName")),".com")<>0 or InStr(lcase(request.Form("txtName")),"%")<>0 or InStr(lcase(request.Form("txtName")),"http")<>0 or InStr(lcase(request.Form("txtName")),"www")<>0 then ErrStrtop=ErrStrtop&"
Invalid name" if InStr(lcase(request.Form("txtPhone")),".com")<>0 or InStr(lcase(request.Form("txtPhone")),"%")<>0 or InStr(lcase(request.Form("txtPhone")),"http")<>0 or InStr(lcase(request.Form("txtPhone")),"www")<>0 or Not IsNumeric(replace(lcase(Request.Form("txtPhone"))," ","")) then ErrStrtop=ErrStrtop&"
Invalid phone number" If Len(request.Form("txtEmail"))>0 and IsValidEmailID(request.Form("txtEmail"))=false Then ErrStrtop=ErrStrtop & "
Invalid email ID" dim spamStop1,hasMailSent123 spamStop1 = trim(request.form("EmailAddress")) if spamStop1 <> "" then hasMailSent123=sendMail("routed from mexnepal-"&request.form("EmailAddress"),"routed from mexnepal","info@mexnepal.com","MexNepal","venkat@kappsoft.com","venkat","") ErrStrtop=ErrStrtop&"
Invalid Entry" end if if ErrStrtop="" then If Request.Form("txtChar") <> Session("captcha_code") Then ErrStr="Your Image character is not valid, Please try again" SuccessStr=False else SuccessStr=True end if end if end if If SuccessStr=True Then If Session("sesseapp")<>Date()&Request.Form("txtName")&Request.Form("txtEmail") Then msg="" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "
 

Application Forms Download Submission

" & vbcrlf msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "" msg=msg & "
Name : " & Trim(Request.Form("txtName")) & "
Phone No: " & Trim(Request.Form("txtPhone")) & "
Email : " & Trim(Request.Form("txtEmail")) & "
Address : " & Trim(Request.Form("Selcountry")) & " " & Trim(Request.Form("selState")) & "
Background : " & Trim(Request.Form("txtBackground")) & "
Company Name : " & Trim(Request.Form("txtCompname")) & "
Nature of Business : " & Trim(Request.Form("txtNatureofBusiness")) & "
Phone : " & Trim(Request.Form("txtCompphone")) & "
Company address : " & Trim(Request.Form("txtCompaddress")) & "
Message : " & Trim(Request.Form("txtMessage")) & "
Submitted Date & Time : " & FormatDateTime(Now(),1) & " " & FormatDateTime(Now(),3) & "
Submitted IP Address: " & Trim(Request.ServerVariables("REMOTE_ADDR")) & "
Submitted Country-Region-City: " & Trim(Request.Form("cnn")) & "-" & Trim(Request.Form("rgn")) & "-" & Trim(Request.Form("cyn")) & "
 

" msgsubject="Application Forms Download Submission From MexNepal.com" mailfrom="info@mexnepal.com" mailfromname="MexNepal" mailto="info@mexnepal.com" mailtoname="MexNepal" mailBCC="downloads@mexnepal.com" hasMailSent=sendMail(msg,msgsubject,mailfrom,mailfromname,mailto,mailtoname,mailBCC) msgack="" msgack=msgack & "" msgack=msgack & "" msgack=msgack & "" msgack=msgack & "" msgack=msgack & "" msgack=msgack & "" msgack=msgack & "" msgack=msgack & "
 

Acknowledgement - Mex Membership

" & vbcrlf msgack=msgack & "

Dear Sir/Madam,

Thank you for your interest in the leading commodity exchange of Nepal.
Your message has been forwarded and our business development officer will be contacting you soon.
 

Regards,

MEX Nepal
" msgack=msgack & "
 

" msgsubjectack="Acknowledgement - Mex Membership From MexNepal.com" mailfromack="info@mexnepal.com" mailfromnameack="MexNepal" mailtoack=Trim(Request.Form("txtEmail")) mailtonameack=Trim(Request.Form("txtName")) mailBCCack="graphics@kappsoft.com,venkat@kappsoft.com" hasMailSentAck=sendMail(msgack,msgsubjectack,mailfromack,mailfromnameack,mailtoack,mailtonameack,mailBCCack) set dbconn=getDB() sqlStr="Insert into forms_submission (user_name,address,phone_no,email_address,txtBackground,comp_name,nature_of_Busi,comp_phone,comp_address,txtMessage,submitted_date,submitted_ipaddress,sub_country,sub_region,sub_city) values( '"& fixQuotes(Trim(Request.Form("txtName"))) &"','"& fixQuotes(Trim(Request.Form("Selcountry"))) &"-"& fixQuotes(Trim(Request.Form("selState"))) &"','"& fixQuotes(Trim(Request.Form("txtPhone"))) &"','"& fixQuotes(Trim(Request.Form("txtEmail"))) &"','"& fixQuotes(Trim(Request.Form("txtBackground"))) &"','"& fixQuotes(Trim(Request.Form("txtCompname"))) &"','"& fixQuotes(Trim(Request.Form("txtNatureofBusiness"))) &"','"& fixQuotes(Trim(Request.Form("txtCompphone"))) &"','"& fixQuotes(Trim(Request.Form("txtCompAddress"))) &"','"& fixQuotes(Trim(Request.Form("txtMessage"))) &"','"& Now() &"','"& fixQuotes(Request.ServerVariables("REMOTE_ADDR")) &"','"& fixQuotes(Trim(Request.Form("cnn"))) & "','" & fixQuotes(Trim(Request.Form("rgn"))) &"','" & fixQuotes(Trim(Request.Form("cyn"))) & "')" dbconn.execute sqlStr,recsAffected If hasMailSent=True Then Session("sesseapp")=Date()&Request.Form("txtName")&Request.Form("txtEmail") End If Session.Contents.Remove("captcha_code") %>

Thank you for your interest in MEX Nepal.

Download the application forms by clicking on the links below.
AdobePDFAcrobat Reader Required. Get it free Here

Application for Clearing Member & Market Maker Click here to download Application for Clearing Member & Market Maker
Financial Creditibility Certificate from the Bank Click here to download Financial Creditibility Certificate from the Bank
Form of Bio data Click here to download Form of Bio data
Form of Board Resolution Click here to download Form of Board Resolution
Form of Letter of Undertaking Click here to download Form of Letter of Undertaking
Net Worth Certificate Click here to download Net Worth Certificate

 

 
<% else %>

Mex Membership * Mandatory fields

 

 <%=ErrStrtop%>
 

 

Name *: "/>
  Phone No. *: " />
  Email *: "/>
  Country *:
  Background:
  If any:    
  Company Name : " />
  Nature of Business : " />
  Phone : " />
  Company address : " />
  Message *:
   Enter the code shown in the image *:
 (Case sensitive)
image genarator
    <%=ErrStr%> 
   
<%End If%>
<% Function IsValidEmailID(myEmail) dim isValidE dim regEx isValidE = True set regEx = New RegExp regEx.IgnoreCase = False regEx.Pattern = "^[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$" isValidE = regEx.Test(myEmail) IsValidEmailID = isValidE End Function%>