📄 win.js
字号:
function linkadd(){
win=window.open("Link/Add.asp","","width=411,height=180");
}
function linkdeletes(){
win=window.open("Link/Delete.asp","信息添加","width=415,height=70");
}
function linkchange(str){
win=window.open("Link/Change.asp?id="+str,"信息添加","width=415,height=180");
}
function add(str){
win=window.open("New/Add.asp?name="+str,"信息添加","width=443,height=200");
}
function deletes(str){
win=window.open("New/Delete.asp?name="+str,"信息添加","width=415,height=70");
}
function change(str){
win=window.open("New/Change.asp?name="+str,"信息添加","width=486,height=221");
}
function searchs(str){
win=window.open("New/Search.asp?name="+str,"信息添加","width=415,height=70");
}
function systemadd(){
win=window.open("System/Add.asp","","width=411,height=220");
}
function systemdelete(){
win=window.open("System/Delete.asp","","width=415,height=70");
}
function systemchange(){
win=window.open("System/Change.asp","","width=341,height=150");
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -