如何把html模板存入数据库,或者怎么直接调用html文件作为模板 10

<html><head><title>h_title</title></head><body><divid="banner"><imgsrc="images/banner... <html>
<head>

<title>h_title</title>
</head>
<body>
<div id="banner"><img src="images/banner1.gif"><img src="images/banner2.gif"><img src="images/banner3.gif"><img src="images/banner4.gif"><img src="images/banner5.gif"><img src="images/banner6.gif"></div>
<table width="600px" border="0" cellspacing="1" cellpadding="0">
<tr>
<td colspan="2" style="background-color:#999999">h_title</td>
</tr>
<tr>
<td colspan="2" style="background-color:#ffffff">h_time   作者:  h_author</td>
</tr>
<tr>
<td colspan="2" style="background-color:#ffffff;display: none" id="Content">h_content</td>
</tr>
<tr>
<td colspan="2" style="background-color:#ffffff" id="divContent"></td>
</tr>
<tr>
<td colspan="2" style="background-color:#ffffff" id="divPagenation"></td>
</tr>
<tr>
<td width="324" style="background-color:#ffffff"><SCRIPT LANGUAGE="JavaScript" src="http://localhost/fenye.asp?id=id2&root=root2"></script></script></td>

</tr>

</table>
<SCRIPT LANGUAGE="JavaScript">
<!--
function DHTMLpagenation(content) {
// client static html file pagenation
this.content=content;
this.contentLength=content.length;
this.pageSizeCount;
this.perpageLength=100; //default perpage byte length.
this.currentPage=1;
//this.regularExp=/.+[\?\&]{1}page=(\d+)/;
this.regularExp=/\d+/;
this.divDisplayContent;
this.contentStyle=null;
this.strDisplayContent="";
this.divDisplayPagenation;
this.strDisplayPagenation="";

arguments.length==2?perpageLength=arguments[1]:'';
try {
divExecuteTime=document.createElement("DIV");
document.body.appendChild(divExecuteTime);
}
catch(e)
{
}
if(document.getElementById("divContent"))
{
divDisplayContent=document.getElementById("divContent");
}
else
{
try
{
divDisplayContent=document.createElement("DIV");
divDisplayContent.id="divContent";
document.body.appendChild(divDisplayContent);
}
catch(e)
{
return false;
}
}
if(document.getElementById("divPagenation"))
{
divDisplayPagenation=document.getElementById("divPagenation");
}
else
{
try
{
divDisplayPagenation=document.createElement("DIV");
divDisplayPagenation.id="divPagenation";
document.body.appendChild(divDisplayPagenation);
}
catch(e)
{
return false;
}
}
DHTMLpagenation.initialize();

};
// method
// DHTMLpagenation(strContent,perpageLength)
DHTMLpagenation(document.getElementById('Content').innerHTML,300);
//-->
</SCRIPT>

</body>
</html>
这是部分代码,我用form调用asp文件存入数据库,多了下面的java分页代码(代码太多,上面只是一部分)以后就存不进去了,不加入下面的java代码是可以存储的,本人qq312300491或者百度hi我也在
TO:wchm001 模板我知道是什么,但我现在调用有问题,毕竟别人做的和自己做的不一样,所以我现在想解决这个问题
展开
 我来答
yzy9310
2009-01-15 · TA获得超过1204个赞
知道小有建树答主
回答量:1632
采纳率:75%
帮助的人:756万
展开全部
我用手工方法拷贝到数据库字段中了 是备份属性 可以

使用网页编辑器提交 也可以

-------------------------------------
估计 有一个验证函数 验证网页代码的规范性

找到那个函数看看
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
wchm001
2009-01-14 · 超过25用户采纳过TA的回答
知道答主
回答量:231
采纳率:0%
帮助的人:167万
展开全部
如果你要做网站,建议你使用现成的CMS系统或者论坛系统,使用之后就知道什么是模板的概念了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式