Trouble Understanding Code

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
%>

%>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top