If the user has yet to log in the below script should read as follows:
<%
if request.cookies("user")("firstname") = "" then
response.redirect "login.asp"
end if
%>
Create a cookie with the information from the database that check the login info and add this code to each page where the user needs to log in everytime
<%
if request.cookies("login") = "" then
response.redirect "another_page.asp"
end if
%>
This basically...
Create a page with the layout necessary making as many editable region as you need, save your page as a template (.dwt) then when you do file new from template the new page will maintain all editable regions for use...
Another options would be to create a table including an include file as...
If you have a .asp page which for example processes a form and you're trying to open this processing asp page, you will not see it or will get an error...
Well, after speaking today with a couple of friends (ex co-workers) they just told me that it was not just me that was let go, but 8 employees in total from different departments. Eventhough it's not a good feeling to be layed off at least it help knowing that one was not the only target and or...
Well, Thank you very much Zathras for all your help.
As of today (July 16th 3:00 pm) I have lost my job.
The company I worked for announced that due to recent lossess in profits they had no choice but to seriously consider cutting down some expenses. And I was the first to go after 6 years...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.