Click to See Complete Forum and Search --> : How to find my IP Address ?
smart.bits
03-14-2007, 07:30 AM
A big hi to all !
Someone please help me !
When we browse internet using a dial-up connection, we are assigned a temporary IP-Address (for the session) by our ISP.
My question is how do we find which IP-Address is given to us (preferably using JavaScript only) each time we connect ?
Kindly reply to me, whoever has some knowledgeq about it.
Big thanks to anybody who replies.
You can not do that with javascript. There might be some software which can find the IP, but, at a lower base, the IP is to be found (for Win NT/XP) by opening the command control (Run then type cmd) then type the command ipconfig/all.
smart.bits
03-22-2007, 02:47 AM
Thanks KOR !
I tried ipconfig and it helped me finding the IP-Address.
Thanks once again.
polorboy
03-22-2007, 10:41 AM
Well, the question is though, do you want to know what IP address is being assigned to you by your ISP or by your modem? Because, when you type in ipconfig into the cmd prompt it is going to give you the ip address assigned to your computer by your modem (or router if you are plugged into one of those), unless you are directly connect to your phone line and you have an internal modem. I haven't used dialup in years so I forget how it works exactly.
Mikhus
09-20-2007, 08:11 AM
There is another way to find your ip. Just visit http://yoip.com.ua/en/
Dranoweb
10-15-2007, 08:56 PM
www.whatismyip.com
or drop this code into a page if you want to display someone's ip address when they visit your site.
<iframe src="http://www.whatismyip.com/automation/n09230945.asp" width="160" height="30"></iframe>