求websnap中PageProducerHTMLTag 的完整的一个例子(内容全的50分) ( 积分: 50 )

  • 主题发起人 主题发起人 wbf810207
  • 开始时间 开始时间
W

wbf810207

Unregistered / Unconfirmed
GUEST, unregistred user!
求websnap中PageProducerHTMLTag 的完整的一个例子,包括.html文件里的代码
 
求websnap中PageProducerHTMLTag 的完整的一个例子,包括.html文件里的代码
 
怎么没人 回帖啊 ,小弟急用啊 ,求大家帮帮忙啊!!
 
老兄,咱们是同名相连,我也求了,没人理我
看来我是毕不了业了,你做好了给我看看
 
if TagString='okerr' then
begin
//标题、提示1、提示2、返回串1、返回串2、返回串3、返回串4、返回串5
// bt ts1 ts2 fh1 fh2 fh3 fh4 fh5
ReplaceText:=WebContext.Session.Values['okerr'];
end;

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>出错了</title>
</head>
<body>
<br>
<table width="400" border="0" height="240" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"class="style3" height="20"><strong>#aa#</strong></td>
</tr>
<tr>
<td class="style1"><B>#bb#</B></td>
</tr>
<tr>
<td height="10"></td>
</tr>
<tr>
<td class="style1">#cc#
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="center" class="style1"><a href="javascript:history.go(-1)">返回上一页</a>   <a href="htmshow?page=indexcn">返回首页</a></td>
</tr>
</table>
</body>
</html>
<script language="javascript">

<#okerr>
var str=document.body.innerHTML;
str=str.replace(/#aa#/g,bt);
str=str.replace(/#bb#/g,zw1);
str=str.replace(/#cc#/g,zw2);
document.body.innerHTML=str;
</script>
 
后退
顶部