% ' --------------------- CONSTANTS ------------------------ if isArray(session("aryRqst")) then aryRqst = session("aryRqst") varRqstCount = uBound(aryRqst) end if ' --------------------- FUNCTIONS ------------------------- function getData(name) if isArray(aryRqst) then for i = 0 to varRqstCount if aryRqst(i,0) = name then getData = aryRqst(i,1) exit function end if next end if end function function dropEmpno(name) dim aryEmpno(4) aryEmpno(0) = "-- Select --" aryEmpno(1) = "1-10" aryEmpno(2) = "11-100" aryEmpno(3) = "101-500" aryEmpno(4) = "> 500" varEmpNoCount = uBound(aryEmpno) for i = 0 to varEmpNoCount response.write "" &vbCrLf next end function function funcCheck(name) if getData(name) <> "" then response.write "checked" end if end function ' --------------------- HTML STARTS HERE ------------- %>
|
||||||||||||
|
Available Now! Please complete the form below to request a trial download. |
||||||||||||
|
Copyright © 2000-2003
FINDbase, LLC. All rights reserved.
legal
notices, terms of use, privacy.
|
||||||||||||