https://verifygkkev.com/api/01/08904243900092/10/EC24142

Eingereichte URL:
https://verifygkkev.com/api/01/08904243900092/10/EC24142
Bericht beendet:
LinkText
https://www.gsk.com/en-gb/contact-us/Contact Us
https://www.kevision.inKevSecure

JavaScript-Variablen · 7 gefunden

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
$function
jQueryfunction
showPositionfunction
showErrorfunction

Konsolenprotokoll-Meldungen · 2 gefunden

TypKategorieProtokoll
errorsecurity
URL
https://verifygkkev.com/api/01/08904243900092/10/EC24142
Text
Network location provider at 'https://www.googleapis.com/' : ERR_SSL_CLIENT_AUTH_CERT_NEEDED.
logother
URL
https://verifygkkev.com/api/01/08904243900092/10/EC24142
Text
Location information is unavailable.

HTML

<!DOCTYPE html><html><head><meta name="viewport" content="width=device-width, initial-scale=1.0" charset="UTF-8">

    <link rel="stylesheet" href="../../../Content/css/style.css">
    <script src="../../../Content/jquery.min.js"></script>
    <style>
        .hide {
            display: none !important;
        }
    </style>
</head>
<body>
    <div class="container">
        <!-- <div class="logo"> -->
            <!-- <img src="../../../Content/images/logo.png"> -->
        <!-- </div> -->
        <div class="card">
            <div class="primaryTitle">
                <img src="../../../Content/images/verified.svg">
                <!-- Not-Verified icon -->
                <!-- <img src="../../Content/images/notverified.svg"> -->
                <!-- Not-Verified icon -->
                <h2 style="margin:0px; padding-top: 6px;">Verified Product</h2>
                
            </div>
            <h3 class="innerTitle" style="font-size:16px;text-align: left;margin: 10px 0px;">Code Details</h3>
            <ul class="myUL">
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-01.svg">
                    </span>
                    <span>
                        Unique Product Identification Code (GTIN No.) : <b>08904243900092</b> <b> </b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-02.svg">
                    </span>
                    <span>
                        Proper Name Of The Drug : <b>Paracetamol Tablets IP 650 mg</b>
                    </span>
                </li>
                <li class="hide">
                    <span class="listIcon">
                        <img src="../../../Content/images/Generic.svg">
                    </span>
                    <span>
                        Generic Name Of The Drug : <b></b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-03.svg">
                    </span>
                    <span>
                        Brand Name : <b>Calpol 650 +</b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-04.svg">
                    </span>
                    <span>
                        Name And Address Of The Manufacturer : <b>GlaxoSmithKline Pharmaceuticals Limited, At : Plot No. D-5, M.I.D.C. Industrial area, Paithan,  Aurangabad - 431 148</b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-05.svg">
                    </span>
                    <span>
                        Batch Number : <b>EC24142</b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-07.svg">
                    </span>
                    <span>
                        Date Of Manufacturing : <b>May 2024</b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-08.svg">
                    </span>
                    <span>
                        Date Of Expiry : <b>Apr 2026</b>
                    </span>
                </li>
                <li>
                    <span class="listIcon">
                        <img src="../../../Content/images/listIcon-10.svg">
                    </span>
                    <span>
                        Manufacturing Licence Number : <b>25A/AD/258A</b>
                    </span>
                </li>

            </ul>
            <div style="text-align: center;font-size: 13px;padding: 10px 0px;font-weight: 600;color: #e41d37;">
                Thank you for visiting us ! We appreciate the opportunity to serve you.
            </div>

            <div class="clickableLink" style="text-align: left; font-size: 13px; padding: 20px 0px 15px 0px ">
                <a href="https://www.gsk.com/en-gb/contact-us/">Contact Us</a>
            </div>
            <div class="footer">
                <div>Kevision © 2023.</div>
                <div>
                    Powered by <span class="clickableLink">
                        <a href="https://www.kevision.in">KevSecure</a>
                    </span>
                </div>
            </div>
        </div>
        <div class="footerLogo">
            <img src="../../../Content/images/footerLogo.svg">
        </div>
    </div>

<script type="text/javascript">

    window.onload = () => {
        if (true && navigator.geolocation) {
            navigator.geolocation.getCurrentPosition((data) => { showPosition(data) }, showError);
        }
    }

    function showPosition(position) {
        const data = JSON.stringify({ "latitude": position.coords.latitude, "longitude": position.coords.longitude });
        $.ajax({
            url: "https://verifygkkev.com/apigeo-location/671478b39d71a22064579996",
            type: 'POST',
            contentType: 'application/json; charset=UTF-8',
            data: data,
                success: function (content) {
                    //console.log("Location success");
                },
            error: function (e) {}
        });
    }

    function showError(error) {
        switch (error.code) {
            case error.PERMISSION_DENIED:
                console.log("User denied the request for Geolocation.");
                break;
            case error.POSITION_UNAVAILABLE:
                console.log("Location information is unavailable.");
                break;
            case error.TIMEOUT:
                console.log("The request to get user location timed out.");
                break;
            case error.UNKNOWN_ERROR:
                console.log("An unknown error occurred.");
                break;
        }
    }
</script>
</body></html>