I want to use an ASP page to do a couple of things.
I know how to get the user's IP using server variables, but I don't know how to compare it to a range of IP's For example, if the user's IP address is not 123.123.xxx.xxx or between 123.123.000.000 and 123.123.999.999.
Secondly, once I have determined whether the user is within my network or from outside, I need to change the navigation they get. I would like to substitute the navigation buttons in my left hand frame to coincide with the type of users. Networked users get nav button page A and non-networked users get nav button page b.
Can anyone help me with the syntax/procedure?
Thanks alot.
I know how to get the user's IP using server variables, but I don't know how to compare it to a range of IP's For example, if the user's IP address is not 123.123.xxx.xxx or between 123.123.000.000 and 123.123.999.999.
Secondly, once I have determined whether the user is within my network or from outside, I need to change the navigation they get. I would like to substitute the navigation buttons in my left hand frame to coincide with the type of users. Networked users get nav button page A and non-networked users get nav button page b.
Can anyone help me with the syntax/procedure?
Thanks alot.