Neil
10-26-2002, 05:01 PM
Hi,
I was wondering if there is any way of displaying pages based on the IP address of the person browsing the Intranet.
We have a number of locations which have their own address range as follows
192.XX.Y.nnn
Each location has a 3 digit code to identify it which is as follows:
XXY
Therefore what I want to do is interogate the IP address and extract the XXY from the IP addres, then
if XXY = 101 display page_1
else if XXY = 102 display page_2
etc etc.
All they will see on the web page is a URL to site specific info, but behind that URL is the check and send to the correct page for that site.
I don't know if I have explained it well but if you can follow it, please let me know any ideas you have.
By the way, the level above this would need to be password protected.
Neil
I was wondering if there is any way of displaying pages based on the IP address of the person browsing the Intranet.
We have a number of locations which have their own address range as follows
192.XX.Y.nnn
Each location has a 3 digit code to identify it which is as follows:
XXY
Therefore what I want to do is interogate the IP address and extract the XXY from the IP addres, then
if XXY = 101 display page_1
else if XXY = 102 display page_2
etc etc.
All they will see on the web page is a URL to site specific info, but behind that URL is the check and send to the correct page for that site.
I don't know if I have explained it well but if you can follow it, please let me know any ideas you have.
By the way, the level above this would need to be password protected.
Neil