Recommended: ASP Beginners Common Source code Summary

Source: Internet
Author: User

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



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.