📄 ind_html_hr.js
字号:
document.write("<STYLE TYPE='text/css'>");
document.write(".hrBorder{height:1; border-top:medium none; border-left:medium none; border-right:medium none; border-bottom:medium none;}");
document.write("</STYLE>");
function Draw_HR(pW,pC1,pC2){try{
var s='';
if(typeof(pW)=='undefined') pW='650px';
if(typeof(pC1)=='undefined') pC1='buttonshadow';
if(typeof(pC2)=='undefined') pC2='buttonhighlight';
s+="<TABLE border=0 cellpadding=0 cellspacing=0 width='"+pW+"' height='3px'>";
s+="<tr><td bgcolor='"+pC1+"' class=hrBorder style='height:1px;'></td></tr>";
s+="<tr><td bgcolor='"+pC2+"' class=hrBorder style='height:1px;'></td></tr>";
s+="</TABLE>";
document.write(s);
}catch(e){}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -