Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP / DNS Without using cgi/SSI

Status
Not open for further replies.

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
 
using server side jscript:

<%@Language=&quot;JScript&quot;%>
<%=Request.ServerVariables(&quot;REMOTE_ADDR&quot;);%>

i think its possible in netscape using java code with livescript... not too sure about that though. adam@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top