R
RonB
Hi all,
I'm new to programming web sites using ASP. Can someone explain the
following code to me? I understand that it the condition is true it will
redirect to the correct page. What I don't understand is the IsUserAllowed
function/method.
<%
if not IsUserAllowed(ut_sales_rep + ut_reg_mgr + ut_vice_pres + ut_pres +
ut_plant_mgr) then
response.Redirect ("QualityEng.asp")
end if
%>
%>
I'm new to programming web sites using ASP. Can someone explain the
following code to me? I understand that it the condition is true it will
redirect to the correct page. What I don't understand is the IsUserAllowed
function/method.
<%
if not IsUserAllowed(ut_sales_rep + ut_reg_mgr + ut_vice_pres + ut_pres +
ut_plant_mgr) then
response.Redirect ("QualityEng.asp")
end if
%>
%>