Logout(); GoToPage("login.html?message=$message"); exit; } else if ($action == "sendpass") { $message = SendPassword($link, $user); } else { $userid = $login->CheckLogin($user, $pass, $id, $pwd, false); if ($userid > 0) { if (!empty($request) && ($request == "support")) { GoToPage("support-request.html"); exit; } else if (!empty($request) && ($request == "knowledgebase")) { GoToPage("/kb/"); exit; } else if (!empty($request) && ($request == "webinars")) { GoToPage("/webinars.html"); exit; } else if (!empty($request) && ($request == "phpkb")) { GoToPage("/kb/"); exit; } else if (!empty($request) && ($request == "beta")) { GoToPage("beta_request.html"); exit; } else if (!empty($page) && ($page != "")) { GoToPage("$page"); exit; } else if (!empty($docid) && ($docid > 0)) { $url = $docsupport == "true" ? "doc_support_download.html" : "doc_download.html"; GoToPage("$url?docid=$docid&source=$source"); exit; } else if (!empty($code)) { GoToPage("software_download.html?c=".$code); exit; } else if (!empty($reg) && ($reg == "prod")) { GoToPage("profile-register-product.html"); exit; } else if (!empty($reg) && ($reg == "prodnew")) { GoToPage("profile_register_product_new.html"); exit; } else if (!empty($reg) && ($reg == "cofa")) { GoToPage("COA.html"); exit; } else { $message = WelcomeUser($link, $userid); $echo = false; } } else if ($userid == -1) { SendValidationEmail($link, 0, $user, "&docid=$docid"); $message = "Login not validated — please check your email for instructions"; } else if ($userid == -2) { $message = "Invalid login — Please contact ForteBio"; } else { $message = "Login incorrect — Please re-enter your information"; } } } else if ($userid != 0) { $message = WelcomeUser($link, $userid); $echo = false; } ?> ForteBio :: Login PageHeadCustom($userid); ?>
PageHeader($userid); $bannermenus = new BannerMenus_forte($link, $DB_USER_TABLE, $path); $bannermenus->Banner($userid); $bannermenus->MenuBar($menuloc); ?>
 
Login for '. $h1 . ''; echo ""; ?>
SideMenuBar($menuloc); ?>

Accessing the knowledgebase requires a simple, one-time registration.

Thank you for your interest in ForteBio.

To better serve you, downloading literature requires a simple, one-time registration.

Logging in here allows you to download literature from our Learning page and allows you to register products to get the most up-to-date information such as new application information and software updates.

Logging in allows you to access downloadable and streaming files (customer presentations from industry meetings, application notes, technical notes, product datasheets and application posters, and more) in our Learning pages, and to register products.

Please note that our online shop (available to US customers) requires a separate registration and login.

Questions? Send inquiry

You are now logged in and can download literature, register a product, download software updates and access the Support Center.

 
PageFooter(); ?>
0) { $password = GetNewUserPassword($link, $userid); $subject = "Your ForteBio password..."; $body = "Here is your new ForteBio password: $password\n"; $body .= "After you login, you may change your password by clicking 'Edit Profile' at the top of the page.\n"; $headers = "From: $FROM_EMAIL"; mail($email, $subject, $body, $headers); $msg = "Password sent"; } return $msg; } mysql_close($link); ?>