UserAgent = Request.ServerVariables("HTTP_USER_AGENT")
If InStr(UserAgent , "MSIE") > 0 Or InStr(UserAgent , "Trident") > 0 Then 'IE에서 접근
Else
End If
'classic asp' 카테고리의 다른 글
[classic asp] 리스트 데이터 정렬 (0) | 2022.09.06 |
---|---|
[classic asp] 숫자를 한글로 변환 (0) | 2021.12.03 |
[classic asp] ServerVariables 속성 (0) | 2021.11.16 |
[classic asp] http 매개변수 데이터 전송 (0) | 2021.11.16 |
[classic asp] 값을 변수화시키기 (0) | 2021.11.07 |