admin_pmmaint_index.asp - نوشته شده در (1579 Views)
Advanced Member
Carefree
مطلب: 4224
4224
There are a pair of routines (lines 225-251 and lines 419-445) in this file to create links for all the letters in the alphabet. I wrote a 4 line routine that does the same thing. If anyone has a need for creating alphabetic links, this may help:

Code:

	For ltr=65 to 90
strltr = chrW(ltr)
Response.Write " <a href=""admin_pmmaint_index.asp?mode=search&M_NAME=" & strltr & """><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>" & strltr & "</font></a>" & vbNewLine
next
<
 پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
 تعداد در صفحه 
نوشته شده در
Advanced Member
Etymon
مطلب: 2396
2396
If I remember correctly most of the MODs that do the alphabet don't do the numbers as well. Might you have a routine for numbers too? smile<
نوشته شده در
Advanced Member
Carefree
مطلب: 4224
4224
Sure, just change the numbers in the first line to:
for ltr=48 to 57<
نوشته شده در
Advanced Member
Etymon
مطلب: 2396
2396
wink<
 
شما باید یک متن وارد کنید