Search found 6 matches
- Thu Mar 08, 2007 2:57 pm
- Forum: Javascript
- Topic: Get IP address for form.
- Replies: 10
- Views: 1300
What are you aiming to accomplish. Us knowing what you want to do may help us determine if there are any other ways of accomplishing the same task. The above markup is basically ripped from a login page for my school's wifi network. What I want to have happen is when my laptop gets it's ip addy fro...
- Thu Mar 08, 2007 1:18 pm
- Forum: Javascript
- Topic: Get IP address for form.
- Replies: 10
- Views: 1300
- Thu Mar 08, 2007 12:16 pm
- Forum: Javascript
- Topic: Get IP address for form.
- Replies: 10
- Views: 1300
- Thu Mar 08, 2007 3:30 am
- Forum: Javascript
- Topic: Get IP address for form.
- Replies: 10
- Views: 1300
So you are saying that it can be done, but you dont know how to do it. Well if you dont know how to do it, how on earth are you so confident that it can be done? Considering python, c, java, php, and perl all have functions to return ip addresses, I'm pretty sure what I'm asking for is not impossib...
- Wed Mar 07, 2007 6:36 pm
- Forum: Javascript
- Topic: Get IP address for form.
- Replies: 10
- Views: 1300
Is that even possible? And you want this to be done in a browser? should be, it should be able to be done with any inline scripting language. the only other option is to code the output of the post by hand and make a c or python program that gets the ip addy, inserts it, and then transmits it. but ...
- Wed Mar 07, 2007 4:23 pm
- Forum: Javascript
- Topic: Get IP address for form.
- Replies: 10
- Views: 1300
Get IP address for form.
Here is what I have in a web page on my computer: <form method="post" action="https://www.wlan.wwu.edu/login.pl" enctype="application/x-www-form-urlencoded" name="bluesocket_u" class="nospace"> <input name="_FORM_SUBMIT" value="1"...