<%@ LANGUAGE = JScript %> <% // check first if user logged in already... // if not redirect to login page. Response.Buffer=true; var sessionID = Request.Cookies("sic-user"); if (sessionID == "0" || sessionID == null || sessionID == ""){ // user has not registered yet, go to login script Response.Redirect("login.html"); } %> SIC Gruppe - Karriere: Beraterprofil - Account


                 Work On Your Profile

Create and edit profile

Update Profile

Make your profile current:
1. Personal data 2. Desired position
3. Knowledge and skills 4. Professional experience 5. Education.
Before you enter your data read our statement on data privacy!
 

View profile

View Profile

Get a printable version of your profile ab.
 

Delete profile

Delete Profile

Delete your account and your profile at SIC.
 

Edit Account

Edit account

Change your password and e-mail address.

 
 

Copyright (c) 1999 SIC Group - EDV-Systemintegration & Consulting
Design by Fragment Art & Research, Inc.

 

 

<% Response.Flush(); %>