Request.ServerVariables("REMOTE_ADDR") = IP session.id = session request.ServerVariables("http_user_agent") = browser javascript til at finde skærm opløsningen <script language="javascript"> function SetVar() { var colors = screen.colorDepth; //Retrieve screen color depth var width = window.screen.width; //Retrieve horizontal resolution var height = window.screen.height; //Retrieve vertical resolution var res = width + "x" + height; //Set resolution format document.f1.resScreen.value = res; document.f1.colorDepth.value = colors; document.f1.submit(); } </script> HTTP_ACCEPT_LANGUAGE = land
StartTId + Sluttid ved jeg ikke om er muligt uden at gå ind og lave noget i Global.ASA filen
<% IP = Request.ServerVariables("REMOTE_ADDR") User_session = session.id browser = request.ServerVariables("http_user_agent") land = HTTP_ACCEPT_LANGUAGE
response.write land response.write IP response.write User_session response.write browser
'javascript til at finde skærm opløsningen %> <script language="javascript"> function SetVar() { var colors = screen.colorDepth; //Retrieve screen color depth var width = window.screen.width; //Retrieve horizontal resolution var height = window.screen.height; //Retrieve vertical resolution var res = width + "x" + height; //Set resolution format document.f1.resScreen.value = res; document.f1.colorDepth.value = colors; document.f1.submit(); } </script>
prøv lige at drop den session.ID, og javascripten skal ændres den skal ikke kalde funktionen først : <script language=javascript> var colors = screen.colorDepth; //Retrieve screen color depth var width = window.screen.width; //Retrieve horizontal resolution var height = window.screen.height; //Retrieve vertical resolution var res = width + "x" + height; //Set resolution format document.write = res; document.write = colors; </script>
Land: IP: xx.xx.xx.xxx Session: Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.