How to know whether the client browser can accept cookie or not?
-
Hello Dear How to know whether the client browser can accept cookie or not? When ActiveX control and cookies are disabled on the client machine. Is it possible to use MSWC.BrowserType when client system disabled ActiveX Control? N.Rajakumar B.E., Application Developer, www.newdreamz.tk
-
Hello Dear How to know whether the client browser can accept cookie or not? When ActiveX control and cookies are disabled on the client machine. Is it possible to use MSWC.BrowserType when client system disabled ActiveX Control? N.Rajakumar B.E., Application Developer, www.newdreamz.tk
You can try setting a cookie from serverside and check in JavaScript or vice-versa. We use a similar trick for Active Popup Blockers. Is'nt it? Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/ -
You can try setting a cookie from serverside and check in JavaScript or vice-versa. We use a similar trick for Active Popup Blockers. Is'nt it? Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/can you elaborate it .... N.Rajakumar B.E., Application Developer, www.newdreamz.tk
-
can you elaborate it .... N.Rajakumar B.E., Application Developer, www.newdreamz.tk
You can try to use this cookie.js from Dithered.com which does that: http://www.dithered.com/javascript/cookies/usage.html[^] Vasudevan Deepak Kumar Personal Web: http://www.lavanyadeepak.tk/ I Blog At: http://www.dotnetjunkies.com/weblog/deepak/
http://deepakvasudevan.blogspot.com/
http://deepak.blogdrive.com/