如何把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 模板我知道是什么,但我现在调用有问题,毕竟别人做的和自己做的不一样,所以我现在想解决这个问题 展开
<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 模板我知道是什么,但我现在调用有问题,毕竟别人做的和自己做的不一样,所以我现在想解决这个问题 展开
2个回答
展开全部
我用手工方法拷贝到数据库字段中了 是备份属性 可以
使用网页编辑器提交 也可以
-------------------------------------
估计 有一个验证函数 验证网页代码的规范性
找到那个函数看看
使用网页编辑器提交 也可以
-------------------------------------
估计 有一个验证函数 验证网页代码的规范性
找到那个函数看看
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询