"MEX Nepal is proud and privileged to introduce a free training for bridging the gap between education and opportunity."
The training content will be focused on:
|
a) Basics of Commodity Market
b) Market Analysis
- Fundamental Analysis
- Technical Analysis
c) Automated Trading System (ATS) Handling
- Trader (TWS/MTWS) Console
- Market Maker (MM) Console
- Clearing Member (CM)'s Manager Console
|
d) Entire Mechanism
- Order-Matching-System
- Price Discovery Mechanism
- Market Depth: Creation and Changes
- Risk Mitigation and Management System
- Daily Settlement Procedure (Mark to Market) and Final Settlement Procedure
- Fund Flow Mechanism
e) Delivery Mechanism
|
<%
SuccessStr=False
ErrStr=""
ErrStrtop=""
if request.Form("btnSubmit")<>"" then
'server side validation
if request.Form("txtName")="" then ErrStrtop="Enter name"
if request.Form("txtOccupation")="" then ErrStrtop=ErrStrtop&" Select Occupation"
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
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("sesseapptra")<>Date()&Request.Form("txtName")&Request.Form("txtEmail")&Request.Form("txtPhone") Then
msg=""
msg=msg & "| | "
msg=msg & "
| "
msg=msg & "| Registration for Training | "
msg=msg & "
| "
msg=msg & "" & vbcrlf
msg=msg & ""
msg=msg & "| Full Name : | "
msg=msg & "" & Trim(Request.Form("txtName")) & " | "
msg=msg & "| Occupation : | "
msg=msg & "" & Trim(Request.Form("txtOccupation")) & " | "
if (Trim(lcase(Request.Form("txtOccupation")))="other") then
msg=msg & "| | "
msg=msg & " - " & Trim(Request.Form("txtOccupation_other")) & " | "
end if
msg=msg & "| District : | "
msg=msg & "" & Trim(Request.Form("selState")) & " | "
msg=msg & "| Phone No : | "
msg=msg & "" & Trim(Request.Form("txtPhone")) & " | "
msg=msg & "| Email : | "
msg=msg & "" & Trim(Request.Form("txtEmail")) & " | "
msg=msg & "| Company/College Name : | "
msg=msg & "" & Trim(Request.Form("txtCname")) & " | "
msg=msg & "| Have you attended any training on Commodity Market? " & Trim(Request.Form("txtTraining")) & " | "
if Trim(lcase(Request.Form("txtTraining")))="yes" then
msg=msg & "If Yes,
| "
dim strChk1
strChk1=""
For i1 = 1 To 8
if (InStr(Trim(Request.Form("chk1")),i1)) then
strChk1=strChk1&"yes,"
else
strChk1=strChk1&"no,"
end if
Next
spval1=split(Trim(strChk1),",")
msg=msg & "| a. Basics of Commodity Market "& spval1(0) &" | "
msg=msg & "| b. Automated Trading System (ATS) Handling | "
msg=msg & "| Trader (TWS/MTWS) Console "& spval1(1) &" | "
msg=msg & "| Market Maker (MM) Console "& spval1(2) &" | "
msg=msg & "| Clearing Member (CM)'s Manager Console "& spval1(3) &" | "
msg=msg & "| c. Market Analysis | "
msg=msg & "| Fundamental Analysis "& spval1(4) &" | "
msg=msg & "| Technical Analysis "& spval1(5) &" | "
msg=msg & "| d. Market Mechanism "& spval1(6) &" | "
msg=msg & "| e. Delivery Mechanism "& spval1(7) &" | "
msg=msg & "| f. Others, if any | "
msg=msg & "" & Trim(Request.Form("txtTraining_other")) & " | "
end if
dim strChk2
strChk2=""
For i2 = 1 To 8
if (InStr(Trim(Request.Form("tchk1")),i2)) then
strChk2=strChk2&"yes,"
else
strChk2=strChk2&"no,"
end if
Next
spval2=split(Trim(strChk2),",")
msg=msg & " On what topic, you would like to have further training? | "
msg=msg & "| a. Basics of Commodity Market "& spval2(0) &" | "
msg=msg & "| b. Automated Trading System (ATS) Handling | "
msg=msg & "| Trader (TWS/MTWS) Console "& spval2(1) &" | "
msg=msg & "| Market Maker (MM) Console "& spval2(2) &" | "
msg=msg & "| Clearing Member (CM)'s Manager Console "& spval2(3) &" | "
msg=msg & "| c. Market Analysis | "
msg=msg & "| Fundamental Analysis "& spval2(4) &" | "
msg=msg & "| Technical Analysis "& spval2(5) &" | "
msg=msg & "| d. Market Mechanism "& spval2(6) &" | "
msg=msg & "| e. Delivery Mechanism "& spval2(7) &" | "
msg=msg & "| f. Others, if any | "
msg=msg & "" & Trim(Request.Form("txtfurTraining_other")) & " | "
msg=msg & "| Message : | "
msg=msg & "" & Trim(Request.Form("txtMessage")) & " | "
msg=msg & "| Submitted Date & Time : | "
msg=msg & "" & FormatDateTime(Now(),1) & " " & FormatDateTime(Now(),3) & " | "
msg=msg & "| Submitted IP Address: | "
msg=msg & "" & Trim(Request.ServerVariables("REMOTE_ADDR")) & " | "
msg=msg & "| Submitted Country-Region-City: | "
msg=msg & "" & Trim(Request.Form("cnn")) & "-" & Trim(Request.Form("rgn")) & "-" & Trim(Request.Form("cyn")) & " | "
msg=msg & " | "
msg=msg & "| | "
msg=msg & "
| "
msg=msg & " "
msgsubject="Registration for Training From MexNepal.com"
mailfrom="info@mexnepal.com"
mailfromname="MexNepal"
mailto="bd@mexnepal.com"
mailtoname="MexNepal"
mailBCC="graphics@kappsoft.com,venkat@kappsoft.com"
hasMailSent=sendMail(msg,msgsubject,mailfrom,mailfromname,mailto,mailtoname,mailBCC)
msgack=""
msgack=msgack & "| | "
msgack=msgack & "
| "
msgack=msgack & "| Acknowledgement - Registration for Training | "
msgack=msgack & "
| "
msgack=msgack & "" & vbcrlf
msgack=msgack & "Dear Madam/Sir, | | Thank you for showing your interest in the training session being organized by MEX Nepal. | | Your message has been forwarded to the concerned department and the department member will be contacting you soon for further details. | | | Regards, | | MEX Nepal | "
msgack=msgack & " | "
msgack=msgack & "| | "
msgack=msgack & "
| "
msgack=msgack & " "
msgsubjectack="Acknowledgement - Registration for Training 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 free_training (user_name,occupation,occupation_other,district,phone_no,email_address,comp_clge_name,att_training,att_training_yes,att_training_other,fur_training_yes,fur_training_other,txtMessage,submitted_date,submitted_ipaddress,sub_country,sub_region,sub_city) values( '"& fixQuotes(Trim(Request.Form("txtName"))) &"', '"& fixQuotes(Trim(Request.Form("txtOccupation"))) &"', '"& fixQuotes(Trim(Request.Form("txtOccupation_other"))) &"','"& fixQuotes(Trim(Request.Form("selState"))) &"','"& fixQuotes(Trim(Request.Form("txtPhone"))) &"','"& fixQuotes(Trim(Request.Form("txtEmail"))) &"', '"& fixQuotes(Trim(Request.Form("txtCname"))) &"', '"& fixQuotes(Trim(Request.Form("txtTraining"))) &"', '"& fixQuotes(Trim(Request.Form("chk1"))) &"', '"& fixQuotes(Trim(Request.Form("txtTraining_other"))) &"', '"& fixQuotes(Trim(Request.Form("tchk1"))) &"', '"& fixQuotes(Trim(Request.Form("txtfurTraining_other"))) &"','"& 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"))) & "')"
'
'response.Write(sqlStr)
'response.End()
dbconn.execute sqlStr,recsAffected
If hasMailSent=True Then Session("sesseapptra")=Date()&Request.Form("txtName")&Request.Form("txtEmail")&Request.Form("txtPhone")
End If
Session.Contents.Remove("captcha_code")
%>
<% else
%>
Call Us @ +977-1-4423566/77/88 HP: +977-9721399483
Or Type 'MEX REG' & Send SMS to 32426
Or Fill Up the Form Below
 |
Registration Form |
* Mandatory fields |
 |
 |
|
 |
 |
|
 |
<%End If%>
Note:
- Free of Cost participation, for anyone interested
- Venue, Date & Time will be fixed by the Exchange
- Skype training is also available for outside Kathmandu valley
"FOR GROUP/INSTITUTIONAL PARTICIPANTS, PLEASE CLICK HERE TO BE REGISTERED FOR FREE TRAINING"
|