volition
Starting Member
USA
49 Posts |
Posted - 30 May 2003 : 16:10:45
|
I found a slight error in the code posted here: http://forum.snitz.com/forum/topic.asp?ARCHIVE=true&TOPIC_ID=38928
Title: Email Search for Admin (Members.asp) Forum Version: Snitz 3.4.03 Ease of installation: 2 - Easy Created by: Tyler M. Purpose: Allows administrator to find users by email address in members section. Installation: Follow the directions in this message. (only 4 changes needed) Download: n/a
I noticed that the email checkbox gets unchecked each time you do a seach instead of staying checked.
Here is the fix.
CODE AS POSTED: IF mLev > 3 THEN Response.Write " <input type=""checkbox"" name=""Email"" value=""1""" & chkRadio(srchLname,1,true) & ">Email" & vbNewline
SHOULD BE: IF mLev > 3 THEN Response.Write " <input type=""checkbox"" name=""Email"" value=""1""" & chkRadio(srchEmail,1,true) & ">Email" & vbNewline
|
Volition® - The Net's Oldest Free-Stuff Site Snitz Forum at http://forum.volition.com/ |
|