achecker.frenzy.gr Open in urlscan Pro
138.201.125.42  Public Scan

Submitted URL: https://achecker.frenzy.gr/
Effective URL: https://achecker.frenzy.gr/checker/index.php
Submission: On November 19 via automatic, source rescanner — Scanned from DE

Form analysis 1 forms found in the DOM

Name: input_formPOST /checker/index.php

<form name="input_form" enctype="multipart/form-data" method="post" action="/checker/index.php">
  <div class="left-col" style="float:left;clear:left;"><br>
    <fieldset class="group_form">
      <legend class="group_form">Check Accessibility By:</legend>
      <div class="topnavlistcontainer"><br>
        <ul class="navigation">
          <li class="navigation"><a href="javascript:void(0)" accesskey="a" title="Web Page URL Alt+1" id="AC_menu_by_uri" onclick="return AChecker.input.onClickTab('AC_by_uri');" class="active"><span class="nav">Web Page URL</span></a></li>
          <li class="navigation"><a href="javascript:void(0)" accesskey="b" title="HTML File Upload Alt+2" id="AC_menu_by_upload" onclick="return AChecker.input.onClickTab('AC_by_upload');"><span class="nav">HTML File Upload</span></a></li>
          <li class="navigation"><a href="javascript:void(0)" accesskey="c" title="Paste HTML Markup Alt+3" id="AC_menu_by_paste" onclick="return AChecker.input.onClickTab('AC_by_paste');"><span class="nav">Paste HTML Markup</span></a></li>
        </ul>
      </div>
      <div id="AC_by_uri" class="input_tab" style="display:block">
        <div style="text-align:center;">
          <label for="checkuri">Address:</label>
          <input type="text" name="uri" id="checkuri" value="" size="50">
          <div class="validation_submit_div">
            <div class="spinner_div">
              <img class="spinner_img" id="AC_spinner_by_uri" style="display:none" src="https://achecker.frenzy.gr/themes/default/images/spinner.gif" alt="Accessibility Validation in Progress"> &nbsp;
            </div>
            <input class="validation_button" type="submit" name="validate_uri" id="validate_uri" size="100" value="Check It" onclick="return AChecker.input.validateURI();">
          </div>
        </div>
      </div>
      <div id="AC_by_upload" class="input_tab" style="display:none">
        <div style="text-align:center;">
          <label for="checkfile">File:</label>
          <input type="hidden" name="MAX_FILE_SIZE" value="52428800">
          <input type="file" id="checkfile" name="uploadfile" size="47">
          <div class="validation_submit_div">
            <div class="spinner_div">
              <img class="spinner_img" id="AC_spinner_by_upload" style="display:none" src="https://achecker.frenzy.gr/themes/default/images/spinner.gif" alt="Accessibility Validation in Progress"> &nbsp;
            </div>
            <input class="validation_button" type="submit" name="validate_file" id="validate_file" value="Check It" onclick="return AChecker.input.validateUpload();">
          </div>
        </div>
      </div>
      <div id="AC_by_paste" class="input_tab" style="display:none">
        <label for="checkpaste">Paste from clipboard complete HTML source:</label>
        <div style="text-align:center;">
          <textarea rows="20" cols="75" name="pastehtml" id="checkpaste"></textarea>
          <div class="validation_submit_div">
            <div class="spinner_div">
              <img class="spinner_img" id="AC_spinner_by_paste" style="display:none" src="https://achecker.frenzy.gr/themes/default/images/spinner.gif" alt="Accessibility Validation in Progress"> &nbsp;
            </div>
            <input class="validation_button" type="submit" name="validate_paste" id="validate_paste" value="Check It" onclick="return AChecker.input.validatePaste();">
          </div>
        </div>
      </div>
      <div>
        <h2 align="left">
          <img src="images/arrow-closed.png" alt="Expand Guidelines" title="Expand Guidelines" id="toggle_image" border="0">
          <a href="javascript:AChecker.toggleDiv('div_options', 'toggle_image');">Options</a>
        </h2>
      </div>
      <div id="div_options" style="display:none">
        <table class="data static" style="background-colour:#eeeeee;">
          <tbody>
            <tr>
              <td class="one_third_width">
                <input type="checkbox" name="enable_html_validation" id="enable_html_validation" value="1">
                <label for="enable_html_validation">Enable HTML Validator</label>
              </td>
              <td class="one_third_width">
                <input type="checkbox" name="enable_css_validation" id="enable_css_validation" value="1">
                <label for="enable_css_validation">Enable CSS Validator</label>
              </td>
              <td class="one_third_width">
                <input type="checkbox" name="show_source" id="show_source" value="1">
                <label for="show_source">Show Source</label>
              </td>
            </tr>
            <tr>
              <td colspan="3">
                <h3>Guidelines to Check Against</h3>
              </td>
            </tr>
            <!-- 
			<tr>
				<td>
					<input type="checkbox" name="gid[]" id='gid_1' value='1'  />
					<label for='gid_1'>BITV 1.0 (Level 2)</label>
				</td>
				<td>
					<input type="checkbox" name="gid[]" id='gid_2' value='2'  />
					<label for='gid_2'>Section 508</label>
				</td>
				<td>
					<input type="checkbox" name="gid[]" id='gid_3' value='3'  />
					<label for='gid_3'>Stanca Act</label>
				</td>
			</tr>
			<tr>
				<td>
					<input type="checkbox" name="gid[]" id='gid_4' value='4'  />
					<label for='gid_4'>WCAG 1.0 (Level A)</label>
				</td>
				<td>
					<input type="checkbox" name="gid[]" id='gid_5' value='5'  />
					<label for='gid_5'>WCAG 1.0 (Level AA)</label>
				</td>
				<td>
					<input type="checkbox" name="gid[]" id='gid_6' value='6'  />
					<label for='gid_6'>WCAG 1.0 (Level AAA)</label>
				</td>
			</tr>
			<tr>
				<td>
					<input type="checkbox" name="gid[]" id='gid_7' value='7'  />
					<label for='gid_7'>WCAG 2.0 (Level A)</label>
				</td>
				<td>
					<input type="checkbox" name="gid[]" id='gid_8' value='8'  />
					<label for='gid_8'>WCAG 2.0 (Level AA)</label>
				</td>
				<td>
					<input type="checkbox" name="gid[]" id='gid_9' value='9'  />
					<label for='gid_9'>WCAG 2.0 (Level AAA)</label>
				</td>
			</tr>
 -->
            <tr>
              <td colspan="3">
                <div id="guideline_in_radio">
                  <table width="100%">
                    <tbody>
                      <tr>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_1" value="1">
                          <label for="radio_gid_1">BITV 1.0 (Level 2)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_2" value="2">
                          <label for="radio_gid_2">Section 508</label>
                        </td>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_3" value="3">
                          <label for="radio_gid_3">Stanca Act</label>
                        </td>
                      </tr>
                      <tr>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_4" value="4">
                          <label for="radio_gid_4">WCAG 1.0 (Level A)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_5" value="5">
                          <label for="radio_gid_5">WCAG 1.0 (Level AA)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_6" value="6">
                          <label for="radio_gid_6">WCAG 1.0 (Level AAA)</label>
                        </td>
                      </tr>
                      <tr>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_7" value="7">
                          <label for="radio_gid_7">WCAG 2.0 (Level A)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_8" value="8" checked="checked">
                          <label for="radio_gid_8">WCAG 2.0 (Level AA)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="radio" name="radio_gid[]" id="radio_gid_9" value="9">
                          <label for="radio_gid_9">WCAG 2.0 (Level AAA)</label>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </div>
                <div id="guideline_in_checkbox" style="display:none">
                  <table width="100%">
                    <tbody>
                      <tr>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_1" value="1">
                          <label for="checkbox_gid_1">BITV 1.0 (Level 2)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_2" value="2">
                          <label for="checkbox_gid_2">Section 508</label>
                        </td>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_3" value="3">
                          <label for="checkbox_gid_3">Stanca Act</label>
                        </td>
                      </tr>
                      <tr>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_4" value="4">
                          <label for="checkbox_gid_4">WCAG 1.0 (Level A)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_5" value="5">
                          <label for="checkbox_gid_5">WCAG 1.0 (Level AA)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_6" value="6">
                          <label for="checkbox_gid_6">WCAG 1.0 (Level AAA)</label>
                        </td>
                      </tr>
                      <tr>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_7" value="7">
                          <label for="checkbox_gid_7">WCAG 2.0 (Level A)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_8" value="8" checked="checked">
                          <label for="checkbox_gid_8">WCAG 2.0 (Level AA)</label>
                        </td>
                        <td class="one_third_width">
                          <input type="checkbox" name="checkbox_gid[]" id="checkbox_gid_9" value="9">
                          <label for="checkbox_gid_9">WCAG 2.0 (Level AAA)</label>
                        </td>
                      </tr>
                    </tbody>
                  </table>
                </div>
              </td>
            </tr>
            <tr>
              <td colspan="3">
                <h3>Report Format</h3>
              </td>
            </tr>
            <tr>
              <td class="one_third_width"><input type="radio" name="rpt_format" value="1" id="option_rpt_gdl" checked="checked"><label for="option_rpt_gdl">View by Guideline</label></td>
              <td class="one_third_width"><input type="radio" name="rpt_format" value="2" id="option_rpt_line"><label for="option_rpt_line">View by Line Number</label></td>
            </tr>
          </tbody>
        </table>
      </div>
    </fieldset>
  </div>
