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
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:
- What plugin/Theme should I use in Wordpress?Best solution by Yahoo! Answers
- What size snowboard should i use?Best solution by Yahoo! Answers
- What Ethernet Cable Should I Use?Best solution by Home Improvement
- What online site can I use to search for a job?Best solution by Yahoo! Answers
- What area code should I dial to call to England?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.