Понял в чем трабл Черная ленточка не отображается , потому что в скрипте https://web.archive.org/web/20160903194454/http://i.ru-board.com/Cheery/js/board.js ссылка на саму ленточку не работает.
Попытался вставить board.js код прямо в HTML -- косяки с этим куском (Opera 9.27 интерпретирует этот код как закрытие скрипта):
Код:
// "fast quote" code... written by Cheery
if ((document.attachEvent||document.addEventListener)&&/\/topic\.cgi/i.test(window.location.href)&&!Get_Cookie('finsert')&&ipath) document.write('<script src="'+ipath+'/quote.js"></script>')
//end quote
var b_tags='chess|b|i|s|u|strike|c|center|sub|sup|size%|color%|font%|code|quote|q|no|url%|email%|img|list%|table|#|more%|user%'
if(ipath)document.write('<script src="'+ipath+'/check_tags.js"></script>')
Попытался вставить board.js код прямо в HTML -- косяки с этим куском (Opera 9.27 интерпретирует этот код как закрытие скрипта):
Код:
// "fast quote" code... written by Cheery
if ((document.attachEvent||document.addEventListener)&&/\/topic\.cgi/i.test(window.location.href)&&!Get_Cookie('finsert')&&ipath) document.write('<script src="'+ipath+'/quote.js"></script>')
//end quote
var b_tags='chess|b|i|s|u|strike|c|center|sub|sup|size%|color%|font%|code|quote|q|no|url%|email%|img|list%|table|#|more%|user%'
if(ipath)document.write('<script src="'+ipath+'/check_tags.js"></script>')