altecusa.com Open in urlscan Pro
69.16.229.76  Public Scan

Submitted URL: https://mydocuments.altecusa.com/
Effective URL: https://altecusa.com/downloads
Submission: On June 17 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: edocman_formPOST /downloads?layout=default

<form method="post" name="edocman_form" id="edocman_form" action="/downloads?layout=default">
  <div id="edocman-category">
    <h1 class="edocman-page-heading" style="display: inline;">
      <i class="edicon edicon-folder-open"></i> Public Documents
    </h1>
  </div>
  <div class="clearfix"></div>
  <script src="https://altecusa.com/components/com_edocman/assets/js/jquery.cookie.js" type="text/javascript"></script>
  <script src="https://altecusa.com/components/com_edocman/assets/js/layout.js" type="text/javascript"></script>
  <script type="text/javascript">
    var spanClass = 'span6';
    rowFluidClass = 'span12';
  </script>
  <div class="row-fluid">
    <div id="edocman-documents" class="span12 list">
    </div>
  </div>
  <script type="text/javascript">
    function addBookmark(live_site, id) {
      jQuery.ajax({
        type: 'POST',
        url: live_site + 'index.php?option=com_edocman',
        data: 'task=document.bookmark&id=' + id + '&tmpl=component',
        dataType: 'json',
        success: function(response) {
          alert(response.result);
        }
      });
    }

    function addMassDownload(live_site, id) {
      jQuery('#btnMassDownload_' + id).attr('disabled', 'disabled');
      var data = {
        'task': 'document.store_mass_download',
        'document_id': id
      };
      jQuery.ajax({
        type: 'POST',
        url: live_site + 'index.php?option=com_edocman',
        data: data,
        dataType: 'html',
        success: function(response) {
          //alert(response.result);
          //do nothing
          jQuery('#massDownloadDiv').html(response);
        }
      });
    }
  </script>
  <script type="text/javascript">
    function changeDirection(newDirection) {
      var form = document.edocman_form;
      form.direction.value = newDirection;
      form.submit();
    }

    function deleteConfirm(id) {
      var msg = "Are you sure want to delete this item?";
      if (confirm(msg)) {
        var form = document.edocman_form;
        form.task.value = 'documents.delete';
        document.getElementById('document_id').value = id;
        form.submit();
      }
    }

    function publishConfirm(id, published) {
      var msg, task;
      if (published) {
        msg = "Are you sure want to publish this item?";
        task = "documents.publish";
      } else {
        msg = "Are you sure want to unpublish this item?";
        task = "documents.unpublish";
      }
      if (confirm(msg)) {
        var form = document.edocman_form;
        form.task.value = task;
        document.getElementById('document_id').value = id;
        form.submit();
      }
    }
  </script>
  <input type="hidden" name="direction" value="asc">
  <input type="hidden" name="cid[]" value="0" id="document_id">
  <input type="hidden" name="category_id" value="3">
  <input type="hidden" name="task" value="">
  <input type="hidden" name="return" id="return" value="aHR0cHM6Ly9hbHRlY3VzYS5jb20vZG93bmxvYWRz">
  <input type="hidden" name="4d3c867efbfefeb9573660581c596f1c" value="1">
</form>

POST /component/baforms

