Url for ccap member welcome page
-
Hi there,
I am setting up a site that will use custom capabilities for members to allow different levels of access. I have set up and created welcome pages for all the levels and when someone logs on they go to their appropriate welcome screens as expected.
My question is how do I set up a link back to that screen. I want to use it as a kind of home page for each member so I need to be able to link back to it. I have tried using Java to redirect a blank page to the welcome page using this script:
<script type=”text/javascript” language=”javascript”>
window.navigate=(S2MEMBER_LOGIN_WELCOME_PAGE_URL);
</script>but it is not working. Is there an easier way to do this?
Or is there another way to recall the welcome page without going back through the login?Many thanks
Alex
- The topic ‘Url for ccap member welcome page’ is closed to new replies.