?? 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");
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -