1. Access to System time :
<%=now ()%>
2. Access to the IP:
<%=request.servervariables ("Remote_host")%>
3. Access to the system, browser version :
<script>
Window.document.write ("Version:" +navigator.appname+navigator.appversion+ "browser.")
</script>
4. Remove IE mixing strips :
<body scroll= "No" >
Or
<body style= "Overflow-y:hidden" >
5. Go to the website and jump out of the advertisement :
<script language= "JavaScript" >
<!--
<!--note change the path to the file-->
window.open (' http://www.XXXXXX.com ', ', ', ' height=200,width=300,top=0,left=30 ');
-->
</script>
6. Random number :
<%randomize%>
<%= (int (rnd () *n) +1)%>
N is a number that can be changed
7. Move up code :
<marquee direction= "Up" scrolldelay= "style=" FONT-SIZE:9PT; color: #FF0000; line-height:150% Talic; Font-weight:bold "scrollamount=" 2 "width=" 206 "height=" 207 "bgcolor=" #FFFF00 ">hhhhhhhhhhhhhhhhhhh</marquee >
Total 5 Pages: prev 1 [2] [3] [4] [5] Next page