Some of the code commonly used by ASP beginners

zhaozj2021-02-16  99

Some of the code commonly used by ASP beginners

1. Get system time:

<% = NOW ()%>

2. Available in IP:

<% = Request.ServerVariables ("remote_host")%>

3. Get system, browser version: