2017-06-23 21:11:15 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>背景页</title>
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<style>
|
|
|
|
html,body{height: 100%;font-size: 16px;}
|
|
|
|
body{font-family: 'Microsoft Yahei';margin:0;padding:0;}
|
|
|
|
.container {
|
|
|
|
width: 1024px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<h1>这是背景页</h1>
|
|
|
|
<div>
|
|
|
|
<a href="#" id="test_cors">跨域演示</a>
|
2017-06-26 02:13:17 +08:00
|
|
|
<a href="#" id="get_popup_title">获取popup页标题</a>
|
2017-06-23 21:11:15 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script type="text/javascript" src="js/jquery-1.8.3.js"></script>
|
|
|
|
<script type="text/javascript" src="js/background.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|