bodystr = dynBody("settings.cfg");
Your records have been updated!
var profile = "";
var destination = "";
var homeURL = "";
// Return a set of dynamically assigned links defined by the request
// type, which is assigned on each update page.
if (request.type == "seeker") {
profile = "seditpro.htm";
homeURL = "seekhome.htm";
}
if (request.type == "employer") {
profile = "eeditpro.htm";
homeURL = "emphome.htm";
}
if (request.type == "jobs") {
profile = "joblist.htm";
homeURL = "../home.htm";
}
if (request.type == "advert") {
profile = "../advert/adlist.htm";
homeURL = "../manage/manage.htm";
}
Return to your Profile
Return to your Home