/* Check to make sure we are connected to the database before allowing access to the home page. If not connected, go connect and initialize; otherwise, welcome the user.\ */ if(!database.connected()) redirect("init.htm"); Employer Information

Please enter and/or update your employer information as necessary.
cursor = database.cursor("select * from employer"); cursor.next() if (cursor.name == null ) { client.action = "insert"; } else { client.action = "update"; }
} else {}} else {}} else {}} else {}} else {}} else {}} else {}} else {} } else { } } else { } } else { } } else { } } else { } } else {}} else {}
Employer Name: if (cursor.name == null) {
Employer ID: if (cursor.employer_id == null) {
Control Number: if (cursor.control_no == null) {
Suffix: if (cursor.suffix == null) {
Account: if (cursor.account == null) {
Plan Number: if (cursor.plan_no == null) {
Claim Office Code: if (cursor.claim_office_code == null) {
Customer Code: if (cursor.customer_code == null) {
Street Address: if (cursor.address == null) {
City: if (cursor.city == null) {
State: if (cursor.state == null) {
Zip Code: if (cursor.zip == null) {
Phone: if (cursor.phone == null) {
Admin Name: if (cursor.admin_name == null) {
Admin E-mail: if (cursor.admin_email == null) {

Return to Main Menu