<% emp_id = request.querystring("emp_id") qryEdit = "select * from employments where emp_id = "& emp_id &"" set rsEdit = conn.execute(qryEdit) %>

 บันทึก Investor
   
หัวเรื่อง :
">
เรื่องย่อ :
รายละเอียด :
   
รูปประกอบ :
*** (width 200 pixel) ***
 
  <% if len( rsEdit("emp_picture") ) > 0 then response.write imgsrc("../" & rsEdit("emp_picture"), rsEdit("emp_picturex"), rsEdit("emp_picturey"), 200, 0) end if %>