推荐:asp货币大写转换函数Function AtoC(a As Currency) As String '说明:本函数适合于万亿以下的货币转换,允许A的值是最多两位小数 '定义两个字符串,此处汉字与数字均按一位计算 Dim String1 As String '如下定义 Dim String2 As String '如下定义 Dim String3 As String '从原A
<% set recordset1=server.createobject("adodb.recordset") exec="SELECT * FROM news where id="&id recordset1.Open exec,conn,1,1 %> <table width="85%" border="0" align="center" cellpadding="3" cellspacing="0"> <tr> <td > .......
<% If Request("page")="" Then pageNum=0 Else pageNum=Request("page") End if ContentStr=split(recordset1("detail"),"||") For i=pageNum to pageNum %> <%=ContentStr(i)%> <% Next %> </td> </tr> <%if ubound(ContentStr)>=1 then%> <tr> <td height="30" >本文共分 <% For p = 0 to ubound(ContentStr) if p+1= Request("page")+1 then a="<font color=red>" aa="</font>" else a="" aa="" end if %> <a href="detail.asp?ID=<%=request("ID")%>&page=<%=p%>"><%=a%><%=p+1%><%=aa%></a> <% Next %> 页 </td> </tr> <%end if%> |
添加文章时,在想分页的地方,加入分割符 || 即可。
分享:怎样限制只能中文输入的方法。function isCharsInBag (s, bag) { var i,c; for (i = 0; i s.length; i++) { c = s.charAt(i);//字符串s中的字符 if (bag.indexOf(c) -1) return c; } return ; } 检查函数: function ischinese(s) { var errorChar; var badChar = ABCDEFGHIJKLMNOPQRST