

Method 4: Pacific Computer Network IP Query Interface:Ĭhange 0.0.0 to IP address.
#GET IP ADDRESS FOR MAC CODE#
Sina interface is used.Ĭopy the code as follows: JavaScript Get Client IP ĭocument.writeln( "IP Address:"+ILData+ "") //IP Address in Output Interface Dataĭocument.writeln( "Address type:"+ILData+ "") //Types of IP Addresses in Output Interface Dataĭocument.writeln( "Address type:"+ILData+ "") //Provinces and Cities with IP Address in Output Interface Dataĭocument.writeln( "Address type:"+ILData+ "") //The IP address in the output interface dataĭocument.writeln( "Address type:"+ILData+ "") //Operator of IP Address in Output Interface Data ĭocument.write(returnCitySN+ ','+returnCitySN) To get the IP of the client in the network, the premise is that the client has to be connected to the network. function GetLocalIPAddr () document.write(GetLocalIPAddr()+ "") Method 1 (IE for IE only and client side allows AcitiveX to run through platform: XP, SERVER03, 2000).Ĭopy the code as follows: GetLocalIP Several Methods of Obtaining Client IP Using JS The following code is for all Windows NT 5.0 and above systems test Pass, give the code: In Chrome and FireFox, there are few JS scripts that directly use ActiveX to get IP and so on. Today we are working on JS( JavaScript ) After searching the internet, many of the small programs to get client IP are ineffective in the current system and browser, but they are very helpless. Friends who need it can refer to the following. This paper implements it by other methods. This article mainly introduces js JS itself does not support acquiring information such as IP address.
