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