asp http_user_agent 브라우저 체크 라인인앱 브라우저에서 파일선택이안되서 체크 예제 '라인 인앱브라우저 체크_파일선택안됨 chkAgt = Request.ServerVariables("HTTP_USER_AGENT") chkLine = InStr(chkAgt, "Line") isLine = false if chkLine > 0 Then isLine = true End If 프로그래밍/ASP 2016.09.13