📄 calendar.js
字号:
document.onclick=function(e){
var t=!e?self.event.srcElement.name:e.target.name;
if (t!="popcal") gfPop.fHideCal();
}
//**********************
// form_name form name char type
// input_name imput name char type
// calendar_dir calendar directory char type
//**********************
function ebis_calendar(form_name,input_name,calendar_dir,b){
if(b){
with(document){
write('<A href="javascript:void(0)" onclick="gfPop.fDemoPopDepart(document.all(\''+input_name+'\'),'+b+');return false;"><IMG name="popcal" src="'+calendar_dir+'/calbtn.gif" border=0 alt=""></A>');
}
}else{
with(document){
write('<A href="javascript:void(0)" onclick="gfPop.fDemoPopDepart(document.all(\''+input_name+'\'));return false;"><IMG name="popcal" src="'+calendar_dir+'/calbtn.gif" border=0 alt=""></A>');
}
}
}
//**********************
// calendar_dir calendar directory char type
//***********************
function iframe_insert(calendar_dir){
document.write('<iframe width=124 height=153 name="gToday:supermini:agenda.js" id="gToday:supermini:agenda.js" src="'+calendar_dir+'/ipopeng.htm" scrolling="no" frameborder="0" style="visibility:hidden; z-index:65535; position:absolute; top:0px;"></iframe>');
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -