cado.eservices.gov.nl.ca
Open in
urlscan Pro
98.143.128.125
Public Scan
URL:
https://cado.eservices.gov.nl.ca/
Submission: On October 09 via manual from CA — Scanned from CA
Submission: On October 09 via manual from CA — Scanned from CA
Form analysis
1 forms found in the DOMName: form — POST ./
<form name="form" method="post" action="./" id="form">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
value="/wEPDwULLTIwMjMxODcwNDkPZBYCZg9kFgICAQ9kFgRmD2QWBAIBDw8WAh4HVmlzaWJsZWhkZAIFDw8WAh8AaGRkAgIPZBYCAgEPZBYOAgEPDxYCHgtOYXZpZ2F0ZVVybAUKL01haW4uYXNweGRkAgMPDxYCHwEFGS9Db21wYW55L0NvbXBhbnlNYWluLmFzcHhkZAIFDw8WAh8BBRcvQ29tcGFueS9Db25kb01haW4uYXNweGRkAgcPDxYCHwEFFi9Db21wYW55L0Nvb3BNYWluLmFzcHhkZAIJDw8WAh8BBRUvRGVlZHMvRGVlZHNNYWluLmFzcHhkZAILDw8WAh8BBSIvTWVjaGFuaWNzTGllbnMvTWVjaGFuaWNzTWFpbi5hc3B4ZGQCDQ8PFgIfAQUTL0xvYmJ5aXN0L01lbnUuYXNweGRkZGzohlPNqqrBhTPKmIM1Zzhv6D9HSNfjGP7mNl93TUVg">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="202EA31B">
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><![endif]--> <!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<!--<![endif]-->
<title>CADO - Companies and Deeds Online</title>
<!-- Basic Page Needs
================================================== -->
<!--MPM Fix for IE11 compat prob -->
<meta charset="utf-8">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<!--PI - January 5, 2022: Added the LINK for Styles.css back in to fix the presentations issues we had.-->
<link href="/Styles.css" type="text/css" rel="stylesheet">
<link href="/TemplateCSS-JS/gnlscreen.css" rel="stylesheet" type="text/css" media="screen">
<link href="/TemplateCSS-JS/gnlprint.css" rel="stylesheet" type="text/css" media="print">
<script>
//var childWindow = false;
var alreadySubmitted = false;
function popUpWindow(sTarget, bModal, bCenter, iWidth, iHeight, bScroll) {
// Browser Detection
var IE4plus = (document.all) ? true : false;
//Window size is max 640x480
//if (iWidth > 640 || iWidth < 0) iWidth = 640;
//if (iHeight > 480 || iHeight < 0) iHeight = 480;
if (IE4plus && bModal) {
// Window properties
var sEdge = 'Raised' //Sunken || Raised
var sFeatures = 'dialogHeight: ' + iHeight + 'px; dialogWidth: ' + iWidth + 'px; dialogTop: ' + iTop + 'px; dialogLeft: ' + iLeft + 'px; edge: ' + sEdge + '; center: ' + bCenter + '; help: no; resizable: yes; status: no; scroll: yes;';
window.showModalDialog(sTarget, '', sFeatures);
} else {
// Center window dimensions for non-IE4+
if (bCenter) {
var iLeft = (screen.width - iWidth) / 2;
var iTop = (screen.height - iHeight) / 2;
} else {
var iLeft = '';
var iTop = '';
}
scrollBars = ',scrollbars=yes';
if (bScroll == false) {
scrollBars = '';
}
msg = window.open(sTarget, 'popUpWindow', 'width=' + iWidth + ',height=' + iHeight + ',left=' + iLeft + ',top=' + iTop + scrollBars + ',status=no');
if (!popUpWindow.opener) popUpWindow.opener = self;
}
}
function LibertyWindow(sTarget, bModal, bCenter, iWidth, iHeight, bScroll) {
sTarget = sTarget + '#view=FitH';
// Browser Detection
var IE4plus = (document.all) ? true : false;
if (iWidth != '820') {
//Window size is max 640x480
if (iWidth > 780 || iWidth < 0) iWidth = 780;
if (iHeight > 550 || iHeight < 0) iHeight = 550;
}
if (IE4plus && bModal) {
// Window properties
var sEdge = 'Raised' //Sunken || Raised
var sFeatures = 'dialogHeight: ' + iHeight + 'px; dialogWidth: ' + iWidth + 'px; dialogTop: ' + iTop + 'px; dialogLeft: ' + iLeft + 'px; edge: ' + sEdge + '; center: ' + bCenter + '; help: no; resizable: yes; status: no; scroll: yes;';
window.showModalDialog(sTarget, '', sFeatures);
} else {
// Center window dimensions for non-IE4+
if (bCenter) {
var iLeft = (screen.width - iWidth) / 2;
var iTop = (screen.height - iHeight) / 2;
} else {
var iLeft = '';
var iTop = '';
}
scrollBars = ',scrollbars=yes';
if (bScroll == false) {
scrollBars = '';
}
msg = window.open(sTarget, 'popUpWindow', 'width=' + iWidth + ',height=' + iHeight + ',left=' + iLeft + ',top=' + iTop + scrollBars + ',status=no' + ',resizable=yes');
if (!LibertyWindow.opener) LibertyWindow.opener = self;
}
}
function resetForm() {
document.forms[0].reset();
}
function fnTrapKD(btn) {
if (event.keyCode == 13) {
event.returnValue = false;
event.cancel = true;
btn.click();
}
}
document.onkeydown = function() {
if ((event.srcElement.type != "textarea") && (event.srcElement.type != "image")) {
if (window.event.keyCode == 13) return false
}
}
function disableEnterKey() {
if (window.event.keyCode == 13) {
return false;
}
}
function setFocusUC(controlName) {
var control = document.getElementById(controlName);
if (control != null) {
control.focus();
}
}
function setFocus(controlName) {
var control = document.getElementById(controlName);
if (control != null) {
control.focus();
return true;
} else {
return false;
}
}
function removeAC(cNum) {
aCompanies = document.forms[0].amalgamatedCompanies.value.split(",");
document.forms[0].amalgamatedCompanies.value = "";
for (com in aCompanies) {
if (aCompanies[com] != ("z" + cNum)) {
if (document.forms[0].amalgamatedCompanies.value == "") {
document.forms[0].amalgamatedCompanies.value = aCompanies[com];
} else {
document.forms[0].amalgamatedCompanies.value += "," + aCompanies[com];
}
}
}
document.forms[0].submit();
}
function submitFormFirstTime() {
var returnSubmit = alreadySubmitted;
alreadySubmitted = true;
return !returnSubmit;
}
function waitCursor() {
document.body.style.cursor = "wait";
}
function defaultCursor() {
document.body.style.cursor = "default";
}
</script>
<script language="javascript">
<!--
function HandleOnClose() {
if (event.clientY < 0 || event.clientX < 0) {
if (event.clientY < -90) {
if (event.clientY > -115) {
//var answer = confirm("");
//event.cancelBubble = !answer;
event.returnValue = "Are you sure you want to close this window? \nIf so, please ensure you logout correctly before closing the window. \nFailing to logout correctly could result in your account getting locked for 30 minutes";
}
}
}
}
//
-->
</script>
<!--<BODY onbeforeunload="HandleOnClose()">-->
<div id="gnltop">
<div id="gnltopnav">
<div id="gnllogo"><span class="hidden">Government of Newfoundland and Labrador</span></div>
<ul id="Header1_ulTopNavigation">
<li>
</li>
<li>
</li>
<li> </li>
</ul>
</div>
</div>
<div id="gnlhead">
<div id="gnldeptitle">
<h2></h2>
</div>
</div>
<div id="gnlusers">
<div id="Header1_pnlNavigation">
<ul id="Header1_ulNavigation">
<li>
<a id="Header1_lnkMain" href="/Main.aspx">Main</a>
</li>
<li>
<a id="Header1_lnkCompanies" href="/Company/CompanyMain.aspx">Companies</a>
</li>
<li>
<a id="Header1_lnkCondos" href="/Company/CondoMain.aspx">Condominiums</a>
</li>
<li>
<a id="Header1_lnkCoops" href="/Company/CoopMain.aspx">Co-operatives</a>
</li>
<li>
<a id="Header1_lnkDeeds" href="/Deeds/DeedsMain.aspx">Deeds</a>
</li>
<li>
<a id="Header1_lnkMechanics" href="/MechanicsLiens/MechanicsMain.aspx">Mechanics Liens</a>
</li>
<li class="lastitem">
<a id="Header1_lnkLobbyists" href="/Lobbyist/Menu.aspx">Lobbyists</a>
</li>
</ul>
</div>
<font style="FONT-SIZE:16pt;FONT-FAMILY:Arial;WHITE-SPACE:nowrap"> Companies and Deeds Online - CADO</font>
</div>
<br>
<table cellspacing="0" cellpadding="0" width="740" align="center" border="0">
<tbody>
<tr>
<td> </td>
</tr>
<tr class="bluebar">
<td class="bluebartext"> Welcome to Companies and Deeds Online (CADO) </td>
</tr>
</tbody>
</table>
<table cellspacing="0" cellpadding="0" width="740" align="center" border="0">
<tbody>
<tr class="row">
<td valign="top" align="left" width="740">
<table bordercolor="#003c74" cellspacing="0" cellpadding="0" width="740" bgcolor="#ffffff" border="1">
<tbody>
<tr class="row">
<td valign="top" align="left" height="145">
<table height="145" cellspacing="0" cellpadding="3" border="0">
<tbody>
<tr class="row">
<td valign="top" align="left"><img height="132" src="images/spacer.gif" width="7" border="0"></td>
<td valign="top" align="left">
<p> This application provides the general public greater accessibility to some of the services provided by the Registry of Companies and Deeds. </p>
<p>Services provided through this application include:</p>
<ul>
<li> The ability to search for Companies, Condominiums, Co-operatives, Deeds, Mechanics Liens, and Lobbyists information. </li>
<li> The filing of Articles of Incorporation for Local Companies. </li>
<li> The filing of annual returns, changes to directors for local companies, changes to mailing addresses and changes to registered office addresses. </li>
<li> The reserving of names and the ability to search previously reserved names. </li>
<li> The ability to order/print Certificates of Good Standing. </li>
<li> Filing outstanding annual returns.</li>
</ul>
</td>
</tr>
<tr class="row">
<td valign="top" align="left"><img height="100" src="images/spacer.gif" width="7" border="0"></td>
<td valign="top" align="left"> Note: Services requiring payment by credit card can be made by Visa or Mastercard. <!-- Dwayne Hemeon - start - ePayment down for servicing TEMPORARY BANNER -->
<!--
<P>
<b><font face="arial" size=2 color=red>Please be advised the Provincial Government online payment system will undergo planned maintenance on Tuesday, September 3rd, between 9:00 p.m. and 11:00 p.m. (8:30 p.m. to 10:30 p.m. in parts of Labrador) and on Wednesday, September 4th, between 8:30 p.m. and 10:00 p.m. (8:00 p.m. to 9:30 p.m. in parts of Labrador).</font></b>
</P>
<P>
<b><font face="arial" size=2 color=red>Payments for online services will be unavailable during this time. We apologize for any inconvenience this may cause.</font></b>
</P>
-->
<!-- Dwayne Hemeon - end - ePayment down for servicing TEMPORARY BANNER -->
<p></p> To continue, please click on one of the following links: <p></p>
<li>
<a href="PrintInstructions.aspx">Important Print and Navigation Instructions</a>
</li>
<li>
<a href="Deeds/DeedsMain.aspx">Registry of Deeds</a>
</li>
<li>
<a href="Company/CompanyMain.aspx">Registry of Companies Search & Online Services</a>
</li>
<li>
<a href="Company/CondoMain.aspx">Registry of Condominiums</a>
</li>
<li>
<a href="Company/CoopMain.aspx">Registry of Co-operatives</a>
</li>
<li>
<a href="MechanicsLiens/MechanicsMain.aspx">Mechanics Liens Registry</a>
</li>
<li>
<a href="Lobbyist/Menu.aspx">Registry of Lobbyists</a>
</li>
</td>
</tr>
<tr class="row">
<td valign="top" align="left"></td>
<td valign="top" align="left">
<br>
<span id="lblLicensedUsers">
<b>Licensed / Authorized Users</b></span>
</td>
</tr>
<tr class="row">
<td valign="top" align="left"><img height="85" src="images/spacer.gif" width="7" border="0"></td>
<td valign="top" align="left">
<span id="lblLicensedInfoText" style="height:25px;">If you have registered as a Licensed or Authorized User, please click the following link to log into the site.</span>
<span id="lblLI2">
<li>
<a id="lnkLicensedLogin" href="login.aspx">User Login</a>
<span id="lblLI3">
</span>
</li>
<li>
<a id="lnkHowTo" href="HowToBeALicensedUser.aspx">How to become a Licensed User</a>
<span id="lblLI4">
</span>
</li>
<li>
<a id="lnkHowToAuth" href="HowToBeAnAuthUser.aspx">How to become an Authorized User</a>
<p></p> This service is provided by the Commercial Registrations Division, Digital Government and Service NL, Government of Newfoundland and Labrador.
</li>
</span>
</td>
</tr>
<tr class="row">
<td valign="top" align="left"><img height="0" src="images/spacer.gif" width="7" border="0"></td>
<td valign="top" align="left">
<p><b>Note:
</b></p>
<ul><b>
</b>
<li><b>
<u>Pop up windows must be enabled to use this site.</u>
</b>Please ensure that any pop up blocker installed for your web browser allows pop ups for this site.</li>
</ul>
<p></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!-- START OF FOOTER -->
<br>
<div id="gnlfoot">
<ul id="gnlfootlinks">
<!--<li><a href="/Disclaimer.aspx">Disclaimer/Privacy</a></li>-->
<li><a href="javascript:popUpWindow('/P_Disclaimer.aspx', false, true, 740, 460);">Disclaimer/Privacy</a></li>
<li><a href="/Main.aspx">Home</a></li>
<!--<li><a href="http://www.gs.gov.nl.ca/cca/cr/locations.stm">Contact</a></li>-->
<!--<li><a href="http://www.gs.gov.nl.ca/department/contact.html#locations">Contact</a></li>-->
<li><a href="https://www.servicenl.gov.nl.ca/department/registries_contact.html" target="_blank" rel="noopener noreferrer">Contact</a></li>
<!--<li><a href="http://www.gov.nl.ca">Government Home </a></li>-->
<!-- Tony Nov 10, 2022 Added return link Bug 548 -->
<li><a href="##" id="ShowReturn" onclick="history.go(-1); return false;" style="display: none;">Return</a></li>
</ul>
<div id="gnlcopyright"> This page and all contents are copyright, Government of Newfoundland and Labrador, all rights reserved. </div>
</div><!--for gnlfoot-->
<!-- Tony Nov 7, 2022 Bug 548 Added javascript below to hide return link -->
<script>
var x = document.getElementById("ShowReturn");
var url = window.location.pathname;
var filename = url.substring(url.lastIndexOf('/') + 1);
if (filename == 'Disclaimer.aspx') {
x.style.display = "block"
} else {
x.style.display = "none";
}
</script>
</form>
Text Content
CADO - Companies and Deeds Online Government of Newfoundland and Labrador * * * * Main * Companies * Condominiums * Co-operatives * Deeds * Mechanics Liens * Lobbyists Companies and Deeds Online - CADO Welcome to Companies and Deeds Online (CADO) This application provides the general public greater accessibility to some of the services provided by the Registry of Companies and Deeds. Services provided through this application include: * The ability to search for Companies, Condominiums, Co-operatives, Deeds, Mechanics Liens, and Lobbyists information. * The filing of Articles of Incorporation for Local Companies. * The filing of annual returns, changes to directors for local companies, changes to mailing addresses and changes to registered office addresses. * The reserving of names and the ability to search previously reserved names. * The ability to order/print Certificates of Good Standing. * Filing outstanding annual returns. Note: Services requiring payment by credit card can be made by Visa or Mastercard. To continue, please click on one of the following links: Important Print and Navigation Instructions Registry of Deeds Registry of Companies Search & Online Services Registry of Condominiums Registry of Co-operatives Mechanics Liens Registry Registry of Lobbyists Licensed / Authorized Users If you have registered as a Licensed or Authorized User, please click the following link to log into the site. User Login How to become a Licensed User How to become an Authorized User This service is provided by the Commercial Registrations Division, Digital Government and Service NL, Government of Newfoundland and Labrador. Note: * Pop up windows must be enabled to use this site. Please ensure that any pop up blocker installed for your web browser allows pop ups for this site. * Disclaimer/Privacy * Home * Contact * Return This page and all contents are copyright, Government of Newfoundland and Labrador, all rights reserved.