It is possible Rakesh. All that you need to know is best client supported scripting language which can find out local host information. There is also an old method of finding the same by using Java...
if (java && java.net) ip = ''+java.net.InetAddress.getLocalHost().getHostAddress(); else ip = 'unknown'; But most browsers these days does not support Java within javascript. But having said this, I would also like to share / give you an hint of finding the local ip-address... Yes its possible using Java applet which again is similar to Javascript... Can you try this and get back to us with your queries... Regards Sandeep Thakur -- You received this message because you are subscribed to the Google Groups "nforceit" group. To post to this group, send an email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nforceit?hl=en-GB.
