HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/MBoogaard/oosting-horseriding.com/CMS/CMSFormControls/Captcha/SimpleCaptcha.ascx
<%@ Control Language="C#" AutoEventWireup="true"  CodeFile="SimpleCaptcha.ascx.cs"
    Inherits="CMSFormControls_Captcha_SimpleCaptcha" %>
<div>
    <cms:LocalizedLabel ID="lblSecurityCode" runat="server" EnableViewState="false" Visible="false" />
</div>
<table class="CaptchaTable">
    <tr>
        <td>
            <cms:CMSTextBox ID="txtSecurityCode" runat="server" CssClass="CaptchaTextBox"/>
        </td>
        <td>
            &nbsp;<asp:Image ID="imgSecurityCode" AlternateText="Security code" runat="server"
                EnableViewState="false" />
        </td>
        <asp:PlaceHolder runat="server" ID="plcAfterText" Visible="false">
            <td class="CaptchaAfterText">
                <asp:Label ID="lblAfterText" runat="server" EnableViewState="false" />
            </td>
        </asp:PlaceHolder>
    </tr>
</table>