Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 intChar in line 301 in members.asp
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Jóhannes
Junior Member

Iceland
139 Posts

Posted - 11 December 2003 :  06:09:31  Show Profile  Visit Jóhannes's Homepage  Send Jóhannes an AOL message
In members.asp, from line 301 is this code:

for intChar = 65 to 90
	if intChar <> 90 then
		Response.Write	"<a href=""members.asp?mode=search&M_NAME=" & chr(intChar) & "&initial=1" & strSortMethod & """" & dWStatus("Display Member Names starting with the letter '" & chr(intChar) & "'") & ">" & chr(intChar) & "</a> " & vbNewLine
	else
		Response.Write	"<a href=""members.asp?mode=search&M_NAME=" & chr(intChar) & "&initial=1" & strSortMethod & """" & dWStatus("Display Member Names starting with the letter '" & chr(intChar) & "'") & ">" & chr(intChar) & "</a><br /></font></td>" & vbNewLine
	end if



I need to add intChar 193, 198, 201, 205, 211, 214, 218 and 222.
How do I do that?

Jóhannes

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 11 December 2003 :  07:40:16  Show Profile
try adding the response.write line (the first one) before the for statement replacing intChar with the others you want. for example:

Response.Write "<a href=""members.asp?mode=search&M_NAME=" & chr(193) & "&initial=1" & strSortMethod & """" & dWStatus("Display Member Names starting with the character '" & chr(193) & "'") & ">" & chr(193) & "</a> " & vbNewLine

and then keep adding statements like this for each one. not sure it will work once you click on the link, but it's worth a try.

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page

Jóhannes
Junior Member

Iceland
139 Posts

Posted - 11 December 2003 :  09:03:02  Show Profile  Visit Jóhannes's Homepage  Send Jóhannes an AOL message
Thanks Nikkol, this works!

Jóhannes

Go to Top of Page

Nikkol
Forum Moderator

USA
6907 Posts

Posted - 11 December 2003 :  13:38:50  Show Profile
you're welcome!

Nikkol ~ Help Us Help You | ReadMe | 3.4.03 fixes | security fixes ~
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07