
You are being redirected to ABC Office. Why? has joined their sister company ABC Office to provide our customers with a greater product selection, while offering the same great prices and service you have come to love and expect!If you have questions or concerns during this transition please give us a call at 1-800-658-8788, or email us at sales@abcoffice.com.
You are being redirected to ABC Office. Why? has joined their sister company ABC Office to provide our customers with a greater product selection, while offering the same great prices and service you have come to love and expect!If you have questions or concerns during this transition please give us a call at 1-800-658-8788, or email us at sales@abcoffice.com.
You are being redirected to ABC Office. Why? has joined their sister company ABC Office to provide our customers with a greater product selection, while offering the same great prices and service you have come to love and expect!If you have questions or concerns during this transition please give us a call at 1-800-658-8788, or email us at sales@abcoffice.com.
Home >
Web Cam Office Equipment Demos
Web Cam Office Equipment Demos |
|
You will need a broadband Internet connection, preferably DSL or faster. You will also need an available telephone line for audio communication with the salesperson. This new interactive Web cam demo is brought to you at no cost. You will not be pressured into making a purchase. The purpose of this demo is to educate and answer questions.
Required fields are in red.
if (isset($_POST['pass']) && (isset($error) && $error=="")) { $name = (isset($_POST["name"])) ? $_POST["name"] : null; $email = (isset($_POST["email"])) ? $_POST["email"] : null; $phone = (isset($_POST["phone"])) ? $_POST["phone"] : null; $comments = (isset($_POST["comments"])) ? $_POST["comments"] : null; $maillist = (isset($_POST['maillist'])) ? $_POST['maillist'] : null; $subject = (isset($_POST['subject'])) ? $_POST['subject'] : null; $from = $email; $REMOTE_ADDR = (isset($_SERVER['REMOTE_ADDR'])) ? $_SERVER['REMOTE_ADDR'] : null; $REMOTE_PORT = (isset($_SERVER['REMOTE_PORT'])) ? $_SERVER['REMOTE_PORT'] : null; $SERVER_NAME = (isset($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : null; $HTTP_USER_AGENT = (isset($_SERVER['HTTP_USER_AGENT'])) ? $_SERVER['HTTP_USER_AGENT'] : null; $address = "forms@abcoffice.com"; if ($maillist == 'subscribeme') { $address.=",subscribe@abcoffice.com"; } $message = $subject . " Information:\r\n"; $message .= "-----------------------\r\n"; if (isset($subject) && $subject == "Contact Us Form") { $message .= "Name: ".$name."\r"; $message .= "E-mail Address: ".$email."\r"; $message .= "Phone Number: ".$phone."\r"; $message .= "Comments: ".$comments."\r\n"; $message .= "-----------------------\r\n"; $message .= "Miscellaneous Information:\r"; $message .= "Environment Variables:\r\n"; $message .= "Remote Host: www.abcoffice.com\r"; $message .= "Remote Address: ".$REMOTE_ADDR."\r"; $message .= "Remote Port: ".$REMOTE_PORT."\r"; $message .= "Server Name: ".$SERVER_NAME."\r"; $message .= "Browser/System Type: ".$HTTP_USER_AGENT."\r\n"; $message .= "**************************************************************************************\r\n"; } if (mail($address,"ABC Office ".$subject, $message,"From: $from\r\n\n")) { echo '
Thank You!
We have received your request form an online demonstration. We will contact you shortly.
'; } else { echo '
Form Submission Error
There was an error in processing this form. Please contact us directly at 800-658-8788 or email us at customerservice@abcoffice.com
'; } } else { echo $error; } ?>