你出现的问题估计是这种可能page.js和start.htm没改
在HP的设置里把版权填上≡★色中色论坛★≡ 制作里填上自己的名字
HP设置中的page.js按下面的填写引用:var pages = new Array();
{PAGE}
function loadurl(url,num)
{
//alert(num);
if (num == undefined)
{
parent.document.title = '作者:{作者} - 制作:{制作} - {版权}';
document.location = url;
}
else
{
parent.txt = num;
if (num == -1)
{
parent.document.title = '作者:{作者} - 制作:{制作} - {版权}';
document.location = "index.htm";
}
else
{
parent.document.title = '作者:{作者} - 制作:{制作} - {版权}';
document.location = url;
}
}
}
function loadtxt(i)
{
document.write('<script language="JavaScript" src="../txt/'+pages[0]+'.txt"></script>');
}
function setCookies(cookieName,cookieValue, expirehours)
{
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 3600000 * 356 * 24);
document.cookie = cookieName+'='+escape(cookieValue)+';expires='+expire.toGMTString();
}
function ReadCookies(cookieName)
{
var theCookie = '' + document.cookie;
var i = theCookie.indexOf(cookieName);
if (i == -1 || cookieName == '') return '';
var j=theCookie.indexOf(';',i);
if (j == -1) j = theCookie.length;
return unescape(theCookie.substring(i + cookieName.length + 1,j));
} Start.htm按下面填写引用:<html><head><title>作者:{作者} - 制作:{制作} - {版权}</title></head>
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" style="overflow:hidden">
<iframe frameborder="0" style="width:100%;height:100%" src="{默认模板}/index.htm"></iframe>
</body>
</html> 然后EXE的界面就只只填加书名号的书名就是了
[ 本帖最后由 Thending 于 2014-1-4 15:27 编辑 ] | |