How to Get Current Browser URL in Code Behind?

What html code could i use to get someones info,like their ip adress browser os.etc?

  • I want it to be where they go to the website the html gets their ip address,operating system,browser,etc. I dont want them to know it happened.Then it e-mails me there computer info.I saw a jpg do it once.It said your ip is______your browser is_______your os is _______.And so on.

  • Answer:

    sure, you need java-script (or php) if you want the info (for you) probably you won't have to do that, your hosting provider usually give you that kind of info, some of then show you statistics in charts, graphs or even in raw format, so you find what you want.

hotroots... at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

<html> <head> <title>Browser Name</title> </head> <body> <script language="javascript"> function bn(){ var browsername = navigator.appName var ver =clientInformation.appVersion document.write("<b>Your BrowerName : </b>" + browsername + "<br><b>Your Browser version : </b>" + ver ) } </script> <button onclick="bn()">click me</button> </body> </html>

yashar_rashedi

no you can't do that without having access to the server controls.

dwightl.geo

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.