Website needs to be filed? For this process is said Oh da--fast to avoid filing method

Source: Internet
Author: User

For the filing process, disgusting to me?? Soon to be completed, found that the real trouble!!!!! Rookie still not work not willing to buy the server, or wait for stability after the record it ~ ~

Only suitable for personal site, and for search engine unfriendly, I mainly used for quick access to view the effect

After thinking, there are two ways to solve (I am a rookie ~ ~ Big Brother please advise ha):

1: Use page jump. Get a free server like GitHub, use the jump service. This method Address bar will show the real address

  

Jump Mode One
<! DOCTYPE html> <meta http-equiv= "Refresh" content= "0,url=http://.com/" >
// Jump mode two <! DOCTYPE html>    <script language= ' javascript ' >document.location = ' http://.com/' </script></ Head><body><a href= "http://.com/" > because I have to the server for the record, need to jump O (^▽^) o If your page does not support jump, click here ^_^ </a></body >

    

2: Load Another page inside the page ~ ~ Keywords: iframe. The address of this method address bar does not change

    

<iframe width= "100%" style= "Position:absolute" height= "100%" src= "http://.com/" frameborder= "0" ></iframe >

When you use it will find that the browser is reduced to have 4 scroll bar ai, swollen do:

Add Overflow:hidden to Body

Completed! (When you add an anchor, the page width of the link is the width of the current browser)

        

<! DOCTYPE html>        body {            margin:0;            padding:0;            Overflow:hidden;        }      </style><iframe width= "100%" style= "Position:absolute" height= "100%" src= " http://.com/"frameborder=" 0 "></iframe></body>

Website needs to be filed? For this process is said Oh da--fast to avoid filing method

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.