How Can I determine the current security level of the browser
-
I need to determine the security level of the browser To know If I can send the page the user request or redirect him to another page I need to check the java script and active objectX enabed Or not
You have To Search About The Truth Of Your Life Why Are you Here In Life ?
-
I need to determine the security level of the browser To know If I can send the page the user request or redirect him to another page I need to check the java script and active objectX enabed Or not
You have To Search About The Truth Of Your Life Why Are you Here In Life ?
Check the following links for Javascript: The usage of noscript tag... http://www.4guysfromrolla.com/webtech/082400-1.shtml[^] http://javascript.internet.com/user-details/javascript-enabled-redirect.html[^] As for the ActiveX, u need to create a Microsoft ActiveX object instance like: var netObj = new ActiveXObject("WScript.Network"); within a try-catch block. If an exception occurs then ActiveX is not enabled or the security level is insufficient Hope this would help
Best Regards 3ala2 :)
-
Check the following links for Javascript: The usage of noscript tag... http://www.4guysfromrolla.com/webtech/082400-1.shtml[^] http://javascript.internet.com/user-details/javascript-enabled-redirect.html[^] As for the ActiveX, u need to create a Microsoft ActiveX object instance like: var netObj = new ActiveXObject("WScript.Network"); within a try-catch block. If an exception occurs then ActiveX is not enabled or the security level is insufficient Hope this would help
Best Regards 3ala2 :)
Thanks 3ala2 From FERAS ,SYRIA
You have To Search About The Truth Of Your Life Why Are you Here In Life ?