Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

Geo Template

iplookup()

Returns information about the address requested, or null if there is no record or the address string is badly formatted

See Also

rb.geo.()   

Syntax

location = rb.geo.iplookup(ipaddress)

Parameters

The 'iplookup' method takes 1 parameter:

Name Type/Value Range/Length Description
ipaddressstring  Required. The address to be located. Either a.b.c.d dot notation, or as an unsigned integer

Results

The 'iplookup' method returns structure:

Type/Value Range/Length Description
struct location see definition

Remarks

rb.geo.iplookup

Used to request geographical information about a specific address

Whitebeam release 1.3.36
(loadtime : 84ms)