%
emp_id = request.querystring("emp_id")
qryEdit = "select * from employments where emp_id = "& emp_id &""
set rsEdit = conn.execute(qryEdit)
%>
รายละเอียด Investor
หัวเรื่อง
:
<%=rsEdit("emp_head")%>
เรื่องย่อ
:
<%=rsEdit("emp_preview")%>
รายละเอียด
:
<%=rsEdit("emp_detail")%>
<%
if len(rsEdit("emp_picture")) > 0 then
response.write imgsrc("../" & rsEdit("emp_picture"), rsEdit("emp_picturex"), rsEdit("emp_picturey"), 200, 0)
end if
%>