- 제출된 URL:
- https://piranha.infusionsoft.com/app/optOut/noConfirm/115974407/e48b0d6753f83492
- 보고서 완료:
링크 · 0개 결과
페이지에서 식별된 외부 링크
JavaScript 변수 · 5개 결과
페이지의 창 개체에 로드된 전역 JavaScript 변수는 함수 외부에서 선언된 변수로, 현재 범위 내에서 코드의 어느 부분에서나 액세스할 수 있습니다
이름 | 유형 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
InfusionStyles | object |
handleDecline | function |
콘솔 로그 메시지 · 1개 결과
웹 콘솔에 기록된 메시지
유형 | 카테고리 | 로그 |
---|---|---|
error | network |
|
HTML
페이지의 원시 HTML 본문
<html><head><link href="/resources/stylesheets/global-customer-facing.css?b=1.70.0.751586-hf-202412120145" media="all" rel="stylesheet" type="text/css"><script type="text/javascript">(function() {
var styleArray = ["/resources/stylesheets/global-customer-facing.css"];
if (window.Infusion) {
Infusion.stylesLoaded(styleArray);
} else if (window.InfusionStyles) {
window.InfusionStyles.concat(styleArray);
} else {
window.InfusionStyles = styleArray;
}
})();</script><link href="/resources/emailoptstatus/OptOutUnsubscribe.css?b=1.70.0.751586-hf-202412120145" media="all" rel="stylesheet" type="text/css"><script type="text/javascript">(function() {
var styleArray = ["/resources/emailoptstatus/OptOutUnsubscribe.css"];
if (window.Infusion) {
Infusion.stylesLoaded(styleArray);
} else if (window.InfusionStyles) {
window.InfusionStyles.concat(styleArray);
} else {
window.InfusionStyles = styleArray;
}
})();</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
Powered by Keap</title>
</head>
<body>
<div id="mainContent">
<div class="logoContainer" style="text-align:center;">
<img src="https://d1yoaun8syyxxt.cloudfront.net/piranha-46482124-8e9d-4b7e-8a34-5953c9bdfa57-v2">
</div>
<h1 id="title">
We're sorry to see you go.</h1>
<div id="optOutFormContainer" class="optOutForm">
<form accept-charset="UTF-8" action="/app/optOut/processOptOut" method="POST"><input id="optOutId" name="optOutId" type="hidden" value="34"><input id="optOutHash" name="optOutHash" type="hidden" value="ed5ae475d4861c09"><input id="token" name="token" type="hidden" value=""><input id="emailSentId" name="emailSentId" type="hidden" value="115974407"><input id="emailSentHash" name="emailSentHash" type="hidden" value="e48b0d6753f83492"><input id="optingType" name="optingType" type="hidden" value="OptOutAndUpdate"><div id="optOutContent">
<span id="optOutHeader" class="optionsHeader">
Why do you want to unsubscribe from these emails?</span>
<div class="optOutOption">
<input id="optOutOptions_Uninterested" name="optOutOptions" type="radio" value="Uninterested"><label for="optOutOptions_Uninterested" class="optionLabel">
I no longer want to receive these emails</label>
</div>
<div class="optOutOption">
<input id="optOutOptions_Unsolicited" name="optOutOptions" type="radio" value="Unsolicited"><label for="optOutOptions_Unsolicited" class="optionLabel">
I did not request email from this sender</label>
</div>
<div class="optOutOption">
<input id="optOutOptions_Inappropriate" name="optOutOptions" type="radio" value="Inappropriate"><label for="optOutOptions_Inappropriate" class="optionLabel">
This is not the content I expected</label>
</div>
<div class="optOutOption">
<input id="optOutOptions_Frequency" name="optOutOptions" type="radio" value="Frequency"><label for="optOutOptions_Frequency" class="optionLabel">
I received emails more often than I expected</label>
</div>
<div class="optOutOption">
<input id="optOutOptions_Spam" name="optOutOptions" type="radio" value="Spam"><label for="optOutOptions_Spam" class="optionLabel">
This email is spam and should be reported</label>
</div>
<div class="optOutOption">
<input id="optOutOptions_AlreadyUnsubscribed" name="optOutOptions" type="radio" value="AlreadyUnsubscribed"><label for="optOutOptions_AlreadyUnsubscribed" class="optionLabel">
I've previously unsubscribed</label>
</div>
<div class="feedback-comment">
<label for="feedbackComment">Additional comments</label>
<textarea name="feedbackComment" id="feedbackComment" class="otherTextArea"></textarea>
</div>
</div>
<div class="submitForm">
<input class="button primary is-button" id="submit" type="submit" value="Unsubscribe"><a href="javascript:handleDecline();" class="button secondary is-button">Do not remove</a>
</div>
</form></div>
<div id="decline-message" class="optOutForm" style="display: none;">
<p>Your information will not be removed. You may close this window.</p>
</div>
</div>
<div class="branding">
</div>
<script type="text/javascript">
function handleDecline() {
var optOutForm = document.getElementById('optOutFormContainer');
var declineMessage = document.getElementById('decline-message');
var title = document.getElementById('title');
optOutForm.style.display = 'none';
declineMessage.style.display = 'block';
title.style.display = 'none';
}
</script>
</body></html>