https://experience.microsoft.com/endofsurvey/

送信済みURL:
レポート終了日:

リンク · 0件検出

ページから特定された発信リンク

JavaScript変数 · 3件検出

ページのウィンドウオブジェクトにロードされたグローバルのJavaScript変数は関数以外の場所で宣言された変数で、現在のスコープ内であればコードのどこからでもアクセス可能です

名前規模
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

コンソールログメッセージ · 2件検出

Webコンソールにログ記録されたメッセージ

規模分類ログ
warningother
テキスト
Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'.
warningother
テキスト
Error with Permissions-Policy header: Unrecognized feature: 'usb'.

HTML

未加工のHTMLページ本文

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html lang="en"><head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <meta name="description" content="The New Frontier of Experience &amp; Research Technology">
        <meta name="author" content="Forsta">
        <title>End of Survey Page</title>
        <link rel="icon" href="favicon.ico">
        <meta name="theme-color" content="#7952b3">
        <link href="style/styles.css" type="text/css" rel="stylesheet">
    </head>
    <body>
        <header class="logo">
            <img src="img/Forsta-logo.svg" alt="Forsta" class="logo__icon">
        </header>

        <main class="end-of-survey">
            <div class="end-of-survey__check-mark-icon">
                ✓
            </div>
            <div class="end-of-survey__header">Thank you for taking our survey!</div>
            <div class="end-of-survey__message">Your efforts are greatly appreciated.</div>
            <div class="end-of-survey__company-info">
                This survey was powered by Forsta, the leading global software provider for Voice of the Customer, Employee Engagement and Market Research
            </div>
        </main>

        <footer class="copyright">
            Copyright © <script>document.write(new Date().getFullYear())</script>2024 Forsta. All rights reserved.
        </footer>
    
</body></html>