代码修改后的版本,全部提交
This commit is contained in:
5
Mtxfw.VipSite/Scripts/ad.js
Normal file
5
Mtxfw.VipSite/Scripts/ad.js
Normal file
@@ -0,0 +1,5 @@
|
||||
if (location.toString().indexOf("Member_Index.aspx") != -1) {
|
||||
document.write('<DIV align=center ID="hiddenLayer" style="display: none;">');
|
||||
document.write('<a href="http://skads.gxsky.com/sk/skClick.asp?Location=8" target=_blank><img src="http://images.gxsky.com/dyf/2014/4/gl3.jpg" border=0 width="1000" height="560" alt="" align=top></a></DIV>');
|
||||
function changediv() { document.getElementById('hiddenLayer').style.display = "block"; setTimeout("hidediv()", 20000); } function hidediv() { document.getElementById('hiddenLayer').style.display = "none"; SYtag = 2; } function showfull() { setTimeout("changediv()", 2000); } showfull()
|
||||
}
|
||||
Reference in New Issue
Block a user