<form novalidate="" class="ba-form-5 fields-icons-flex-start progress-navigation-style" action="/component/baforms" method="post" enctype="multipart/form-data" data-id="5">
  <div class="ba-form-page" data-page-key="ba-form-page-1">
    <div class="ba-page-items">
      <div class="ba-form-row">
        <div class="ba-form-column-wrapper">
          <div class="span12 ba-form-column">
            <div class="ba-form-field-item ba-form-input-field " data-type="input" data-hidden="false">
              <div class="ba-input-wrapper">
                <div class="ba-field-label-wrapper">
                  <span class="ba-input-label-wrapper" id="label-39"> First Name </span>
                  <span class="required-star">*</span>
                </div>
                <div class="ba-field-container">
                  <input type="text" name="39" placeholder="" data-default="" value="" required="" aria-labelledby="label-39">
                </div>
              </div>
            </div>
            <div class="ba-form-field-item ba-form-input-field " data-type="input" data-hidden="false">
              <div class="ba-input-wrapper">
                <div class="ba-field-label-wrapper">
                  <span class="ba-input-label-wrapper" id="label-40"> Last Name </span>
                  <span class="required-star">*</span>
                </div>
                <div class="ba-field-container">
                  <input type="text" name="40" placeholder="" data-default="" value="" required="" aria-labelledby="label-40">
                </div>
              </div>
            </div>
            <div class="ba-form-field-item ba-form-input-field " data-type="input" data-hidden="false">
              <div class="ba-input-wrapper">
                <div class="ba-field-label-wrapper">
                  <span class="ba-input-label-wrapper" id="label-41"> Email </span>
                  <span class="required-star">*</span>
                </div>
                <div class="ba-field-container">
                  <input type="email" name="41" placeholder="" data-default="" value="" required="" aria-labelledby="label-41" data-validation="email">
                </div>
              </div>
            </div>
            <div class="ba-form-field-item ba-form-submit-field " data-type="submit">
              <div class="ba-form-submit-wrapper"
                style="--submit-background-color: #66dab5;--submit-background-hover: #212121;--submit-padding-top: 20px;--submit-padding-right: 60px;--submit-padding-bottom: 20px;--submit-padding-left: 60px;--submit-border-top: 0;--submit-border-right: 0;--submit-border-bottom: 0;--submit-border-left: 0;--submit-border-color: #e3e3e3;--submit-border-hover: #e3e3e3;--submit-border-radius: 0px;--submit-border-width: 1px;--submit-typography-font-family: inherit;--submit-typography-font-size: 18px;--submit-typography-letter-spacing: 0px;--submit-typography-line-height: 18px;--submit-typography-color: #ffffff;--submit-typography-hover: #ffffff;--submit-typography-font-weight: bold;--submit-typography-text-align: flex-start;--submit-typography-font-style: normal;--submit-typography-text-transform: none;--submit-icon-size: 24px;--submit-icon-color: #ffffff;--submit-icon-hover: #ffffff;--submit-icon-text-align: row;--submit-shadow-value: 0;--submit-shadow-color: rgba(0, 0, 0, 0.5);--submit-shadow-hover: rgba(0, 0, 0, 0.5);">
                <div class="ba-form-submit-recaptcha-wrapper">
                  <div id="forms-recaptcha-1718640953853" class="forms-recaptcha" data-captcha="recaptcha_invisible" data-size="invisible">
                    <div class="grecaptcha-badge" data-style="bottomright"
                      style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
                      <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-qa3zqfzct5om" frameborder="0" scrolling="no"
                          sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
                          src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6Le6L1YpAAAAAM3XFn79j3-j3hDu5R4QjAFmvb27&amp;co=aHR0cHM6Ly9hbHRlY3VzYS5jb206NDQz&amp;hl=de&amp;v=TqxSU0dsOd2Q9IbI7CpFnJLD&amp;size=invisible&amp;badge=bottomright&amp;cb=ivf4auxq3ptw"></iframe>
                      </div>
                      <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
                        style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
                    </div><iframe style="display: none;"></iframe>
                  </div>
                </div>
                <div class="ba-form-submit-btn-wrapper">
                  <input type="checkbox" class="ba-honeypot" name="ba-honeypot">
                  <a href="#" class="ba-form-submit-btn" data-captcha="recaptcha_invisible"><span class="ba-form-submit-title">Sign Up</span></a>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div class="ba-form-footer">
    <input type="hidden" name="form-id" value="5">
    <input type="hidden" name="task" value="form.sendMessage">
    <input type="hidden" name="submit-btn" value="0">
    <input type="hidden" name="page-title" value="My Documents | Downloads, Brochures, IT Whitepapers | Springfield, MO | ALTEC Solutions">
    <input type="hidden" name="page-url" value="https://altecusa.com/downloads">
    <input type="hidden" name="page-id" value="3">
  </div>
</form>

POST /downloads

<form action="/downloads" method="post" id="login-form">
  <div id="form-login-username" class="mb-3">
    <div class="input-group">
      <span class="input-group-text" aria-label="Username"><span class="fas fa-user" aria-hidden="true"></span></span>
      <input id="modlgn-username" type="text" name="username" class="form-control" tabindex="0" size="18" placeholder="Username">
    </div>
  </div>
  <div id="form-login-password" class="mb-3">
    <div class="input-group">
      <span class="input-group-text" aria-label="Password"><span class="fas fa-lock" aria-hidden="true"></span></span>
      <input id="modlgn-passwd" type="password" name="password" class="form-control" tabindex="0" size="18" placeholder="Password">
    </div>
  </div>
  <div id="form-login-remember" class="mb-3 form-check">
    <input id="modlgn-remember" type="checkbox" name="remember" class="form-check-input" value="yes">
    <label for="modlgn-remember" class="control-label">Remember Me</label>
  </div>
  <div id="form-login-submit" class="mb-3">
    <button type="submit" tabindex="0" name="Submit" class="btn btn-primary login-button">Log in</button>
  </div>
  <ul class="unstyled">
    <li>
      <a href="/forgot-username">
			Forgot your username?</a>
    </li>
    <li>
      <a href="/forgot-password">
			Forgot your password?</a>
    </li>
  </ul>
  <input type="hidden" name="option" value="com_users">
  <input type="hidden" name="task" value="user.login">
  <input type="hidden" name="return" value="aHR0cHM6Ly9hbHRlY3VzYS5jb20vZG93bmxvYWRz">
  <input type="hidden" name="4d3c867efbfefeb9573660581c596f1c" value="1">
