- html>
- <html>
- <head>
- <meta charset="utf-8">
- <title>location对象title>
-
- <script>
- function testLocation(){
- /* 当前窗口直接打开*/
- window.location.href="定时显示和隐藏广告.html"
- }
- script>
- head>
- <body>
- <input type="button" value="location" onclick="testLocation()"/>
- body>
- html>