https://s.cint.com/Consent/Collect/d0c712f9-6114-1290-e668-26ec45146a1d

已提交的 URL:
https://s.cint.com/Survey/Start/d0c712f9-6114-1290-e668-26ec45146a1d已重新導向
報告完成時間:

連結 · 找到 2 個

從頁面中識別的傳出連結

連結Text
https://www.cint.com/participant-privacy-notice/Privacy Notice
https://www.cint.com/panelist-terms/Terms and Conditions

JavaScript 變數 · 找到 10 個

在頁面的視窗物件上載入的全域 JavaScript 變數是在函數外部宣告的變數,可從目前範圍內程式碼中的任何位置存取

名稱類型
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
WebFontobject
$function
jQueryfunction
ShowValidationErrorsfunction
isValidfunction
disableLinkfunction
disableButtonTemporarilyfunction

主控台記錄訊息 · 找到 0 條

記錄到 Web 主控台的訊息

HTML

頁面的原始 HTML 主體

<!DOCTYPE html><html class="wf-fontawesome-n4-active wf-active"><head>
	<title>Cint Consent</title>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="dns-prefetch" href="//c.cintnetworks.com">
		<link href="/bootstrap.min.css" rel="stylesheet" type="text/css">
		<link href="/consent.css" rel="stylesheet" type="text/css">

	<script src="/webfont.js"></script>
	<link href="/font-awesome.min.css" rel="stylesheet" type="text/css">
	<script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.12.4.min.js"></script>
	<script type="text/javascript">
    if (typeof jQuery == 'undefined') {
        document.write('<script src="jquery-1.12.4.min.js"><\/script>');
    }
    </script>
	<script type="text/javascript">
		$(function () {
			var redirectUrl = "";
			var shouldRedirect = false;
			var timeOutInMiliseconds = 0;
			var showValidationErrors = false;

			if (showValidationErrors)
				ShowValidationErrors(false);

			$('.consent input.mandatory').change(function () {
				var canProceed = isValid();
				//$('form input.button').prop('disabled', !canProceed);
			});
			$('.consent input.mandatory').change();

			var toggleAll = $('#toggle-all');
			if (toggleAll.length) {
				var allchecked = !$('.consent input:not([checked])').length && $('.consent input').length > 0;
				if (allchecked)
					toggleAll.prop("checked", true);

				toggleAll.change(function () {
					if ($(this).prop("checked"))
						$(".consent input").prop("checked", true).change();
				});
			}

			$('form').submit(function (event) {
				if (ShowValidationErrors(false)) {
					disableButtonTemporarily(10000);
				} else {
					event.preventDefault();
				}
			});

			if (shouldRedirect) {
				$('form').submit(function (e) {
					disableButtonTemporarily(10000);
					window.location.href = redirectUrl;
					e.preventDefault();
				});
			} else {
				$('form').submit(function (e) {
					return true;
				});
			}

			function fontLoadedOrTimeout() {
				if (shouldRedirect) {
					var countDownTimer = setInterval(countDownFunc, 1000);
					var redirectTimer = setTimeout(function () {
						disableButtonTemporarily(10000);
						window.location.href = redirectUrl;
					}, timeOutInMiliseconds);

					var timeRemaining = timeOutInMiliseconds / 1000;

					function countDownFunc() {
						timeRemaining -= 1;
						$('#please-wait strong').html(timeRemaining);
						if (!timeRemaining) {
							clearInterval(countDownTimer);
						}
					};

					var stopCountdown = function () {
						clearTimeout(redirectTimer);
						clearInterval(countDownTimer);
						$("#please-wait").hide();
						$("#spinner").hide();
					}

					$(".stoptimer").click(function (e) {
						stopCountdown();
						return true;
					});
				}
			}

			WebFont.load({
				custom: {
					families: ['FontAwesome']
				},
				timeout: 2000,
				active: fontLoadedOrTimeout,
				inactive: fontLoadedOrTimeout
			});
		});

		function ShowValidationErrors(customConsentExist) {
			//the line below should check all mandatory inputs not just the first one
			$('div.mandatory').removeClass('has-error');
			$('.validation-messages').hide();
			$('.validation-messages li').hide();
			var canProceed = isValid();
			if (!canProceed) {
				$('.validation-messages li').hide();
				$('.validation-messages').show();
				$('.consent input.mandatory').each(function (i, element) {
					if (!$(element).prop('checked')) {
						$(element).closest('div.mandatory').addClass('has-error');

						if (!customConsentExist)
							$('.consent-id-' + $(element).val()).show();
						else
							$('.consent-id-all').show();
					}
				});
				return false;
			} else {
				return true;
			}
		}
		function isValid() {
			var valid = true;
			$('.consent input.mandatory').each(function (i, element) {
				if (!$(element).prop('checked')) {
					valid = false;
				}
			});
			return valid;
		}
		function disableLink(event) {
			event.preventDefault();
		}
		function disableButtonTemporarily(timeout) {
			var input = $(":submit");
			input.prop("disabled", true);
			$('body').on('click', '.links a', disableLink);
			setTimeout(function () {
				input.prop("disabled", false);
				$('body').off('click', '.links a', disableLink);
			}, timeout);
		}
	</script>
	<meta http-equiv="Content-Type" content="text/html; utf-8">
