bbs.js

来自「论坛 asp环境」· JavaScript 代码 · 共 35 行

JS
35
字号
skins=getCookie('skins')

function bbsxptop(){
document.write("")
}

function bbsxpbottom(){
document.write("")
}


function valignmain(){
document.write("<div align=center>")
document.write("<table width=770 height=210 border=0 cellpadding=0 cellspacing=0>")
document.write("<tr>")
document.write("<td width=140 rowspan=2><img src=images/skins/"+skins+"/001_1.gif width=140 height=210></td>")
document.write("<td width=251 height=110><img src=images/skins/"+skins+"/001_2.gif width=251 height=110></td>")
document.write("<td width=373><img src=images/skins/"+skins+"/001_3.gif width=379 height=110></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td height=100 colspan=2 background=images/skins/"+skins+"/001_4.gif>&nbsp;</td>")
document.write("</tr>")
document.write("</table>")
document.write("</div>")
document.write("<tr>")
document.write("<td height=100 colspan=2 valign=top>")
}

function valigntop(){
}

function valignbottom(){
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?