CINXE.COM
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head id="ctl00_Head1"><meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7,IE=EmulateIE8,IE=EmulateIE9,IE=EDGE,chrome=1" /><meta http-equiv="cache-control" content="no-store" /><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="Expires" content="-1" /><link id="ctl00_lnkBootstrap" href="CSS/bootstrap/bootstrap.min.css" type="text/css" rel="stylesheet" /><link id="ctl00_lnkCSS" href="Style.css" type="text/css" rel="stylesheet" /><link href="Style-print.css" type="text/css" rel="Stylesheet" media="print" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /><title> </title> <script language="javascript" type="text/javascript"> <!-- function trim(stringToTrim) { return stringToTrim.replace(/^\s+|\s+$/g, ""); } function PopMaxWindow(url) { owin = window.open(url, "", "toolbar=0,scrollbars=1,width=" + screen.availWidth + ",height=" + (screen.availWidth - 5) + ",left=0,top=0,resizable=1,status=1"); owin.focus(); } function DetectBrowserExit() { var pageName = window.location.href.toLowerCase(); if (pageName.indexOf("idform.aspx") > 0 || pageName.indexOf("taxcredit") > 0) { var hdtoSaveData = document.getElementById("ctl00_hdtoSaveData"); hdtoSaveData.value = "PageClosed"; document.aspnetForm.submit(); if (pageName.indexOf("idform.aspx") > 0) return; } // if (pageName.indexOf("idform.aspx") > 0) return; if (isDirty == true && suppressDirtyFlagTimes == 0 && !ignoreDirty) { return "There are unsaved changes."; } suppressDirtyFlagTimes -= 1; if (suppressDirtyFlagTimes < 0) suppressDirtyFlagTimes = 0; //return null; } window.onbeforeunload = function(e) { DetectBrowserExit(); } var isDirty = false; var suppressDirtyFlagTimes = 0; var ignoreDirty = false; var isFocus = false; /* window.onbeforeunload = confirmNavigateAway; function confirmNavigateAway() { var pageName = window.location.href.toLowerCase(); if (pageName.indexOf("idform.aspx") > 0) return; if (isDirty == true && suppressDirtyFlagTimes == 0 && !ignoreDirty) { return "There are unsaved changes."; } suppressDirtyFlagTimes -= 1; if (suppressDirtyFlagTimes < 0) suppressDirtyFlagTimes = 0; } */ function setDirtyFlag() { isDirty = true; } function clearDirtyFlag() { isDirty = false; } function setIgnoreDirtyFlag() { ignoreDirty = true; } function setFocusFlag() { isFocus = true; } function clearFocusFlag() { isFocus = false; } function maxLength(e, field, maxChars) { if (!e) e = window.event; if (field.value.length >= maxChars) { e.returnValue = false; return false; } return true; } function maxLengthPaste(e, field, maxChars) { if (!e) e = window.event; e.returnValue = false; if ((field.value.length + window.clipboardData.getData("Text").length) > maxChars) { return false; } e.returnValue = true; return true; } function catchKeyPress(e) { if (!e) e = window.event; var aCode = e.keyCode ? e.keyCode : e.which; var obj = e.srcElement ? e.srcElement : e.target; var reg = /<(.|\n)*?>/g; var objValue = ''; objValue = obj.value; if ((objValue.indexOf("<") > -1 || objValue.indexOf(">") > -1 || objValue.indexOf("</") > -1) && obj.type != 'input') { var str = obj.value; str = str.replace(/</g, '').replace(/>/g, ''); obj.value = str; //""; } return true; } function ExitApp() { window.location.href = "../login.aspx?autoSaved=0"; } //--> </script> </head> <body> <!-- Master page with 2 rounded sections. --> <form name="aspnetForm" method="post" action="login.aspx" onkeypress="javascript:return WebForm_FireDefaultButton(event, 'ctl00_ContentPlaceHolder1_LoginView1_Login1_LoginButton')" id="aspnetForm" onkeyup="catchKeyPress(event)" autocomplete="off"> <div> <input type="hidden" name="__LASTFOCUS" id="__LASTFOCUS" value="" /> <input type="hidden" name="ctl00_scriptMgr_HiddenField" id="ctl00_scriptMgr_HiddenField" value="" /> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE4MDkzNDU4MDIPZBYCZg8PFgIeCVBhZ2VUaXRsZQUFTG9naW5kFgICAw8WAh4MYXV0b2NvbXBsZXRlBQNvZmYWBAIDD2QWAmYPZBYGAgEPZBYCAgcPDxYEHgtOYXZpZ2F0ZVVybAUTfi9IZWxwL0VOL3dobmpzLmh0bR4EVGV4dAUESGVscGRkAgcPFgIeB1Zpc2libGVoFgICAQ9kFgJmD2QWAgIBD2QWBgIJDw8WAh8EaGRkAgsPDxYCHwRoZGQCFQ8PFgIfBGhkZAIJDxYCHwRnZAIFD2QWBAIBDw8WAh8DBQVMb2dpbmRkAgMPZBYCAgEPZBYCZg9kFgICAQ8WAh8EaGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgIFI2N0bDAwJHVjR2VuSW5xdWlyeUV4dCRjaGtOZXdzbGV0dGVyBR5jdGwwMCR1Y0dlbklucXVpcnlFeHQkY2hrQWdyZWWWaBWWPXGmBRayRhyenA3QZ81H5g==" /> </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="/WebResource.axd?d=ULxWmjxxl48LXViIOFEzqXkFGETlg_3HWBDbO0XHRoYdqjBBNl6HPsUFZ2tNKNGdw3DKPUaXLwKvevtykdYB39AWj3A1&t=638313758908353130" type="text/javascript"></script> <script src="/ScriptResource.axd?d=R2jbTeXjtZ4ZdjIq2TAr3FjvBWxCxQNPMtIetR-2XPIIK6vYPa9AO3KOPDPVAmUOdMcX9A47mABK6pUQm8UBr04MEoLsHzideTYTC1k25mZdTZ_CbKmppuvfz2Z_VMOEpHW2CZekcPF5Xibz2Wof5LDRNCQDUFXYjHj8-gtE75zuYEvU0&t=7bc6e319" type="text/javascript"></script> <script src="/ScriptResource.axd?d=tRR6EtLlMaZ9Z2L_6QywHmrdp4obbVeuTZVflrzmSDKnAreV9xycDnUmx8Az3PFVrgb0zgc-z5jZELb1VWDo6-3bNyT6vC587h4n1hxa_XPj0Lhc4nyn8GZ3PbfX40i6EJcy2jEH90KzcrUSVCzATfK7PPYjQQWInb0J6ljjuyc_Dwxu0&t=7bc6e319" type="text/javascript"></script> <script src="webkit.js" type="text/javascript"></script> <script src="FixFocus.js" type="text/javascript"></script> <script src="/login.aspx?_TSM_HiddenField_=ctl00_scriptMgr_HiddenField&_TSM_CombinedScripts_=%3b%3bAjaxControlToolkit%2c+Version%3d3.0.30512.17815%2c+Culture%3dneutral%2c+PublicKeyToken%3d28f01b0e84b6d53e%3aen-US%3ac6756652-1352-4664-9356-b246b450e2d0%3a411fea1c%3a865923e8%3a77c58d20%3a91bd373d%3a14b56adc%3a596d588c%3a8e72a662%3aacd642d2%3a269a19ae" type="text/javascript"></script> <script src="/WebResource.axd?d=kxZA7UabvfortJraDUPbA4p1lpUFAMiO64S6uu8aRJ9LCyMvjHOtFfifHhGsgzRTOITBzkEks9znKTw_TdLm9atXR7A1&t=638313758908353130" type="text/javascript"></script> <div> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="C2EE9ABB" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWEwKy4c3TDALFpfXKDQK84qyxDgKv/vGLBwK/2a75BQKN7eG/DAKS7KOKAgKVj8y0BQLx7uiZCwK7jqjPAgLMyuPAAQLmsbz9AgKt/J6hCAKl/JakCAKf4Mm2DwL8wuyVAQLxu5GvCAKE89TeDgKX6LDoC49pCgMKl/h2MjD4B7ZXwkVe3a2R" /> </div> <div id="main-wrapper" > <script type="text/javascript"> //<![CDATA[ Sys.WebForms.PageRequestManager._initialize('ctl00$scriptMgr', document.getElementById('aspnetForm')); Sys.WebForms.PageRequestManager.getInstance()._updateControls(['tctl00$updPanel1'], [], [], 90); //]]> </script> <!-- header --> <script> function qs(key) { key = key.replace(/[*+?^$.\[\]{}()|\\\/]/g, "\\$&"); // escape RegEx meta chars var match = location.search.match(new RegExp("[?&]"+key+"=([^&]+)(&|$)")); return match && decodeURIComponent(match[1].replace(/\+/g, " ")); } $(document).ready(function () { var page = window.location.pathname.toLowerCase() var sectorId = page.includes("dashboard") ? 0 : page.includes("application") ? 1 : -1; var divHeight = $('#' + 'ctl00_ucHeader_header').height(); localStorage.setItem('divHeight', (divHeight + 25).toString()); $("#navigation-list").children("").each(function (index) { if (sectorId == index) { $(this).children("").addClass('active'); } if (sectorId == null && index == 0) { $(this).children("").addClass('active'); } }); //} }); </script> <!-- header --> <nav id="ctl00_ucHeader_header" class="navbar-oc navbar-expand-lg navbar-light" cellpadding="0" cellspacing="0" border="0" role="header"> <div class="container-fluid"> <div class="row"> <div class="col-12 d-flex" style="background: white; min-height: 2rem;"> <span class="ml-auto my-auto"> <div id="ctl00_ucHeader_pnlHeaderLinks"> <a target="_blank" href="http://www.ontariocreates.ca" class="pr-1 header-sub-nav"> ↖ ONTARIO CREATES </a>| <a id="ctl00_ucHeader_lbtnFeedback" class="pl-1 pr-2 header-sub-nav" CausesValidation="False" href="Feedback.aspx">Feedback</a>| <a id="ctl00_ucHeader_lbtnContact" class="pl-1 pr-2 header-sub-nav" CausesValidation="False" href="Contact.aspx">Contact Us</a>| <a id="ctl00_ucHeader_hplHelp" class="pl-1 pr-2 header-sub-nav" href="Help/EN/whnjs.htm" target="_blank">Help</a>| <a onclick="setIgnoreDirtyFlag();" id="ctl00_ucHeader_lbtnLanguage" class="pl-1 pr-2 header-sub-nav" href="javascript:__doPostBack('ctl00$ucHeader$lbtnLanguage','')">FRANÇAIS</a> </div> </span> </div> <div class="col-md-3 col-xl-2 d-flex flex-column" ><!--width="18%"--> <a id="ctl00_ucHeader_hlLogo" class="my-auto" CausesValidation="False" href="dashboard.aspx"><img id="ctl00_ucHeader_imgOntLogo" alt="logo" src="images/Logo_EN.png" style="height:60px;border-width:0px;" /></a> </div> <div class="col-md-9 col-xl-10"> <div class="row pt-3"> <div class="col-12" style="" valign=middle > <h1 style="font-size: 1.7rem; text-transform: uppercase; font-family: 'BrandonFontThin'; letter-spacing:6px;" class="header-title-big"> ONLINE APPLICATION PORTAL </h1> </div> </div> <div id="ctl00_ucHeader_rowTwo" class="row"> <ul id="navigation-list" class="nav navbar-nav mr-auto"> <li class="nav-item"> <br /> </li> </ul> </div> </div> </div> </div> </nav> <div id="ctl00_divPageHeader" style="background-color: #eeeeee; width: 100%; padding: 5px 5px 5px 10px; "> <span id="ctl00_lblPageHeader" class="page-header">Login</span> <div id="ctl00_divUserName" style="float:right; padding: 10px 0px 5px 0px;"> <div id="ctl00_updPanel1"> <span id="ctl00_spanInquiry" style="float: right; margin-right: 10px; margin-bottom: 0.3em; display:"> <img id="ctl00_imgInquiry" alt="" src="images/icons/icon_submitInquiry.png" style="border-width:0px;vertical-align: bottom;" /> <a id="ctl00_lbtnInquiry" class="bold-link" href="javascript:__doPostBack('ctl00$lbtnInquiry','')">Submit General Inquiry</a> </span> <script type="text/javascript"> function ToggleSubmit(chkbox) { var submitButton = document.getElementById("ctl00_ucGenInquiryExt_btnSubmit"); var hidSubmitOff = document.getElementById("ctl00_ucGenInquiryExt_hidSubmitOff"); var hidSubmitOn = document.getElementById("ctl00_ucGenInquiryExt_hidSubmitOn"); if (chkbox.checked) { submitButton.disabled = false; submitButton.src = hidSubmitOn.value; //"./images/btn/btn_submit.gif"; submitButton.className = "btn-primary"; } else { submitButton.disabled = true; submitButton.src = hidSubmitOff.value; //"./images/btn/submit_notActivate.gif"; submitButton.className = "btn-danger1"; } } </script> <div id="ctl00_ucGenInquiryExt_pnlPopup" style="display: none;"> <div id="ctl00_ucGenInquiryExt_pnlRoundWrapper" class="modalBox"> <div id="ctl00_ucGenInquiryExt_divPageHeader" style="background-color: #eeeeee; width: 100%; padding: 5px 5px 15px 10px;"> <span id="ctl00_ucGenInquiryExt_lblTitle" class="page-header" style="float:left;">Submit General Inquiry</span> </div> <div id="ctl00_ucGenInquiryExt_pnlForm"> <table style="width: 95%; text-align: left; margin-left: auto; margin-right: auto;" class="form-table"> <colgroup> <col width="22%" /> <col width="78%" /> </colgroup> <tr> <td colspan="2"> <div id="ctl00_ucGenInquiryExt_modalValSummary" style="color:Red;display:none;"> </div> </td> </tr> <tr> <td> <label for="ctl00_ucGenInquiryExt_txtName" id="ctl00_ucGenInquiryExt_lblName">Name:</label><strong class="red-star">*</strong> </td> <td> <input name="ctl00$ucGenInquiryExt$txtName" type="text" maxlength="100" id="ctl00_ucGenInquiryExt_txtName" style="width: 450px;" /> </td> </tr> <tr> <td> <label for="ctl00_ucGenInquiryExt_txtEmail" id="ctl00_ucGenInquiryExt_lblEmail">Email:</label><strong class="red-star">*</strong> </td> <td> <input name="ctl00$ucGenInquiryExt$txtEmail" type="text" maxlength="100" id="ctl00_ucGenInquiryExt_txtEmail" style="width: 450px;" /> </td> </tr> <tr> <td> <label for="ctl00_ucGenInquiryExt_txtTelephone" id="ctl00_ucGenInquiryExt_lblTelephone">Telephone:</label><strong class="red-star">*</strong> </td> <td> <input name="ctl00$ucGenInquiryExt$txtTelephone" type="text" maxlength="50" id="ctl00_ucGenInquiryExt_txtTelephone" style="width: 450px;" /> </td> </tr> <tr> <td> <label for="ctl00_ucGenInquiryExt_txtSubject" id="ctl00_ucGenInquiryExt_lblSubject">Subject:</label><strong class="red-star">*</strong> </td> <td> <input name="ctl00$ucGenInquiryExt$txtSubject" type="text" maxlength="100" id="ctl00_ucGenInquiryExt_txtSubject" style="width: 450px;" /> </td> </tr> <tr> <td> <label for="ctl00_ucGenInquiryExt_ceInquiry" id="ctl00_ucGenInquiryExt_lblInquiry">Message:</label> </td> <td> <span> <textarea name="ctl00$ucGenInquiryExt$ceInquiry" rows="4" cols="68" id="ctl00_ucGenInquiryExt_ceInquiry"></textarea> </span> </td> </tr> <tr> <td> </td> <td> <input id="ctl00_ucGenInquiryExt_chkNewsletter" type="checkbox" name="ctl00$ucGenInquiryExt$chkNewsletter" /><label for="ctl00_ucGenInquiryExt_chkNewsletter">Please add my email address to the Ontario Creates newsletter distribution list.</label> </td> </tr> <div id="ctl00_ucGenInquiryExt_pnlPublic"> <tr> <td> </td> <td> <input id="ctl00_ucGenInquiryExt_chkAgree" type="checkbox" name="ctl00$ucGenInquiryExt$chkAgree" onclick="ToggleSubmit(this);" /> <label for="ctl00_ucGenInquiryExt_chkAgree" id="ctl00_ucGenInquiryExt_lblAgreeNotePart1">I have read the</label> <a id="ctl00_ucGenInquiryExt_hplAgreeNotePart2" href="PrivacyPolicy.aspx" target="_blank">privacy policy.</a> </td> </tr> </div> <tr> <td style="text-align: right;" colspan="2"> <input type="submit" name="ctl00$ucGenInquiryExt$btnSubmit" value="Submit" id="ctl00_ucGenInquiryExt_btnSubmit" disabled="disabled" class="btn-primary" style="width: auto;" /> <input type="submit" name="ctl00$ucGenInquiryExt$btnCancel" value="Cancel" id="ctl00_ucGenInquiryExt_btnCancel" class="btn-primary" ImageUrl="~/images/btn/cancel.gif" style="width: auto;" /> <input type="hidden" name="ctl00$ucGenInquiryExt$hidSubmitOff" id="ctl00_ucGenInquiryExt_hidSubmitOff" /> <input type="hidden" name="ctl00$ucGenInquiryExt$hidSubmitOn" id="ctl00_ucGenInquiryExt_hidSubmitOn" /> </td> </tr> </table> </div> </div> </div> <input type="submit" name="ctl00$ucGenInquiryExt$btnDummy" value="" id="ctl00_ucGenInquiryExt_btnDummy" style="display: none;" /> </div> </div> </div> <div id="ctl00_pnlInternalMain" style="clear:both;"> <div> <div class="center-content"> <div id="ctl00_pnlSectionTop" class="top-with-tab"> <span></span> </div> <!-- CONTENT BEGIN --> <script type="text/javascript" src="https://www.google.com/recaptcha/api.js?onload=onloadCallback&render=explicit" async defer></script> <script language="javascript" type="text/javascript"> var onloadCallback = function () { grecaptcha.render('dvCaptcha', { 'sitekey': '6Lc1-k0kAAAAAJiTCGg9GD4uYII5BbSMynuOiG9r', 'callback': function (response) { $.ajax({ type: "POST", url: "Feedback.aspx/VerifyCaptcha", data: "{response: '" + response + "'}", contentType: "application/json; charset=utf-8", dataType: "json", async: true, cache: false, success: function (r) { var captchaResponse = jQuery.parseJSON(r.d); if (captchaResponse.success) { $("[id*=txtCaptcha]").val(captchaResponse.success); $("[id*=rfvCaptcha]").hide(); } else { var error = captchaResponse["error-codes"][0]; $("[id*=txtCaptcha]").val("error"); $("[id*=rfvCaptcha]").show(); $("[id*=rfvCaptcha]").html("RECaptcha error. " + error); } }, error: function (xhr, status, error) { console.log(xhr.responseText); } }); } }); }; </script> <div class="red" > <table width="100%" border="0"> <tr height="80px"> <td > </td> </tr> <tr> <td align="center"> <!-- aspnet login control --> <table id="ctl00_ContentPlaceHolder1_LoginView1_Login1" cellspacing="0" cellpadding="0" border="0" style="border-style:None;border-collapse:collapse;"> <tr> <td> <table border="0" cellpadding="0" cellspacing="1" style="width: 90%; margin-top: 10px;" class="form-table indent"> <tr> <td colspan="3" style="color: red; width: 300px;"> <div id="ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum" class="no-list-indent" style="color:Red;display:none;"> </div> </td> </tr> <tr> <td width="48%" align="right"> <label for="ctl00_ContentPlaceHolder1_LoginView1_Login1_UserName" id="ctl00_ContentPlaceHolder1_LoginView1_Login1_UserNameLabel" style="font-weight:bold;font-size:14px;">Email</label> </td> <td colspan="2" width="52%"> <input name="ctl00$ContentPlaceHolder1$LoginView1$Login1$UserName" type="text" maxlength="100" id="ctl00_ContentPlaceHolder1_LoginView1_Login1_UserName" AutoComplete="off" style="width: 300px;font-size:14px;" /> </td> </tr> <tr> <td align="right"> <label for="ctl00_ContentPlaceHolder1_LoginView1_Login1_Password" id="ctl00_ContentPlaceHolder1_LoginView1_Login1_PasswordLabel" style="font-weight:bold;font-size:14px;">Password</label> </td> <td colspan="2"> <input name="ctl00$ContentPlaceHolder1$LoginView1$Login1$Password" type="password" maxlength="20" id="ctl00_ContentPlaceHolder1_LoginView1_Login1_Password" style="width: 300px;font-size:14px;" /> </td> </tr> <tr> <td> </td> <td align="right" style="padding-right:0px" > <input type="submit" name="ctl00$ContentPlaceHolder1$LoginView1$Login1$LoginButton" value="Log In" onclick="javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$ContentPlaceHolder1$LoginView1$Login1$LoginButton", "", true, "Login1", "", false, false))" id="ctl00_ContentPlaceHolder1_LoginView1_Login1_LoginButton" class="btn-primary" style="height:30px;width:140px;font-size:small;" /> </td> </tr> <tr height="20px"><td></td></tr> <tr> <td> </td> <td colspan=2> <img id="ctl00_ContentPlaceHolder1_LoginView1_Login1_imgRegister" alt="" src="images/icons/icon_next.png" style="border-width:0px;" /> <a id="ctl00_ContentPlaceHolder1_LoginView1_Login1_hplRegister" href="Registration.aspx" style="font-weight:bold;font-size:13px;">Register</a> </td> </tr> <tr> <td> </td> <td colspan=2> <img id="ctl00_ContentPlaceHolder1_LoginView1_Login1_Image2" alt="" src="images/icons/icon_next.png" style="border-width:0px;" /> <a id="ctl00_ContentPlaceHolder1_LoginView1_Login1_HyperLink2" href="PasswordRecovery.aspx" style="font-weight:bold;font-size:13px;">Forgot your password?</a> </td> </tr> <tr> <td colspan="2"> <span id="ctl00_ContentPlaceHolder1_LoginView1_Login1_lblAutoSave" style="color:Red;font-weight:bold;display:none">Your session has expired and you were logged out as a security measure. Your work has been saved.</span></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan=2 align="center" valign="bottom"><br /><br /> <span id="ctl00_ContentPlaceHolder1_lblContact" style="font-weight:bold;font-size:12px;">Portal support, please email <a href='mailto:applyhelp@ontariocreates.ca'>applyhelp@ontariocreates.ca</a> or call us at (416)314-6858.</span></td> </tr> <tr height="20px"><td></td></tr> <tr height="60px"> <td > </td> </tr> </table> </div> <!-- CONTENT END --> </div> <div class="bottom"> <span></span> </div> </div> </div> <br style="clear: both" /> <!-- footer --> <div id="ctl00_ucFooter_pnlFooterLinks" class="d-flex flex-column justify-content-center pt-2 pb-2 text-white footer" role="footer" style="background-color: black;"> <div class="d-flex flex-row justify-content-center" role="navigation" aria-label="Secondary"> <a id="ctl00_ucFooter_hplCorpSite" href="http://www.ontariocreates.ca">Corporate Site</a> | <a id="ctl00_ucFooter_hplFeedback" href="Feedback.aspx">Feedback</a> | <a id="ctl00_ucFooter_hplContact" href="Contact.aspx">Contact Us</a> </div> <div class="d-flex flex-row justify-content-center" role="contentinfo"> <strong><span id="ctl00_ucFooter_lblLegal" class="col-form-label pr-1" style="text-transform: uppercase;">Legal:</span></strong> <a id="ctl00_ucFooter_hplCopyright" href="http://www.ontario.ca/en/general/004222">© King’s Printer for Ontario, 2009</a> | <a id="ctl00_ucFooter_hplPrivacy" href="https://www.ontario.ca/page/privacy-statement">Privacy Policy</a> | <a id="ctl00_ucFooter_hplTerms" href="TermsAndConditions.aspx">Terms and Conditions</a> </div> </div> <input type="hidden" name="ctl00$hdtoSaveData" id="ctl00_hdtoSaveData" /> </div> <script type="text/javascript"> //<![CDATA[ var Page_ValidationSummaries = new Array(document.getElementById("ctl00_ucGenInquiryExt_modalValSummary"), document.getElementById("ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum")); //]]> </script> <script type="text/javascript"> //<![CDATA[ var ctl00_ucGenInquiryExt_modalValSummary = document.all ? document.all["ctl00_ucGenInquiryExt_modalValSummary"] : document.getElementById("ctl00_ucGenInquiryExt_modalValSummary"); ctl00_ucGenInquiryExt_modalValSummary.validationGroup = "modalValSummary"; var ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum = document.all ? document.all["ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum"] : document.getElementById("ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum"); ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum.validationGroup = "Login1"; //]]> </script> <script type="text/javascript"> //<![CDATA[ document.getElementById('ctl00_ucGenInquiryExt_modalValSummary').dispose = function() { Array.remove(Page_ValidationSummaries, document.getElementById('ctl00_ucGenInquiryExt_modalValSummary')); } document.getElementById('ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum').dispose = function() { Array.remove(Page_ValidationSummaries, document.getElementById('ctl00_ContentPlaceHolder1_LoginView1_Login1_valSum')); } WebForm_AutoFocus('ctl00_ContentPlaceHolder1_LoginView1_Login1_UserName');Sys.Application.initialize(); Sys.Application.add_init(function() { $create(AjaxControlToolkit.ModalPopupBehavior, {"BackgroundCssClass":"modalBackground","Drag":true,"PopupControlID":"ctl00_ucGenInquiryExt_pnlPopup","Y":60,"dynamicServicePath":"/login.aspx","id":"ctl00_ucGenInquiryExt_modalExtender"}, null, null, $get("ctl00_ucGenInquiryExt_btnDummy")); }); Sys.Application.add_init(function() { $create(AjaxControlToolkit.RoundedCornersBehavior, {"BorderColor":"#C9C9C9","Radius":10,"id":"ctl00_ucGenInquiryExt_rndCrnExt"}, null, null, $get("ctl00_ucGenInquiryExt_pnlRoundWrapper")); }); //]]> </script> </form> </body> </html>