> Come the f**k on.  I googled "get ip with javascript"
> 
> First result:
> http://www.rgagnon.com/jsdetails/js-0019.html
> 
> <SCRIPT>
> var ip = new java.net.InetAddress.getLocalHost();
> var ipStr = new java.lang.String(ip);
> document.writeln(ipStr.substring(ipStr.indexOf("/")+1));
> </SCRIPT>

Pretty funny that this is Java code, not at all what the original poster
asked.

Do a little research before you answer questions, vampire.  ;)

Nicolas
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to