Scarpozzi
Lifer
I'm working with a web portal that's about 15 years old in design. The auth portion is very clunky and doesn't give me many options. When you login, a cookie is set.
I want to create a page that provides 2 links....but only shows clients the one they need....one that links the portal auth page if they're not authenticated, and a second that bypasses it if they already are authenticated.
What's the best method to do this in html and/or javascript these days? I don't have the ability to use php due to server restriction.
Thanks.
I want to create a page that provides 2 links....but only shows clients the one they need....one that links the portal auth page if they're not authenticated, and a second that bypasses it if they already are authenticated.
What's the best method to do this in html and/or javascript these days? I don't have the ability to use php due to server restriction.
Thanks.