- ID de exploración:
- d8e69d8c-a0a0-47e2-8aaf-2f13d40d7a49Finalizado
- URL enviada:
- https://www.jbits.courts.state.co.us/efiling/web/login.htm
- Informe finalizado:
Enlaces: 5 encontrados
Los enlaces salientes identificados en la página
Enlace | Texto |
---|---|
https://www.google.com/chrome/ | Google Chrome |
https://www.microsoft.com/en-us/edge | Microsoft Edge. |
https://www.courts.state.co.us/Administration/Unit.cfm?Unit=efilenoaty | local court. |
http://www.courts.state.co.us/Administration/HR/ADA/Request.cfm | Accessibility |
https://www.courts.state.co.us/userfiles/file/Administration/ITS/EFiling/Privacy_Policy.pdf | Privacy |
Variables JavaScript: 223 encontradas
Las variables JavaScript globales cargadas en el objeto de ventana de una página son variables declaradas fuera de las funciones y a las que se puede acceder desde cualquier lugar del código en el ámbito actual
Nombre | Tipo |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
componentHandler | object |
MaterialButton | function |
MaterialCheckbox | function |
MaterialIconToggle | function |
MaterialMenu | function |
MaterialProgress | function |
MaterialRadio | function |
Mensajes de registro de la consola: 2 encontrados
Mensajes registrados en la consola web
Tipo | Categoría | Registro |
---|---|---|
verbose | dom |
|
warning | other |
|
HTML
El cuerpo HTML sin procesar de la página
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/tr/html4/loose.dtd"><html class="mdl-js"><head><link type="text/css" rel="stylesheet" href="/efiling/css/menuToolBar.css">
<title>Colorado Courts E-Filing</title>
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="Colorado,Judicial,E-file">
<meta http-equiv="description" content="Colorado Courts E-Filing">
<link rel="shortcut icon" href="/efiling/images/COCourtsLogo.ico">
<link type="text/css" rel="stylesheet" href="/efiling/components/material-design-lite/material.css">
<link type="text/css" rel="stylesheet" href="/efiling/components/getmdl-select-master/getmdl-select.min.css">
<script src="/efiling/components/material-design-lite/material.js?ver=2024.10.30" type="text/javascript"></script>
<script src="/efiling/components/getmdl-select-master/src/js/getmdl-select.js?ver=2024.10.30" type="text/javascript"></script>
<!-- jQuery CSS -->
<link type="text/css" rel="stylesheet" href="/efiling/css/ui.checkbox.css">
<link type="text/css" rel="stylesheet" href="/efiling/css/redmond/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="/efiling/css/jquery.tablesorter.css">
<link type="text/css" rel="stylesheet" href="/efiling/css/dataTables/jquery.dataTables_themeroller.css">
<link type="text/css" rel="stylesheet" href="/efiling/css/default.css">
<link type="text/css" rel="stylesheet" href="/efiling/css/print.css" media="print">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic">
<link href="/efiling/js/ng_aot/styles.css" rel="stylesheet">
<script type="text/javascript" src="/efiling/js/ng_aot/runtime.js"></script>
<script type="text/javascript" src="/efiling/js/ng_aot/polyfills.js"></script>
<script type="text/javascript" src="/efiling"></script>
<script type="text/javascript" src="/efiling/js/ng_aot/scripts.js"></script>
<!--
jQuery MUST be included in the beginning of all pages - it's used too often to hope that
it's loaded correctly when it's at the bottom, and it's too easy to write scripts that depend
on it and execute before the page is finished loading.
-->
<script src="/efiling/js/jquery/jquery-1.11.1.min.js?ver=2024.10.30" type="text/javascript"></script>
<script src="/efiling/js/compatibility.js?ver=2024.10.30" type="text/javascript"></script>
<script src="/efiling/js/custSupport.js?ver=2024.10.30" type="text/javascript"></script>
<script src="/efiling/js/browserDetect.js?ver=2024.10.30" type="text/javascript"></script>
<script type="text/javascript">
(function () { //polyfill for IE 11
if ( typeof window.CustomEvent === "function" ) return false;
function CustomEvent ( event, params ) {
params = params || { bubbles: false, cancelable: false, detail: undefined };
var evt = document.createEvent( 'CustomEvent' );
evt.initCustomEvent( event, params.bubbles, params.cancelable, params.detail );
return evt;
}
CustomEvent.prototype = window.Event.prototype;
window.CustomEvent = CustomEvent;
})();
var loadTime = 0;
// stores optional functions that may execute after the loadComplete
// method has been called (or not called, if it isn't defined).
var postLoadComplete = [];
if (typeof String.prototype.trim !== 'function') {
String.prototype.trim = function() {
return this.replace(/^\s+|\s+$/g, '');
}
}
function backgroundLoad() {
jQuery("form input").filter(":radio").css('border', '0px');
jQuery("button").not(".toolBarButton, .mat-button, .mat-raised-button,.searchDownloadBtn").button();
jQuery("input").filter(":button, :submit").button();
jQuery('.fieldset, .flicker, .fieldset2').css('visibility', 'visible');
jQuery('.legend').css('behavior', 'url(/efiling/css/PIE.htc)');
BrowserDetect.init();
if (typeof loadComplete == 'function') {
loadComplete();
}
// used to allow additional functionality that may not
// be available for a loadComplete -- like from an included
// jsp.
if (postLoadComplete != null) {
$.each(postLoadComplete, function(idx, elem) {
if (typeof elem == 'function') {
elem();
}
});
}
}
function disableButtonOnClick() {
jQuery("button,input:button").click(function() {
var submitButton = jQuery("#submitButton");
var backButton = jQuery("#backButton");
var removeCancelButton = jQuery("#removeCancelButton");
var saveCloseButton = jQuery("#saveCloseButton");
var cancelButton = jQuery("#cancelButton");
if (submitButton != null)
submitButton.disable();
if (backButton != null)
backButton.disable();
if (removeCancelButton != null)
removeCancelButton.disable();
if (saveCloseButton != null)
saveCloseButton.disable();
if (cancelButton != null)
cancelButton.disable();
setTimeout("enableButtons()", 2500);
});
}
function enableButtons() {
var submitButton = jQuery("#submitButton");
var backButton = jQuery("#backButton");
var removeCancelButton = jQuery("#removeCancelButton");
var saveCloseButton = jQuery("#saveCloseButton");
var cancelButton = jQuery("#cancelButton");
if (submitButton != null)
submitButton.enable();
if (backButton != null)
backButton.enable();
if (removeCancelButton != null)
removeCancelButton.enable();
if (saveCloseButton != null)
saveCloseButton.enable();
if (cancelButton != null)
cancelButton.enable();
}
function openWindow(url, width, height) {
var h = height;
var w = width;
if (height == null) {
h = screen.height;
}
if (width == null) {
w = screen.width
}
window
.open(
url,
"link",
"width="
+ w
+ ",height="
+ h
+ ",toolbar=yes,menubar=yes,location=yes,status=yes,resizable=yes,scrollbars=yes");
}
jQuery(document).ready(function() {
setTimeout("backgroundLoad()", loadTime);
});
</script>
<script src="/efiling/js/jquery/dataTables/jquery.dataTables.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/dataTables/jquery.dataTables.extensions.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/dataTables/jquery.dataTables.naturalSort.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/dataTables/jquery.dataTables.timeStringSort.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/disable/jquery.disable.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/tablenav/jquery.tablesorter.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/tablenav/jquery.tablesorter.pager.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/ui/jquery-ui.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/validation/jquery.validate.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/validation/jquery.validate.additional-methods.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/formValidate.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/menubar/flexdropdown.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/autotab.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/countryAndStates.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/json/jquery.json-2.3.min.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/checkbox/ui.checkbox.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery/checkbox/jquery.metadata.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/generalUtil.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/jquery.blockUI.js?ver=2024.10.30" type="text/javascript"></script><script src="/efiling/js/storage.js?ver=2024.10.30" type="text/javascript"></script></head>
<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0"><div id="infoDialogBox" style="display: none;">
<div id="infoDialogContent">
</div>
</div>
<div id="alertDialogBox" style="display: none;">
<div id="alertDialogContent">
</div>
</div>
<div id="confirmDialogBox" style="display: none;">
<div id="confirmDialogContent">
</div>
</div>
<div id="noItemsDialogBox" style="display: none;">
<div id="noItemsDialogContent">
</div>
</div>
<script type="text/javascript">
function alertDialog(text) {
$("#alertDialogBox").dialog( {
dialogClass:'common_dialog',
autoOpen : false,
modal : true,
title : "Error",
buttons : [
{text : "Close",
title : "Close.",
click : function() {
$(this).dialog("close");
}}
],
open : function () {
$(this).parent().find("button").last().focus();
}
});
$("#alertDialogContent").html(text);
$("#alertDialogBox").dialog("open");
}
function infoDialog(text) {
$("#infoDialogBox").dialog( {
dialogClass:'common_dialog',
autoOpen : false,
modal : true,
title : "Information",
buttons : [
{text : "Close",
title : "Close.",
click : function() {
$(this).dialog("close");
}}
],
open : function () {
$(this).parent().find("button").last().focus();
}
});
$("#infoDialogContent").html(text);
$("#infoDialogBox").dialog("open");
}
function confirmDialog(text, yesCallBack, noCallBack) {
$("#confirmDialogBox").dialog( {
dialogClass:'common_dialog',
autoOpen : false,
modal : true,
title : "Confirm",
buttons : [
{text : "OK",
title : "OK.",
click : function() {
$(this).dialog("close");
var ycb = $(this).dialog("option", "yesCallBack");
if (ycb != null) {
ycb();
}
}},
{text : "Cancel",
title : "Cancel.",
click : function() {
$(this).dialog("close");
var ncb = $(this).dialog("option", "noCallBack");
if (ncb != null) {
ncb();
}
}}
],
open : function () {
$(this).parent().find("button").last().focus();
},
yesCallBack : null,
noCallBack : null
});
$("#confirmDialogContent").html(text);
$("#confirmDialogBox").dialog("option", "yesCallBack", yesCallBack);
$("#confirmDialogBox").dialog("option", "noCallBack", noCallBack);
$("#confirmDialogBox").dialog("open");
}
function noItemsDialog() {
$("#noItemsDialogBox").dialog( {
dialogClass:'common_dialog',
autoOpen : false,
modal : true,
title : "No Items Selected",
buttons : [
{text : "Close",
title : "Close.",
click : function() {
$(this).dialog("close");
}}
],
open : function () {
$(this).parent().find("button").last().focus();
}
});
$("#noItemsDialogContent").html("You have not selected any items.");
$("#noItemsDialogBox").dialog("open");
}
</script>
<div class="docs-navigation_container" id="menuToolBar">
<nav class="docs-navigation mdl-navigation">
<img class="sealLogo" src="/efiling/images/seal.png" alt="Return to Home">
<span class="title" style="overflow: visible; font-family: Arial; font-weight: bold; min-width: 238px; margin-left: 0;padding-top: 20px;padding-bottom: 2px; ">Colorado Courts E-Filing</span>
</nav>
</div>
<noscript>
<p style="font-size: x-large; color: red; font-weight: bold; text-align: center;">
JavaScript must be enabled to access this site.
</p>
</noscript>
<div class="bodyContainer" style="padding-top: 30px;">
<br>
<br>
<br>
<br>
<form id="iccesLogonForm" name="iccesLogonForm" action="/efiling/web/login.htm" method="post">
<div class="wrapper" style="margin-top: 20px;">
<div class="fieldset centered" align="left" style="width: 42%; visibility: visible;">
<div class="legend">
Sign In
</div>
<div class="content">
<div style="text-align: center; ">
<!-- Form Validation errors -->
<ul id="messageBox"></ul>
<!-- Spring Controller errors -->
<span style="padding-left: 0pt; word-wrap: break-word; width: 80%;" class="error">
</span>
</div>
<table cellpadding="4" align="center" width="100%">
<tbody><tr width="100%" align="center">
<td align="right" width="10%">
<label id="luserId" for="userId">
Email:
</label>
</td>
<td width="62%" align="left">
<input id="userId" name="userId" class="required email" style="width: 95%;" tabindex="1" type="text" value="">
</td>
<td width="28%" align="left">
<a class="footer" href="/efiling/web/register.htm" tabindex="5">Create Account</a>
</td>
</tr>
<tr>
<td align="right">
<label id="lpassWord" for="passWord">
Password:
</label>
</td>
<td align="left">
<input id="passWord" name="passWord" class="required" style="width: 95%;" tabindex="2" type="password" value="">
</td>
<td align="left">
<a class="footer" href="/efiling/web/forgotPassword.htm" style="padding-right: 10px;" tabindex="4">Forgot Password?</a>
</td>
</tr>
<tr>
<td align="center" colspan="3">
<input id="signInButton" type="submit" value="Sign In" class="primary ui-button ui-widget ui-state-default ui-corner-all" tabindex="3" onclick="submitForm()" role="button">
</td>
</tr>
</tbody></table>
</div>
</div>
<br>
<br>
</div>
<div>
<input type="hidden" name="CSRFToken" value="b1fa2194-d821-4d55-ac57-a70bfbe7d3c2">
</div></form>
<script type="text/javascript">
function submitForm(){
//Validate the form.
var form = document.forms[0];
valid = formValidate(form);
// Check to see if hash is present in the URL. Doing this because the hash won't be able to detect in the server side.
if(window.location.hash){
var theForm = document.forms['iccesLogonForm'];
//Add the hash into the generalMessage in the form so we can look at it in the server side.
addHidden(theForm, 'generalMessage', window.location.hash);
}
if (valid) {
jQuery(form).submit();
}
}
//Function to add a hidden field to the form
function addHidden(theForm, key, value) {
// Create a hidden input element, and append it to the form:
var input = document.createElement('input');
input.type = 'hidden';
input.name = key; // 'the key/name of the attribute/field that is sent to the server
input.value = value;
theForm.appendChild(input);
}
function loadComplete() {
document.iccesLogonForm.userId.focus();
}
</script>
</div>
<div class="footerContainer" align="center">
<script>
// have to get root "/icces" from the jsp, can't get it from within the js.
function getRoot() {
return '/efiling';
}
</script>
<div id="compatibilityCheckDialog" style="display: none; font-size: 10pt;">
<div id="mainText" style="padding: 15px 15px 0px 15px;">
We recommend the latest versions of
<a class="footer" href="https://www.google.com/chrome/" target="_blank">Google Chrome</a>
or
<a class="footer" href="https://www.microsoft.com/en-us/edge" target="_blank">Microsoft Edge.</a>
</div>
</div>
<div id="customerSupportDialog" style="display: none; font-size: 10pt;">
<table width="80%" align="center">
<tbody><tr>
<td style="font-weight: bold; vertical-align: top;" colspan="4">
SELF-REPRESENTED LITIGANTS
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="vertical-align: top;" colspan="4">
Customer support for technical issues is available Monday - Friday 8:00 a.m. to 10:00 p.m. (MT) at 720-625-5800.
Procedural questions should be directed to your <a class="footer" href="https://www.courts.state.co.us/Administration/Unit.cfm?Unit=efilenoaty" target="_blank">local court.</a>
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td style="font-weight: bold; vertical-align: top;" colspan="4">
LAW FIRMS, PRIVATE AGENCIES, AND GOVERMENT AGENCIES
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="font-weight: bold; vertical-align: top;" colspan="3">
Contact Colorado Courts E-Filing Support
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="width: 1%;"> </td>
<td style="vertical-align: top; text-align: right; padding-right: 12px; width: 30%;">
Hours:
</td>
<td style="vertical-align: top; text-align: left; width: 64%;">
Monday - Friday 8:00 a.m. to 10:00 p.m. (MT) <br> Saturday - Sunday email and voicemail returned within 24 hours
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="width: 1%;"> </td>
<td style="vertical-align: top; text-align: right; padding-right: 12px; width: 30%;">
Email:
</td>
<td style="vertical-align: top; text-align: left; width: 64%;">
<a class="footer" href="mailto:[email protected]?subject=Customer Support">
[email protected]</a>
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="width: 1%;"> </td>
<td style="vertical-align: top; text-align: right; padding-right: 12px; width: 30%;">
Phone:
</td>
<td style="vertical-align: top; text-align: left; width: 64%;">
1-855-264-2237
</td>
</tr>
<tr><td> </td></tr>
<tr>
<td style="width: 5%;"> </td>
<td style="font-weight: bold; vertical-align: top;" colspan="3">
Contact Billing Support (Attorneys Only)
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="width: 1%;"> </td>
<td style="vertical-align: top; text-align: right; padding-right: 12px; width: 30%;">
Hours:
</td>
<td style="vertical-align: top; text-align: left; width: 64%;">
Monday - Friday 8:00 a.m. to 5:00 p.m. (MT)
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="width: 1%;"> </td>
<td style="vertical-align: top; text-align: right; padding-right: 12px; width: 30%;">
Email:
</td>
<td style="vertical-align: top; text-align: left; width: 64%;">
<a class="footer" href="mailto:[email protected]?subject=Billing Support">
[email protected]</a>
</td>
</tr>
<tr>
<td style="width: 5%;"> </td>
<td style="width: 1%;"> </td>
<td style="vertical-align: top; text-align: right; padding-right: 12px; width: 30%;">
Phone:
</td>
<td style="vertical-align: top; text-align: left; width: 64%;">
303-534-3468 x 0 or Toll Free 1-800-970-3468 x 0
</td>
</tr>
</tbody></table>
</div>
<hr style="width: 40%">
<p style="font-size: 9pt; font-weight: normal">
v5.16.0
|
<a class="footer" href="javascript:runCompatibilityCheckPopup(false)" id="compatibilityCheckLink">Recommended Browsers</a>
|
<a class="footer" href="http://www.courts.state.co.us/Administration/HR/ADA/Request.cfm" target="_blank">Accessibility</a>
|
<a class="footer" href="https://www.courts.state.co.us/userfiles/file/Administration/ITS/EFiling/Privacy_Policy.pdf" target="_blank">Privacy</a>
|
<a class="footer" href="mailto:[email protected]?subject=Feedback">Feedback</a>
|
<a class="footer" href="javascript:custSupportPopup()" id="custSupportLink">Contact Customer Support</a>
<br>
© Copyright 2024 State of Colorado Judicial Department. All rights reserved.
</p>
</div>
</body></html>