// Check to make sure they've logged in as the administrator securityCheck(client.valid, client.usertype, "admin", "../login.htm"); // Dynamically generate the body string according to the attributes in the // configuration file specified as the argument of dynBody() bodystr = dynBody("settings.cfg"); if(!dbCheck()) { redirect("../error.htm?error=dbfail"); } cursor = database.cursor("select * from employer order by busname"); cursor.next(); // Initialize the cursor.

Account Administration


View an Account Profile

Choose an Employer Profile

Choose a Seeker Profile


Activate or Deactivate an Account

Choose an Employer Account

Choose an Advertiser Account


Add or Modify an Account

Choose an Advertiser Account


Return to the WorkNet Home Page.