</head>

<body>
	<div class="jumbotron container">
		<h1>We care about your privacy</h1>
		<p class="lead">By sharing your personal data you will be able to get research opportunities targeted to your interests, help to improve products and services and earn rewards for participation</p>
		<hr>

			<div class="row">
				<div class="col-xs-1 text-center">
					<input id="toggle-all" value="" type="checkbox">
				</div>
				<div class="col-xs-11">
					<label for="toggle-all">
						Agree to all
					</label>
				</div>
			</div>

		<form method="POST" action="/Consent/Collect/d0c712f9-6114-1290-e668-26ec45146a1d">
					<div class="row consent grey-gradient ">
						<div class="col-xs-1 text-center">
							<input class="" name="consents" type="checkbox" value="507" id="507">
						</div>
						<div class="col-xs-11">
							<label for="507" class="control-label">I agree to the use of cookies for market research purposes</label>
						</div>
				</div>
					<div class="row consent grey-gradient ">
						<div class="col-xs-1 text-center">
							<input class="" name="consents" type="checkbox" value="1648" id="1648">
						</div>
						<div class="col-xs-11">
							<label for="1648" class="control-label">I agree to the use of cookies and the collection of my device ID information for market research purposes.</label>
								<div class="description">We would like to identify online ads and campaigns that you may be exposed to so we can determine the effectiveness of those ads and campaigns and offer you the most relevant surveys. To do this, we need your consent to accept our cookie and for us to collect device identifiers such as your IP address and mobile advertising identifier (which is a ID assigned by your mobile device operating system that is used to server ads to you).</div>
						</div>
				</div>
			<hr>
			<div class="row">
				<div class="col-xs-12 col-md-3 col-md-offset-9">
					<input class="button btn-block" type="submit" value="Continue">
				</div>
			</div>
			<div class="row">
					<div class="col-xs-12 col-sm-4 col-md-4 text-center">
						<a class="stoptimer" href="https://www.cint.com/participant-privacy-notice/" target="_blank">Privacy Notice</a>
					</div>

					<div class="col-xs-12 col-sm-4 col-md-4 text-center">
						<a class="stoptimer" href="https://www.cint.com/panelist-terms/" target="_blank">Terms and Conditions</a>
					</div>

				<div class="col-xs-12 col-sm-4 col-md-4 text-center">
					<a class="stoptimer" href="/Consent/PrivacySettings/d0c712f9-6114-1290-e668-26ec45146a1d">Privacy Settings</a>
				</div>
			</div>
		</form>

	</div>



</body></html>