</form>

GET /search-page

<form class="mod-finder js-finder-searchform form-search" action="/search-page" method="get" role="search">
  <label for="mod-finder-searchword0" class="visually-hidden finder">Search</label>
  <div class="awesomplete"><input type="text" name="q" id="mod-finder-searchword0" class="js-finder-search-query form-control" value="" placeholder="Search …" autocomplete="off" aria-expanded="false" aria-owns="awesomplete_list_1" role="combobox">
    <ul hidden="" role="listbox" id="awesomplete_list_1"></ul><span class="visually-hidden" role="status" aria-live="assertive" aria-atomic="true">Type 2 or more characters for results.</span>
  </div>
</form>

Text Content

 * Hours | Mon-Fri | 8:30am to 6pm, Saturday | 10:00am - 3:00pm
   
 * admin@altecsales.com
   

 * Login
 * Support
 * Downloads

 * facebook
 * twitter
 * linkedin
   
 * rss

 * Home
    * Login / Logout
    * Create An Account
    * Downloads
    * Sitemap

 * About Us
    * Who are we?
    * Our Difference
    * IT Industry Secret
    * Employment
    * Refer a Colleague or Friend

 * IT Services
    * Managed IT Services
       * Managed Services
       * IT Consulting
       * Comprehensive IT Support
       * Remote Monitoring & Maintenance
       * IT Vendor Management
       * Co-Managed IT
       * VMware
       * 24/7 Help Desk
       * Microsoft Hyper-V
       * Desktop Monitoring and Management
       * Infrastructure Support Services
       * Professional Server Support
       * Staffing Services
       * vCIO
       * Business Computing Assessment
   
    * IT Security Services
       * Network Security
       * Unified Threat Management
       * Content Filtering
       * Spam Protection
       * Security Cameras
       * SOPHOS Security Solutions
       * Email Encryption
       * Cisco-Certified Solutions
       * Fully Hosted Security as a Service
       * Business Security
       * Asset Tracking
       * Access Control Solutions
   
    * Cloud Computing Services
       * Cloud IT Solutions
       * Hosted Microsoft Exchange
       * Hosted Server
       * Hosted Desktop
       * Hardware Virtualization
       * Cloud Backup & File Sharing
       * Dropbox Cloud Storage
       * Microsoft Azure
       * Cloud Hosted VoIP
       * Amazon Web Services
       * Data Warehousing
       * Centrestack
   
    * Industry Specific
       * Healthcare IT
       * Electronic Medical Records
       * IT for Law
       * Manufacturing IT
       * Point-of-Sale Technologies
       * IT for Education
       * Residential Computer Repair
       * IT for Accountants
       * Retail IT
       * IT for Engineers and Architects
       * Supply Chain and Logistics
       * eManagement Solutions
       * IT for Nonprofits
   
    * Data Services
       * Business Continuity
       * Data Retrieval
       * Disaster Recovery as a Service
   
    * Hardware Services
       * Hardware as a Service
       * Computer Repair
       * Cabling and Wiring
       * Wireless Services
       * High-Speed Internet Consulting
       * Printer Management
       * Office Relocation Services
       * Mobile Device Repair
       * Printer and Copier Support
       * Server Migration
   
    * Software Services
       * Microsoft Office 365
       * Google Workspace
       * Microsoft SharePoint
       * Microsoft SQL Server
       * Microsoft Partner Network
       * CRM Sales Process
       * Identity Management
       * Intranet Solutions
       * Business Intelligence Strategies
   
    * Business Communication
       * VoIP
       * Mobile Solutions
       * Fax Server
       * Conferencing
       * Mobile Device Management
       * Unified Communications
       * Conferencing and Collaboration
       * 3CX Phone Systems

 * Understanding IT
    * Blockchain
    * GDPR Compliance
    * Automation
    * Ransomware
    * Shadow IT
    * Your Virtual Identity
    * The Modern Office
    * IT Threat Glossary
    * Business Continuity
    * The Internet of Things
    * Network Security
    * SOX
    * BYOD
    * PCI DSS
    * HIPAA
    * Cloud Computing

 * News
    * News & Press Releases
    * Events Calendar

 * Blog
 * Support
    * How To Request Support
    * Help Desk
    * Support Portal

 * Contact Us




