Hi David,
Appreciate your patience!
From my research, we can use the method MapUrlToZone of the interface
IInternetSecurityManager to retrieve this information.
http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/r
eference/ifaces/iinternetsecuritymanager/mapurltozone.asp
However, we can't call this method from script directly. So I'd suggest you
can create one ActiveX component to get the zone information. You can build
the component in VB/ VC or other develop language. Then in your page, you
can call this activeX component via script.
Please note the ActiveX component should be installed in the client box and
you will also need to grant the permission to the web page for the
execution of this component; which means you will need to put the url of
the page to a high security zone, for example full etc.
Please feel free to let me know if you have any further question.
Best Regards,
Wei-Dong Xu
Microsoft Product Support Services
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.