⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 softpaypop.js

📁 1st-pay.rar 在线支付程序
💻 JS
字号:
<!-- Begin
function expandingWindow(username,cash,shopname,softwareids) {
var website="http://www.1st-pay.net/work/paypop.asp?username=" + username +  "&leixing=1&cash=" + cash + "&shopname=" + shopname + "&s=" + softwareids

var heightspeed = 2; // vertical scrolling speed (higher = slower)
var widthspeed = 7;  // horizontal scrolling speed (higher = slower)
var rightedge=document.body.clientWidth-event.clientX  
var bottomedge=document.body.clientHeight-event.clientY  
if (rightedge<340)  
var leftdist = event.clientX-380
else  
var leftdist = event.clientX+20;
if (bottomedge<200)  
var topdist =event.clientY-320
else if (bottomedge>400) 
var topdist =event.clientY+120
else
var topdist =event.clientY-120
;


if (document.all) {
var winwidth = 360;
var winheight = 500;
var sizer = window.open("","","left=" + leftdist + ",top=" + topdist + ",width=1,height=1,scrollbars=yes");
for (sizeheight = 500; sizeheight < winheight; sizeheight += heightspeed) {
sizer.resizeTo("1", sizeheight);
}
for (sizewidth = 1; sizewidth < winwidth; sizewidth += widthspeed) {
sizer.resizeTo(sizewidth, sizeheight);
}
sizer.location = website;
}
else
window.location = website;
}
//  End -->


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -