|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have very limited experience with any form of web design but i was told that it would be possible to find my ip address and have that e-mailed to myself every time i loged on the internet (I have a Dynamic ip). Could this be done and then i would be redirected to my original home page? If you could help please supply as much of the code as possible and i also would neet to know what to save the file as.
|
|
#2
|
||||
|
||||
|
This could be done in ASP, I'm not sure about any kind of client side scripting so you would be better off posting this in the ASP forum. Such sites like http://www.whatismyipaddress.com/ exist though so why not just use those instead?
__________________
If in doubt, google it! |
|
#3
|
||||
|
||||
|
If you know someone with space on a Web host that allows ASP you could have them put this page up for you (perhaps called something like ipaddress.asp).
And everyone that goes to the page will see his own IP address: <html> <head> </head> <body> Your IP address is <%= Request.ServerVariables("REMOTE_ADDR") %> </body> </html>
__________________
J. Paul Schmidt www.Bullschmidt.com - Freelance Web and Database Developer www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips Last edited by Bullschmidt : February 25th, 2004 at 01:42 AM. |
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > Is it possible to find my ip address and e-mail it to myself??? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|