The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
hello every one !
I'd like to open a page for a member whose I select his number from the adminstration !
so I do this in config.asp :
Dim strIdMember
strIdMember = Application(strCookieURL & "STRIDMEMBER")
and i do this in admin_config_features.asp :
<td class=""h"" align=""center""><b>Enter The member id</b></td>" & vbNewLine & _
" <td class=""f2ts"">" & vbNewLine & _
" <input type=""text"" name=""strIdMember"" size=""45"" maxLength=""50"" value=""" & chkExistElse(strIdMember,"0") & """>" & vbNewLine & _
" <a href=""pop_config_help.asp?mode=features"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr valign=""middle"">" & vbNewLine & _
now i want the condition wich allow the member id which i enter it to acces a page !!!!
It's like this :
if MemberID = chkString(strIdMember, "0") then
please help me !!
I'd like to open a page for a member whose I select his number from the adminstration !
so I do this in config.asp :
Dim strIdMember
strIdMember = Application(strCookieURL & "STRIDMEMBER")
and i do this in admin_config_features.asp :
<td class=""h"" align=""center""><b>Enter The member id</b></td>" & vbNewLine & _
" <td class=""f2ts"">" & vbNewLine & _
" <input type=""text"" name=""strIdMember"" size=""45"" maxLength=""50"" value=""" & chkExistElse(strIdMember,"0") & """>" & vbNewLine & _
" <a href=""pop_config_help.asp?mode=features"">" & getCurrentIcon(strIconSmileQuestion,"","") & "</a></td>" & vbNewLine & _
" </tr>" & vbNewLine & _
" <tr valign=""middle"">" & vbNewLine & _
now i want the condition wich allow the member id which i enter it to acces a page !!!!
It's like this :
if MemberID = chkString(strIdMember, "0") then
please help me !!