corp.sos.ms.gov Open in urlscan Pro
205.144.238.107  Public Scan

Submitted URL: http://corp.sos.ms.gov/
Effective URL: https://corp.sos.ms.gov/corp/portal/c/portal.aspx
Submission: On April 29 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

Name: aspnetFormPOST ./portal.aspx

<form name="aspnetForm" method="post" action="./portal.aspx" id="aspnetForm">
  <div>
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="/wEPDwULLTIxNDY3NDkzMjUPFgIeGV9fV2ViUGFnZUJhc2VfUHJldmlvdXNVcmxlFgJmD2QWAgIBD2QWBAIDD2QWAmYPFgIeC18hSXRlbUNvdW50AgEWAmYPZBYCZg8VAgNhbGwyL2NvcnAvQ29uZmlnL01pc3Npc3NpcHBpL0NvbW1vbi9DU1MvU3R5bGVzMjAyMS5jc3NkAgsPZBYCAgEPZBYCZg9kFgJmD2QWCGYPZBYEAgEPFgIeB1Zpc2libGVoZAICDxYCHwJoZAIBD2QWAmYPFgIfAmgWAmYPZBYCAgEPZBYIAgMPDxYCHgRUZXh0BQ8mbmJzcDtVc2VybmFtZTpkZAIHDw8WAh8DBQ8mbmJzcDtQYXNzd29yZDpkZAIJDw9kFgIeCm9uS2V5UHJlc3MFXWRvRGVmYXVsdEJ1dHRvbkNsaWNrKCdjdGwwMF9Db250ZW50UGxhY2VIb2xkZXIxX1BvcnRhbFBhZ2VDb250cm9sMV9jdGwwN19sb2dpbkJ1dHRvbicsIGV2ZW50KWQCEQ8PFgIfAmhkZAICD2QWAmYPZBYCZg9kFgQCAg9kFgJmD2QWAmYPZBYCZg9kFgRmD2QWDgIBDw8WAh8DBRZSZWdpc3RlcmVkIEZpbGVyIExvZ2luZGQCAw8PFgIfAwUkRW50ZXIgdXNlcm5hbWUgYW5kIHBhc3N3b3JkIHRvIExvZ2luZGQCBQ8PFgIfAwUPJm5ic3A7VXNlcm5hbWU6ZGQCBw8PZBYCHwQFUGRvQ2xpY2soJ2N0bDAwX0NvbnRlbnRQbGFjZUhvbGRlcjFfUG9ydGFsUGFnZUNvbnRyb2wxX2N0bDE2X2xvZ2luQnV0dG9uJywgZXZlbnQpZAIJDw8WAh8DBQ8mbmJzcDtQYXNzd29yZDpkZAILDw9kFgIfBAVQZG9DbGljaygnY3RsMDBfQ29udGVudFBsYWNlSG9sZGVyMV9Qb3J0YWxQYWdlQ29udHJvbDFfY3RsMTZfbG9naW5CdXR0b24nLCBldmVudClkAhMPDxYEHwMFCFJlZ2lzdGVyHwJnZGQCAQ8PFgIfAmhkFgYCAQ8PFgIfAwUJTG9nZ2VkIEluZGQCAw8PFgIfAwUTQ3VycmVudGx5IExvZ2dlZCBJbmRkAgUPDxYCHwMFDFdlbGNvbWUgezB9IWRkAgMPZBYCZg9kFgJmDxYCHwJoZAIDD2QWAmYPZBYCZg9kFgJmDxYCHwECARYCZg9kFgJmDxUCA2FsbDIvY29ycC9Db25maWcvTWlzc2lzc2lwcGkvQ29tbW9uL0NTUy9TdHlsZXMyMDIxLmNzc2Rk9wOYY+Z6UOpSLG53QodWXcelGibNiJzMRYx3imFaU+w=">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['aspnetForm'];
    if (!theForm) {
      theForm = document.aspnetForm;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/corp/WebResource.axd?d=nyaiIOWWiRnLBR6dvXNdLQsV3A04Kcg2Y2uu5D6cNg_VEZLZeK4MWRgDwto4kvTBb50h250XY5OjphElD_4Vj6ZitGLIsqDCAFISTx0TsI81&amp;t=638285899360000000" type="text/javascript"></script>
  <script src="/corp/Scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
  <script src="/corp/Scripts/jquery-migrate-1.2.1.min.js" type="text/javascript"></script>
  <script src="/corp/Scripts/kendo.all.min.js" type="text/javascript"></script>
  <link href="/corp/Styles/Kendo/kendo.blueopal.min.css" rel="stylesheet" type="text/css">
  <link href="/corp/Styles/Kendo/kendo.common.min.css" rel="stylesheet" type="text/css">
  <script src="/corp/Config/Mississippi/Master/js/common.js" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    function doDefaultButtonClick(buttonName, e) {
      var key;
      if (window.event) key = window.event.keyCode; // IE
      else key = e.which; // FireFox
      if (key == 13) {
        var btn = document.getElementById(buttonName);
        if (btn != null) {
          btn.click();
          event.keyCode = 0;
        }
      }
    }
    //]]>
  </script>
  <script src="/corp/Scripts/jQuery/1.10.3/jquery-ui-1.10.3.custom.js" type="text/javascript"></script>
  <script src="/corp/Scripts/jQuery/jquery.bgiframe-2.1.1.js" type="text/javascript"></script>
  <link href="/corp/Scripts/jQuery/themes/flick/jquery-ui-1.7.2.custom.css" rel="stylesheet" type="text/css">
  <script src="/corp/Scripts/jQuery/jquery.blockUI.js" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    $(document).ready(function() {
      $('#blockUIMessage').html('');
      $.unblockUI();
      clearInterval(intID);
      $(window).bind('beforeunload', function(e) {
        $.blockUI({
          message: $('#blockUIMessage'),
          fadeIn: 700,
          css: {
            height: '50px',
            width: '500px',
            border: '3px solid #00245d'
          },
          themedCSS: true
        });
        $('#blockUIMessage').html('<p>&nbsp;&nbsp;&nbsp;<strong>Please Wait </strong></p>');
        intID = setInterval(blockUILoop, 500);
      });
    });
    $(document).ready(function pageLoad(sender, args) {
      if (typeof(args) != 'undefined') {
        if (args.get_isPartialLoad()) {
          $('#blockUIMessage').html('');
          $.unblockUI();
          clearInterval(intID);
          $(window).bind('beforeunload', function(e) {
            $.blockUI({
              message: $('#blockUIMessage'),
              fadeIn: 700,
              css: {
                height: '50px',
                width: '500px',
                border: '3px solid #00245d'
              },
              themedCSS: true
            });
            $('#blockUIMessage').html('<p>&nbsp;&nbsp;&nbsp;<strong>Please Wait </strong></p>');
            intID = setInterval(blockUILoop, 500);
          });
        };
      }
    });
    $(document).ajaxStart(function() {
      $.blockUI({
        message: $('#blockUIMessage'),
        fadeIn: 700,
        css: {
          height: '50px',
          width: '500px',
          border: '3px solid #00245d'
        },
        themedCSS: true
      });
      $('#blockUIMessage').html('<p>&nbsp;&nbsp;&nbsp;<strong>Please Wait </strong></p>');
      intID = setInterval(blockUILoop, 500);
    }).ajaxStop(function() {
      $('#blockUIMessage').html('');
      $.unblockUI();
      clearInterval(intID);
    }); //]]>
  </script>
  <script src="/corp/ScriptResource.axd?d=SBgfeipLpR8k179aH0uaVroCBkbZSHOxqX5jeQNhrKsX-evxPAmsIj-na6ZkixmLp7KlAy7Agi2Om4rDmhO4dHCPJRU-YwLI82IG8AsaXautaQpbGXVbc_SXH2gSSizDhOORj_pRycdFBioCoH2HfXWfP2bQ9LAKzSQ2aiepu6E1&amp;t=13798092"
    type="text/javascript"></script>
  <script
    src="/corp/ScriptResource.axd?d=wL1bPjGba0kLc2w-KkQaTQTkOtNtGGlaMoP-fUvvFqhezZeN0bSrYJ-vr-ehzLvxDc9XUXE_ifumeXGcw0TH_-g9ph4Xj6nr-iQm99RdisJ4Oczmuz_tfei1RjWR6nlDEhk8DZRYzrExDvKAMt52azXmYuoMcT0F1AuyRUuGKZJS-1Bnz9jHNflzWpN3Qj320&amp;t=13798092"
    type="text/javascript"></script>
  <div>
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="F19D6393">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ctl00$ScriptManager2', 'aspnetForm', [], [], [], 90, 'ctl00');
    //]]>
  </script>
  <link media="all" href="/corp/Config/Mississippi/Common/CSS/Styles2021.css" rel="stylesheet" type="text/css">
  <!--start tab column content box 4-->
  <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_PageContainer" class="layout-page-style">
    <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_LayoutContainer" class="layout-container-style">
      <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_HeaderContainer" class="layout-header-style">
        <div class="controlContainer">
          <div class="top_4_1"></div>
        </div>
      </div>
      <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_TopMenuContainer" class="top-horizontal-menu-container">
        <div class="controlContainer">
          <div>
            <ul id="menu-main-menu" class="kendoMenu mainKendoMenu k-widget k-reset k-header k-menu k-menu-horizontal" data-role="menu" tabindex="0" role="menubar">
              <li class="k-item k-state-default k-first" role="menuitem"><a href="https://www.sos.ms.gov/business-services-regulation" class="k-link"><span>Home</span></a></li>
              <li class="k-item k-state-default" role="menuitem"><a href="https://corp.sos.ms.gov/corp/portal/c/page/corpbusinessidsearch/portal.aspx" class="k-link"><span>Business Search</span></a></li>
              <li class="k-item k-state-default" role="menuitem"><a href="https://corp.sos.ms.gov/corp/portal/c/page/corpnewfilings/portal.aspx" class="k-link"><span>Business Filings</span></a></li>
              <li class="k-item k-state-default" role="menuitem"><a href="https://corp.sos.ms.gov/corp/portal/c/page/corpregisteredagent/portal.aspx" class="k-link"><span>Commercial Registered Agents</span></a></li>
              <li class="k-item k-state-default" role="menuitem"><a href="https://corp.sos.ms.gov/corp/portal/c/page/login/portal.aspx" class="k-link"><span>User Login</span></a></li>
              <li class="k-item k-state-default k-last" role="menuitem"><a href="https://www.sos.ms.gov/content/documents/Business/FeeSchedule.pdf" class="k-link"><span>Filing Fees</span></a></li>
            </ul>
          </div>
        </div>
      </div>
      <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_MiddleContainer" class="">
        <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_Content" class="content-container">
          <table class="portal-page-container" cellspacing="0" cellpadding="0" border="0" style="border-collapse:collapse;">
            <tbody>
              <tr>
                <td class="bodyLabel" colspan="2">
                  <div class="controlContainer">
                    <div class="bodyLabel"></div>
                  </div>
                </td>
              </tr>
              <tr>
                <td class="portal-container" colspan="2">
                  <div class="controlContainer">
                    <span="font-size: large"="">
                      <br>
                      <strong>Business documents in Mississippi may only be filed using the Secretary of State's online filing system. To use the system, you will need to set up a filing account by clicking the "Register" button below. If you already
                        have a filing account, you may access business forms by entering your username and password in the appropriate boxes.</strong>
                      <br><br>
                      <br>
                      <strong>
                        <font color="red">Please note that all payments made to the Mississippi Secretary of State’s Office in relation to business filings are nonrefundable.</font>
                      </strong>
                      <br><br>
                      <br><strong>For best results, it is recommended that you use the most recent version of your web browser. Click the links below to download the most recent versions. <br>
                        <a href="https://www.google.com/chrome/browser/desktop/index.html" target="_blank">Click here to download Google Chrome</a>
                        <br>
                        <a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank">Click here to download Mozilla Firefox</a>
                        <br>
                        <br></strong>
                    </span="font-size:>
                  </div>
                </td>
              </tr>
              <tr>
                <td class="portal-container" colspan="2">
                  <div class="controlContainer">
                    <style type="text/css">
                      .login_input {
                        width: 36%;
                        float: left;
                        text-align: right;
                        padding-top: 2px;
                        padding-right: 3px;
                      }

                      .col-xs-12 {
                        width: 102.7%;
                      }
                    </style>
                    <script type="text/javascript">
                      function doClick(buttonName, e) {
                        var key;
                        if (window.event) key = window.event.keyCode; // IE
                        else key = e.which; // FireFox
                        if (key == 13) {
                          var btn = document.getElementById(buttonName);
                          if (btn != null) {
                            btn.click();
                            event.keyCode = 0;
                          }
                        }
                      }
                      $(document).ready(function() {
                        $('#ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_userNameTextBox').focus();
                      });
                    </script>
                    <!--<div class="alert alert-danger text-center" style="font-weight: bolder;">
On Saturday, March 19th from 10 a.m. until 7 p.m.,  the Mississippi Secretary of State's website will be unavailable for maintenance.<br />
We apologize for any inconvenience this may cause.
</div>-->
                    <!--<div class="alert alert-danger text-center" style="font-weight: bolder;">
	PLEASE NOTE: Due to the impending annual report deadline, we are experiencing excessive volume in our filing system.<br /> 
	You may encounter delays if you are attempting to file documents during regular business hours. <br />
	You will have better success if you attempt to file documents after 5 PM CDT. We appreciate your patience.
</div>-->
                    <!--<div class="alert alert-danger text-center" style="font-weight: bolder;">
We are aware that some customers are experiencing a certificate issue when attempting to use some of our services. We have narrowed the issue down to a certificate received from the Mississippi Department of Information Technology Services by way of their vendor, Globalsign. <br />
The issue has been fixed, but may take up to 4 days to completely resolve. During this time, you may experience intermittent issues. Possible solutions in the meantime include using a different browser or using a different device. We apologize for any inconvenience this may cause.
</div>-->
                    <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_notLoggedInPanel" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_loginButton')">
                      <div class="loginFormPanelWrapper">
                        <div class="loginFormPanel">
                          <div class="loginFormHeader">
                            <span id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_notLoggedInHeadingLabel" class="headingLabel">Registered Filer Login</span>
                          </div>
                          <div class="notLoggedInBodyLabel">
                            <span id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_notLoggedInBodyLabel">Enter username and password to Login</span>
                          </div>
                          <div class="loginInputBodyWrapper">
                            <div style="width: 100%;">
                              <div class="login_input">
                                <span id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_usernameLabel" class="Label">&nbsp;Username:</span>
                              </div>
                              <input name="ctl00$ContentPlaceHolder1$PortalPageControl1$ctl16$userNameTextBox" type="text" maxlength="50" id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_userNameTextBox" class="Box k-textbox"
                                data-toggle="tooltip" data-placement="right" title="Hint: Username is generally your email address" onkeypress="doClick('ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_loginButton', event)" style="width:160px;">
                            </div>
                            <div style="width: 100%; margin-top: 3px;">
                              <div class="login_input">
                                <span id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_passwordLabel" class="Label">&nbsp;Password:</span>
                              </div>
                              <input name="ctl00$ContentPlaceHolder1$PortalPageControl1$ctl16$passwordTextBox" type="password" id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_passwordTextBox" class="Box k-textbox"
                                onkeypress="doClick('ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_loginButton', event)" style="width:160px;">
                            </div>
                          </div>
                          <div class="errorDiv" style="text-align:center">
                          </div>
                          <div class="loginButtonBodyWrapper">
                            <center>
                              <input type="submit" name="ctl00$ContentPlaceHolder1$PortalPageControl1$ctl16$loginButton" value="Login" id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_loginButton" class="k-button loginButton">
                              <input type="submit" name="ctl00$ContentPlaceHolder1$PortalPageControl1$ctl16$forgotButton" value="Forgot Password?" id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_forgotButton" class="k-button forgotButton">
                              <input type="submit" name="ctl00$ContentPlaceHolder1$PortalPageControl1$ctl16$registerButton" value="Register" id="ctl00_ContentPlaceHolder1_PortalPageControl1_ctl16_registerButton" class="k-button registerButton">
                            </center>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </td>
              </tr>
              <tr>
                <td class="portal-container" colspan="2"></td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
      <div id="ctl00_ContentPlaceHolder1_PortalPageControl1_FooterContainer" class="footer-menu-container">
        <div class="controlContainer">
          <link media="all" href="/corp/Config/Mississippi/Common/CSS/Styles2021.css" rel="stylesheet" type="text/css">
        </div>
        <div class="controlContainer">
          <!--<iframe id="BusyBoxIFrame" name="BusyBoxIFrame" frameBorder="0" scrolling="no"><div></div></iframe>-->
          <!--Moved DIV within CodeBehind -->
          <div id="blockUIMessage"></div>
          <script type="text/javascript">
            var idot = 0;
            var intID;

            function blockUILoop() {
              var msg = '<p>&nbsp;&nbsp;&nbsp;<strong>Please Wait '
              for (var i = 0; i < idot; i++) {
                msg = msg + '.'
              }
              idot = idot + 1;
              if (idot > 5) {
                idot = 0;
              }
              msg = msg + '</strong></p>'
              $("#blockUIMessage").html(msg);
            }
          </script>
        </div>
      </div>
    </div>
  </div>
</form>

Text Content

TOP HEADER MENU

 * Y'all Business
 * Y'all Vote
 * About us
   * About us
   * Welcome
   * About Michael
   * Executive
   * Press Releases & Media
   * History
 * Contact Us
   * Contact Us
   * Staff Directory
   * Request for Speaker
   * Scheduling Request
   * Public Relations Request
 * Business Services & Regulation
   * Business Services Home
     * Formation & Filing
     * Search Existing Businesses
     * Non-Profits
     * Commercial Agents
     * Non-Business Forms
     * Notaries & Apostilles
     * Order Documents
     * Trademarks
     * Uniform Commercial Code
     * Non-Business Forms
   * Regulation & Enforcement Home
     * Regulation & Enforcement Search
     * Pre-Need Funeral
     * Perpetual Care Cemeteries
     * Scrap Metal
     * Administrative Procedures
     * Athlete Agent
 * Elections & Voting
   * Voter Registration Information
   * Candidate Information
   * Campaign Finance
   * Lobbying
   * Military & Overseas Voter Information
   * Election Results
   * Initiatives
   * Publications
 * Charities
   * Charity Online Registration
   * Charities Search
   * Enforcement Actions
   * Charity Laws
 * Public Lands
   * Agency Held Lands
   * 16th Section Lands
   * Tax Forfeited Lands
   * Public Trust Tidelands
 * Securities
   * Filings Search
   * MS Securities Laws
   * Fee Schedule
   * Crowdfunding
 * Communications & Publications
   * Communications
   * Publications
   * Agencies, Boards & Commissions
   * Mississippi Law
   * State Holidays​
   * Executive Orders


 * Elections & Voting Election &amp; Voting
   
   Visit Election & Voting Home
   
    * Voter Registration Information
    * Candidate Information
    * Campaign Finance
    * Lobbying
   
    * Military & Overseas Voter Information
    * Election Officials Training
   
    * Election Results
    * Initiatives
    * Publications

 * Business Services & Regulation Business services &amp; Regulation
   
   Visit Business Services and Regulation Home
   
    * Formation & Filing
    * Search Existing Businesses
    * Non-Profits
    * Commercial Agents
    * Notaries & Apostilles
   
    * Trademarks
    * Order Documents
    * Uniform Commercial Code
    * Non-Business Forms
    * External Affairs
   
    * Regulation & Enforcement Home
    * Regulation & Enforcement Search
    * Pre-Need Funeral
   
    * Perpetual Care Cemeteries
    * Scrap Metal
    * Administrative Procedures
    * Athlete Agent

 * Charities Charities
   
   Visit Charities Home
   
    * Charity Online Registration
    * Charities Search
    * Report on Charitable Giving
   
    * Enforcement Actions
    * Charity Laws

 * Public Lands Public Lands
   
   Visit Public Lands Home
   
    * Agency Held Lands
    * 16th Section Lands
   
    * Tax-Forfeited Lands
    * Public Trust Tidelands

 * Securities securities
   
   Visit Securities Home
   
    * Filings Search
    * MS Securities Laws
   
    * Fee Schedule
    * Crowdfunding

 * Publications Publications
   
   Visit Publications Home
   
    * Communications
    * Publications
    * Agencies, Boards & Commissions
   
    * Mississippi Law
    * State Holidays
    * Executive Orders


BUSINESS SERVICES

 * Home
 * Business Search
 * Business Filings
 * Commercial Registered Agents
 * User Login
 * Filing Fees


Business documents in Mississippi may only be filed using the Secretary of
State's online filing system. To use the system, you will need to set up a
filing account by clicking the "Register" button below. If you already have a
filing account, you may access business forms by entering your username and
password in the appropriate boxes.


Please note that all payments made to the Mississippi Secretary of State’s
Office in relation to business filings are nonrefundable.


For best results, it is recommended that you use the most recent version of your
web browser. Click the links below to download the most recent versions.
Click here to download Google Chrome
Click here to download Mozilla Firefox


Registered Filer Login
Enter username and password to Login
 Username:
 Password:





2021 Mississippi Secretary of State. All rights reserved




FOOTER

 * Employment
 * Online Services Directory
 * Fees & Forms Directory
 * 82-County Tour
 * How Do I...?
 * Links
 * Disclaimer

 * 
 * 
 * 
 * 
 *