?? 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 + -