Jan 14, 2001 #1 OcsiS Programmer Dec 11, 2000 3 US I am searching a way to get IP and DNS into a web page without using external cgi or ssi. Is there a way using javascript ?? thanks for your help
I am searching a way to get IP and DNS into a web page without using external cgi or ssi. Is there a way using javascript ?? thanks for your help
Jan 14, 2001 #2 luciddream Programmer Nov 8, 2000 712 US using server side jscript: <%@Language="JScript"%> <%=Request.ServerVariables("REMOTE_ADDR"%> i think its possible in netscape using java code with livescript... not too sure about that though. adam@aauser.com Upvote 0 Downvote
using server side jscript: <%@Language="JScript"%> <%=Request.ServerVariables("REMOTE_ADDR"%> i think its possible in netscape using java code with livescript... not too sure about that though. adam@aauser.com