|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Enable or Not ?
<i><b>Originally posted by : Mike Ricard (michelricard@hotmail.com)</b></i><br />How can I see if the user set To Enable or Disable the Security settings:<br />Like Java Permission, Cookies, Submit unencrypted data,....etc.<br /><br />I need to know, because We use Java-script on the client-side, we set and read cookies, the user has to submit unencryted data....<br /><br />Is it with SERVER_VARIABLES, if yes what is the call<br /><br />Thx a lot for your advices!!!
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Vlad (devxchange@consultant.com)</b></i><br />Hi Mike,<br />To see if javascript enabled or not use the following function:<br />if (navigator.javaEnabled()){<br /> document.write("JavaScript Enabled");<br /> }<br />else{ <br /> document.write("JavaScript Not Enabled");<br /> }<br /> <br /> Regards. Vlad.
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > Enable or Not ? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|