| xqd
@@ -92,11 +92,17 @@
|
|
|
margin-left: 52px;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
+ .tanbox .b2 button{
|
|
|
+ width: 80px;
|
|
|
+ margin-left: 10px;
|
|
|
+ margin-top: 10px;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<script type="text/javascript">
|
|
|
var url = '';
|
|
|
+ var downurl = '';
|
|
|
var yan = 0;
|
|
|
var countdown = 60;
|
|
|
var sending = false;
|
| xqd
@@ -148,9 +154,11 @@
|
|
|
window.location.href=url
|
|
|
}else if(id=='download'){
|
|
|
var elemIF = document.createElement("iframe");
|
|
|
- elemIF.src = url;
|
|
|
+ elemIF.src = downurl;
|
|
|
elemIF.style.display = "none";
|
|
|
document.body.appendChild(elemIF);
|
|
|
+ }else{
|
|
|
+ window.location.href=url
|
|
|
}
|
|
|
}
|
|
|
function closebox(){
|
| xqd
@@ -263,6 +271,7 @@
|
|
|
</div>
|
|
|
<div class="status b2">
|
|
|
<text class="title">下载****!!</text>
|
|
|
+ <button class="btn btn-default" id="next" type="button" onclick="thebtn(this)">下一页!</button>
|
|
|
<button class="btn btn-default" id="download" type="button" onclick="thebtn(this)">下载!</button>
|
|
|
</div>
|
|
|
</div>
|