Ask a Question related to Macromedia ColdFusion, Design and Development.
-
coryd218 #1
Redirect to URL in database
Okay, i have a slight problem. I have developed a login page for section
managers of my workplace. Once they login it should take them to a page that
displays their personnel and there training status. I have their login,
password and URL to their page in a table that is in the database.
So heres how i have it now. They login and it sends there id and password to
validate.cfm. This page checks the id and password and verifies it matches.
There are several IF statements in this validate page to determine who the
person is, and what URL to go to. On the screen they just see a page that says
LOADING and it has our logo on it. I was using a javascript redirect so the
page would redirect to one particular page. I used this for individuals and it
worked fine b/c the template page worked for everyone. Each page for the
managers is different however (different types of training) and it needs to be
sent to their particular page listed in the database or in an IF statement.
Is there anyway to have an auto redirect to their URL that is in a database or
one that i list in an IF statement? Please Help!
coryd218 Guest
-
redirect page using database entry
i have a database coloum called 'credit'. it has got numbers(Currency, amount in INR). When i click Remove Money it deducts(minuses) the amount from... -
Delete form redirect if not in database
Hello:-> I'm having some difficulty trying to get my delete form to redirect to another page when the incoming data doesn't exist in the... -
redirect to guest if first redirect is doesnt work for a user
Hi all, I was wondering if anyone could help me solve a problem Once a user hits a certain webpage ..I try to redirect them to another using... -
Passing database info to page allow user input then pass into another database
Hi I really am going crazy! I'm using VBScript, ASP, and SQL My page reminds me of a shopping cart but looking at shopping cart examples has not... -
Redirect to New Browser Window like Response.Redirect
That worked just fine for me as long as you put that open statement on one line rather than 2. "michel" <michely3k@yahoo.com> wrote in... -
simontux #2
Re: Redirect to URL in database
What about using <cflocation addtoken="no" url="......">
This should do the job if I am understanding your question correctly.
simontux Guest



Reply With Quote

