MAC주소 얻기
자바스크립트에서 MAC주소 얻기 Active X를 통해 정보를 읽어올 수 있다. version=1,0,0,4 웹페이지에서 클라이언트 컴퓨터의 몇 가지 정보를 구하는 ActiveX 컨트롤입니다. 기능:맥어드레스, 컴퓨터 이름, 워크그룹, 아이피 주소, 드라이브 리스트, CPUVendor, CPUID, HDDID, 윈도우 버전, WSH(Windows Scripting Host) 버전, 파일 버전 등… Method —————————————————————- function GetDriveLetter(): string; function GetDiskVolume(const cDisk: string): string; function FileExists(const FileName: string): WordBool; f..
2015. 8. 11.