ASP กับแนวความคิดเรื่อง Folksonomy
posted on 19 Mar 2006 13:29 by teno in Web-Tech<%
tags = split(MasterSet1.Fields.Item("BabyTags").Value)'
'tags = split("f f f e e s fr r")
for er = lbound(tags) to ubound(tags)
response.write "<a href=""tag.asp?tag="&tags(er)&""">"&tags(er)&"</a> "
next
%>
#1 By * ~ หัวใจเดินทาง ~ * on 2006-03-19 22:36