% ct_id = request("country_id") wk_id = request("week_id") qryCt = "select rp_country_name from report_country where rp_country_id ="& ct_id &"" set rsCt = conn.execute(qryCt) country_name = rsCt("rp_country_name") set rsCt = nothing qryW = "select * from report_week where rp_week_id = "& wk_id &"" set rsW = conn.execute(qryW) weekly = FormatDay(rsW("rp_week_start"), "e") & " - " & FormatDay(rsW("rp_week_end"), "e") set rsW = nothing %>
| Login : <%=Session("memberlogin")%> | |||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||