I don't understund this script (i'm italian and speek english not very well)
<script language="javas cript">
var browser='';
browser=navigat or.appName;
document.cookie = "ScreenSize =" + screen.width + "-" + screen.height;
document.cookie = "Browser=" + browser;
</script>
<%
response.write( Request.Cookies )
%>
The cookie is write at first time but with the asp script i can read only
after one refresh.
Someone has the solution?
Thanks Max
<script language="javas cript">
var browser='';
browser=navigat or.appName;
document.cookie = "ScreenSize =" + screen.width + "-" + screen.height;
document.cookie = "Browser=" + browser;
</script>
<%
response.write( Request.Cookies )
%>
The cookie is write at first time but with the asp script i can read only
after one refresh.
Someone has the solution?
Thanks Max
Comment