functionreview(oper) {
if (oper) < 10 ) {
bdhtml = window.document.body.innerHTML;// 現在のページの HTML コードを取得します
sprnstr = "";/ /印刷開始領域を設定します
eprnstr = "";//印刷終了領域を設定します
prnhtml = bdhtml.substring(bdhtml.indexOf(sprnstr) 18 ); //コードの開始 HTML の後方取得
prnhtml = prnhtml.substring(0, prnhtml.indexOf(eprnstr));//終了コードから HTML の後方取得
window.document.body. innerHTML = prnhtml;
window.document.body.innerHTML = bdhtml;
window.print(); >}
# 外側 {
display:table;
#position:relative;
overflow:hidden;
表示:テーブルセル;
垂直位置:絶対;
#上:50%;
#位置:相対;
#top: -50%;