标题:[求助]response.write中字数怎样限制长度??
取消只看楼主
gmqq
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2006-11-2
 问题点数:0 回复次数:3 
[求助]response.write中字数怎样限制长度??
是一个搜索文件的源码:

问题所在:Response.Write "<td width=""300"" height=""55"" align=""center"">"&rs("content")&"</a></td>"

content是产品简介,但字数显示长度却无法限制,我试着这们写了一下:

response.write (left(rs("content"),87))
response.write ("...")

但是不行,所以请大家邦一下,感谢

Response.Write "<td width=""145"" height=""55"">&nbsp;<a href=""../Html/"&Rs("ID")&".html"" target=""_blank"">"&Rs("Title")&" <font color=red>"&keyword&"</font> </a></td>"
Response.Write "<td width=""300"" height=""55"" align=""center"">"&rs("content")&"</a></td>"
Response.Write "<td width=""80"" height=""25"" align=""center"">"&Rs("CLASSID")&" </a></td>"
Response.Write "<td width=""50"" height=""25"" align=""center""><Font Color=#FF0000>"&Rs("hits")&" </a></td>"
Response.Write "<td width=""160"" height=""145"" align=""name""strlen=""40"">"&Rs("name")&"</a></td>"


[此贴子已经被作者于2006-11-17 18:21:54编辑过]

搜索更多相关主题的帖子: response write 字数 长度 
2006-11-17 18:21
gmqq
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2006-11-2
得分:0 
感谢回答,不过还是没有解决啊

你的写法是对的,但显示的时候会跳出框架外显示,
和我写的:
response.write (left(rs("content"),87))
response.write ("...")
是一样的结果

问题是一定在要在指定框架内显示,

Response.Write "<td width=""300"" height=""55"" align=""center"">"&rs("content")&"</a></td>"

请在邦一下,感谢

如果可以请加我QQ:393195095

[此贴子已经被作者于2006-11-17 19:42:02编辑过]

2006-11-17 19:33
gmqq
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2006-11-2
得分:0 
感谢版主,此问题搞定,还有个问题,请在帮忙看看,谢谢了

问题:怎样让搜索时,让一句话中只是关健变红,其它字不变红?

这个读出的标题:Response.Write "<td width=""145"" height=""55"">&nbsp;<a href=""../Html/"&Rs("ID")&".html"" target=""_blank""><font color=red>"&Rs("Title")&"</font> </a></td>"

我加入<font color=red>出现整个标题都变红了,请问我的语法错在那里?
2006-11-17 19:58
gmqq
Rank: 1
等 级:新手上路
帖 子:18
专家分:0
注 册:2006-11-2
得分:0 
按照你的提示,我进行了关健字的替换,不过却显示不出来,请问错在那里?
Response.Write "<td width=""145"" height=""55"">&nbsp;<a href=""../Html/"&Rs("ID")&".html"" target=""_blank"">"(&Rs("Title")&" ,""&keyword&"","<font color=red>"&keyword&"</font>")</a></td>"


错误类型:
Microsoft VBScript 编译器错误 (0x800A03EA)
语法错误
/vod/so/go.asp, line 97, column 112
Response.Write "<td width=""145"" height=""55"">&nbsp;<a href=""../Html/"&Rs("ID")&".html"" target=""_blank"">"(&Rs("Title")&" ,""&keyword&"","<font color=red>"&keyword&"</font>")</a></td>"

[此贴子已经被作者于2006-11-17 21:52:20编辑过]

2006-11-17 21:26



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-103660-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.267246 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved