cnt ;
}
}
}
// 非公共函数,被其它的函数调用;
// Simple popup
function dts(d,text) {
txt = "<TABLE WIDTH=" width " BORDER=0 CELLPADDING=" border " CELLSPACING=0 BGCOLOR="" backcolor ""><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR="" fcolor ""><TR><TD><FONT FACE="宋体" COLOR="" textcolor "">" text "</FONT></TD></TR></TABLE></TD></TR></TABLE>"
layerWrite(txt);
dir = d;
disp();
}
// Caption popup
function dtc(d,text, title) {
txt = "<TABLE WIDTH=" width " BORDER=0 CELLPADDING=" border " CELLSPACING=0 BGCOLOR="" backcolor ""><TR><TD><TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><TD><SPAN ID="PTT"><FONT COLOR="" capcolor "">" title "</FONT></B></SPAN></TD></TR></TABLE><TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0 BGCOLOR="" fcolor ""><TR><TD><SPAN ID="PST"><FONT COLOR="" textcolor "">" text "</FONT><SPAN></TD></TR></TABLE></TD></TR></TABLE>"
layerWrite(txt);
dir = d;
disp();
}
// Sticky
function stc(d,text, title) {
sw = 1;
cnt = 0;
评论加载中…
![]() |