</form>

Text Content

Login    Register
 * Web Accessibility Checker

Web Accessibility Checker
 

Check Accessibility By:


 * Web Page URL
 * HTML File Upload
 * Paste HTML Markup

Address:
 
File:
 
Paste from clipboard complete HTML source:
 


OPTIONS

Enable HTML Validator Enable CSS Validator Show Source


GUIDELINES TO CHECK AGAINST

BITV 1.0 (Level 2) Section 508 Stanca Act WCAG 1.0 (Level A) WCAG 1.0 (Level AA)
WCAG 1.0 (Level AAA) WCAG 2.0 (Level A) WCAG 2.0 (Level AA) WCAG 2.0 (Level AAA)

BITV 1.0 (Level 2) Section 508 Stanca Act WCAG 1.0 (Level A) WCAG 1.0 (Level AA)
WCAG 1.0 (Level AAA) WCAG 2.0 (Level A) WCAG 2.0 (Level AA) WCAG 2.0 (Level AAA)


REPORT FORMAT

View by Guideline View by Line Number




Welcome to AChecker. This tool checks single HTML pages for conformance with
accessibility standards to ensure the content can be accessed by everyone. See
the Handbook link to the upper right for more about the Web Accessibility
Checker.

Web site engine's code is copyright © 2018



Web Service API

TABLE_PREFIXAC_

DB_NAMEacheckerfrenzygr

TIME USED0.0093278884887695 seconds.

Array
(
    [lang] => eng
    [prefs] => Array
        (
            [PREF_THEME] => default
        )

    [input_form] => Array
        (
            [gids] => 
        )

)