Functional Area: *
<%if Request.Form("hFArea") = "" or Isnull(Request.Form("hFArea")) then%>
<%for i=0 to UBound(aFArea)-1%>
<%=aFArea(i)%>
<%next
else
for i=0 to UBound(aFArea)-1
if Request.Form("hFArea") = aFArea(i) then%>
<%=aFArea(i)%>
<%else%>
<%=aFArea(i)%>
<%end if
next
end if%>
Position applied for :*
<%if sSetPos = "" then%>
<%if Request.Form("hPosApp") = "" or Isnull(Request.Form("hPosApp")) then%>
<%for i=0 to UBound(aPosApp)-1%>
<%=aPosApp(i)%>
<%next
else
for i=0 to UBound(aPosApp)-1
if Request.Form("hPosApp") = aPosApp(i) then%>
<%=aPosApp(i)%>
<%else%>
<%=aPosApp(i)%>
<%end if
next
end if%>
<%else
select case sSetPos
case aFArea(1)%>
<%=aPosApp(3)%>
<%=aPosApp(4)%>
<%=aPosApp(5)%>
<%case aFArea(2)%>
<%=aPosApp(2)%>
<%case aFArea(3)%>
<%=aPosApp(1)%>
<%case aFArea(4)%>
<%=aPosApp(7)%>
<%end select
end if%>
Personal Details
First Name: *
" NAME=txtfirstname CLASS="textbox" MAXLENGTH="50" size="20">
Last Name:*
" NAME=txtlastname CLASS="textbox" MAXLENGTH="50" size="20">
Date of Birth:*
DD
<%
i=1
while i<=31
if Request.Form("hDD") = cstr(i) then%>
<%=i%>
<%else%>
<%=i%>
<%end if
i = i + 1
wend %>
MM
<%
i=0
while i<=11
if Request.Form("hMM") = aMonth(i) then%>
<%=aMonth(i)%>
<%else%>
<%=aMonth(i)%>
<%end if
i = i + 1
wend%>
YYYY
<%
i = 1970
while i<=1990
if Request.Form("hYY") = cstr(i) then%>
<%=i%>
<%else%>
<%=i%>
<%end if
i = i + 1
wend%>
Address:
" NAME="txtaddress" CLASS="textbox" MAXLENGTH="250" size="20">
City: *
" NAME="txtCity" CLASS="textbox" MAXLENGTH="250" size="20">
Phone Number: (with STD
Code)*
" NAME="txtcontactnumber" CLASS="textbox" MAXLENGTH="100" size="20">
Mobile Number:
" NAME="txtmobile" CLASS="textbox" MAXLENGTH="50" size="20">
Email:
" NAME="txtemail" CLASS="textbox" MAXLENGTH="50" size="20">
Key Skills:*