HAVE ANY QUESTION?

Call (417) 862-6136




DOWNLOAD

 1. You are here:  
 2. Home
 3. Downloads


PUBLIC DOCUMENTS





NEWSLETTER SIGN UP

First Name *

Last Name *

Email *

Sign Up




FREE DOWNLOAD THE 10 BENEFITS OF MANAGED IT SERVICES

Download


CUSTOMER LOGIN


Remember Me
Log in
 * Forgot your username?
 * Forgot your password?


NEWS & UPDATES


ALTEC launches new website!
ALTEC is proud to announce the launch of our new website at www.altecusa.com.
The goal of the new website is to make it easier for our existing clients to
submit and manage support requests, and provide more information about our
services for ...
Read More


CONTACT US



Learn more about what ALTEC can do for your business.

(417) 862-6136

ALTEC
1860 West Arbor Street Suite 100
Springfield, Missouri 65807

 * 
 * 
 * 
   
 * 

Copyright © 2024 ALTEC. All Rights Reserved.






Search
Type 2 or more characters for results.
 * Home
   * Login / Logout
   * Create An Account
   * Downloads
   * Sitemap
 * About Us
   * Who are we?
   * Our Difference
   * IT Industry Secret
   * Employment
   * Refer a Colleague or Friend
 * IT Services
   * Managed IT Services
     * Managed Services
     * IT Consulting
     * Comprehensive IT Support
     * Remote Monitoring & Maintenance
     * IT Vendor Management
     * Co-Managed IT
     * VMware
     * 24/7 Help Desk
     * Microsoft Hyper-V
     * Desktop Monitoring and Management
     * Infrastructure Support Services
     * Professional Server Support
     * Staffing Services
     * vCIO
     * Business Computing Assessment
   * IT Security Services
     * Network Security
     * Unified Threat Management
     * Content Filtering
     * Spam Protection
     * Security Cameras
     * SOPHOS Security Solutions
     * Email Encryption
     * Cisco-Certified Solutions
     * Fully Hosted Security as a Service
     * Business Security
     * Asset Tracking
     * Access Control Solutions
   * Cloud Computing Services
     * Cloud IT Solutions
     * Hosted Microsoft Exchange
     * Hosted Server
     * Hosted Desktop
     * Hardware Virtualization
     * Cloud Backup & File Sharing
     * Dropbox Cloud Storage
     * Microsoft Azure
     * Cloud Hosted VoIP
     * Amazon Web Services
     * Data Warehousing
     * Centrestack
   * Industry Specific
     * Healthcare IT
     * Electronic Medical Records
     * IT for Law
     * Manufacturing IT
     * Point-of-Sale Technologies
     * IT for Education
     * Residential Computer Repair
     * IT for Accountants
     * Retail IT
     * IT for Engineers and Architects
     * Supply Chain and Logistics
     * eManagement Solutions
     * IT for Nonprofits
   * Data Services
     * Business Continuity
     * Data Retrieval
     * Disaster Recovery as a Service
   * Hardware Services
     * Hardware as a Service
     * Computer Repair
     * Cabling and Wiring
     * Wireless Services
     * High-Speed Internet Consulting
     * Printer Management
     * Office Relocation Services
     * Mobile Device Repair
     * Printer and Copier Support
     * Server Migration
   * Software Services
     * Microsoft Office 365
     * Google Workspace
     * Microsoft SharePoint
     * Microsoft SQL Server
     * Microsoft Partner Network
     * CRM Sales Process
     * Identity Management
     * Intranet Solutions
     * Business Intelligence Strategies
   * Business Communication
     * VoIP
     * Mobile Solutions
     * Fax Server
     * Conferencing
     * Mobile Device Management
     * Unified Communications
     * Conferencing and Collaboration
     * 3CX Phone Systems
 * Understanding IT
   * Blockchain
   * GDPR Compliance
   * Automation
   * Ransomware
   * Shadow IT
   * Your Virtual Identity
   * The Modern Office
   * IT Threat Glossary
   * Business Continuity
   * The Internet of Things
   * Network Security
   * SOX
   * BYOD
   * PCI DSS
   * HIPAA
   * Cloud Computing
 * News
   * News & Press Releases
   * Events Calendar
 * Blog
 * Support
   * How To Request Support
   * Help Desk
   * Support Portal
 * Contact Us