Click to See Complete Forum and Search --> : How to find if the current page is included in the "Trusted Sites"


Corneliu G.
April 22nd, 2003, 08:49 AM
Hi!
Does anybody know how to find if the current page is included in the "Trusted Sites" (for Internet Explorer 6.0) ?
I have a script embeded in a page (let's say the page is www.mydomain.com/test.htm ) and I want to know if the client has set the domain www.mydomain.com as being a trusted site for Internet Explorer.
Well, any sugestion is welcomed, even it is "it's not possible to find it !".
Thank you very much!

lord loh
May 22nd, 2003, 06:00 AM
One crude way is to run a dummy activeX and see using javascript if it has been loaded...if not assume that you are mistrusted ;)

Or there must be a way like "bookmarking" to see this...

Or there may not be a way at all... to protect user's privacy, it may have been disabled as history array is...

http://msdn.microsoft.com/ie/ may help you...