Accessibility Valet Report

Subject http://www.vec.virginia.gov//vecportal/forms/linkreqform.cfm
Date Tue Feb 9 16:59:40 2010
Guidelines tested SECTION508
Result Fail

Normalised Markup

<Section508/-html>
<head>
<script type="text/javascript" src="/CFIDE/scripts/cfform.js" > </script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js" > </script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<title> Virginia Employment Commission: VEC: Form: Submit a Link </title>
<meta name="REVISIT-AFTER" content="60 days" >
<meta name="description" content="Virginia: Employment Commission, your first stop for Employment related services in the Commonwealth of VA" >
<meta name="keywords" content="VA, Virginia, Employment, Labor, Market, Information, Labor Market Information, Unemployment Insurance, Unemployment, Job Seeker, Job, Seeker, Career" >
<meta name="author" content="VEC Webmaster" >
<meta http-equiv="distribution" content="Global" >
<link rel="P3Pv1" href="/vecportal/w3c/p3p.xml" >
<link rel="stylesheet" type="text/css" href="/vecportal/includes/common_banner.css" >
<link rel="stylesheet" type="text/css" href="/Custom_Tag/banner_styles.css" >
<link rel="stylesheet" type="text/css" href="/vecportal/includes/style.cfm" >
<script language="javascript" src="/vecportal/images.js" type="text/javascript" > </script>
<script language="javascript" src="/portal/myMenu/anylinkvertical.js" type="text/javascript" > </script>
<script src="/portal/myMenu/tabbox.js" type="text/javascript" > </script>
<link rel="icon" href="/vecportal/favicon.ico" type="image/x-icon" >
<link rel="shortcut icon" href="/vecportal/favicon.ico" type="image/x-icon" >
<script type="text/javascript" language="javascript" >
		function clearValue(field)
		{
		if (field.defaultValue == field.value)
		field.value = "";
		} 
	
</script>
<script type="text/javascript" language="javascript" >
                <!-- hide JS code
            function highlight(ele) {
               if (ele.value == '  ')
                  ele.value = '';
               else 
                  ele.select(ele.value);
            }
            function open_window(url) {
               app = window.open(url, "app", "menubar=1,toolbar=1,scrollbars=1,resizable=1,status=1,left=0,top=0");
               app.focus();
            }
    function MM_reloadPage(init) {  //reloads the window if Nav4 resized
      if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
        document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
      else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
	
	/* Modified to support Opera */
	function bookmarksite(title,url){
	if (window.sidebar) // firefox
		window.sidebar.addPanel(title, url, "");
	else if(window.opera && w
indow.print){ // opera
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	} 
	else if(document.all)// ie
		window.external.AddFavorite(url, title);
	}
    // end JS hide -->
    
</script>
<script type="text/javascript" >
<!--
    _CF_checkCFForm_1 = function(_CF_this)
    {
        //reset on submit
        _CF_error_exists = false;
        _CF_error_messages = new Array();
        _CF_error_fields = new Object();
        _CF_FirstErrorField = null;


        //display error messages and return success
        if( _CF_error_exists )
        {
            if( _CF_error_messages.length > 0 )
            {
                // show alert() message
                _CF_onErrorAlert(_CF_error_messages);
                // set focus to first form error, if the field supports js focus().
                if( _CF_this[_CF_FirstErrorField].type == "text" )
                { _CF_this[_CF_FirstErrorField].focus(); }

            }
            return false;
        }else {
            return true;
        }
    }
//-->
</script>
<script type="text/javascript" >
	if (window.ColdFusion) ColdFusion.required['name']=true;
</script>
<script type="text/javascript" >
	if (window.ColdFusion) ColdFusion.required['company']=true;
</script>
<script type="text/javascript" >
	if (window.ColdFusion) ColdFusion.required['sitename']=true;
</script>
<script type="text/javascript" >
	if (window.ColdFusion) ColdFusion.required['webaddress']=true;
</script>
<script type="text/javascript" >
	if (window.ColdFusion) ColdFusion.required['email']=true;
</script>
<script type="text/javascript" >
	if (window.ColdFusion) ColdFusion.required['ran1']=true;
</script>
<script type="text/javascript" >
<!--
    _CF_checkquestions = function(_CF_this)
    {
        //reset on submit
        _CF_error_exists = false;
        _CF_error_messages = new Array();
        _CF_error_fields = new Object();
        _CF_FirstErrorField = null;

        //form element name required check
        if( !_CF_hasValue(_CF_this['name'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "name", _CF_this['name'].value, "Name Required");
            _CF_error_exists = true;
        }

        //form element company required check
        if( !_CF_hasValue(_CF_this['company'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "company", _CF_this['company'].value, "Company Name Required");
            _CF_error_exists = true;
        }

        //form element sitename required check
        if( !_CF_hasValue(_CF_this['sitename'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "sitename", _CF_this['sitename'].value, "Site Name Required");
            _CF_error_exists =
 true;
        }

        //form element address required check
        if( !_CF_hasValue(_CF_this['address'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "address", _CF_this['address'].value, "Company Address Required!");
            _CF_error_exists = true;
        }

        //form element email required check
        if( !_CF_hasValue(_CF_this['email'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "email", _CF_this['email'].value, "Email Address Required");
            _CF_error_exists = true;
        }

        //form element ran1 required check
        if( !_CF_hasValue(_CF_this['ran1'], "TEXT", false ) )
        {
            _CF_onError(_CF_this, "ran1", _CF_this['ran1'].value, "You must enter the verification code number");
            _CF_error_exists = true;
        }


        //display error messages and return success
        if( _CF_error_exists )
        {
            if( _CF_error_messages.length > 0 )
            {
                //
 show alert() message
                _CF_onErrorAlert(_CF_error_messages);
                // set focus to first form error, if the field supports js focus().
                if( _CF_this[_CF_FirstErrorField].type == "text" )
                { _CF_this[_CF_FirstErrorField].focus(); }

            }
            return false;
        }else {
            return true;
        }
    }
//-->
</script>
</head>
<body>
<noscript> Your browser does not support JavaScript. Some features may not be avaliable to you. </noscript>
<a accesskey="}" title="Access Key = } top of page" name="top" > </a>
<div id="commonBanner" >
<a href="/vecportal/alert_main.cfm?outsideurl=www.virginia.gov" >
<Section508/Lowimg src="/portal/images/virginia_dot_gov_logo.jpg" width="151" height="40" alt="Virginia.gov" class="virginiaLogo" >
</a>
<div class="alignLeft" >
<span class="hidden" >
<a href="#startContent" title="Skip to Content" > Skip to Content </a>
| </span>
<a href="/vecportal/alert_main.cfm?outsideurl=www.virginia.gov/cmsportal2/online_services_4096/index.html" title="Virginia Online Government Services" > Online Services </a>
|
<a href="/vecportal/alert_main.cfm?outsideurl=www.virginia.gov/cmsportal2/government_4096/state_website_list.html" title="List of Commonwealth Web sites" > Commonwealth Sites </a>
|
<a href="/vecportal/alert_main.cfm?outsideurl=www.virginia.gov/cmsportal2/online_services_4096/help_center.html" title="Help" > Help </a>
|
<a href="/vecportal/alert_main.cfm?outsideurl=www.governor.virginia.gov" title="Web site of the Governor" > Governor </a>
</div>
<div id="virginiaSearch" >
<form id="virginiaSearchForm" action="http://www.virginia.gov/cmsportal2/portalsearch.html" >
<p>
<input type="hidden" id="c1" name="cx" value="006541648125353085856:pxkar5vs7ki" >
<input type="hidden" id="c2" name="cof" value="FORID:11" >
<input type="hidden" id="c4" name="safe" value="active" >
<label for="searchBox" class="hidden" > Search Virginia.gov: </label>
<input id="searchBox" name="q" type="text" onclick="javaScript: if (this.value=='Search Virginia.gov')this.value=''" onkeypress="javaScript: if (this.value=='Search Virginia.gov')this.value=''" value="Search Virginia.gov" >
<input type="submit" id="vaSearchBtn" title="GO" value="" >
</p>
</form>
</div>
</div>
<div id="header09" title="VEC Website" class="nowrap" >
<Section508/Lowimg src="/portal/images/vectopbanner.gif" alt="VEC Banner" width="300" height="67" align="left" >
<div class="headergraphic" title="VEC Website" > </div>
</div>
<div id="breadcrumb" >
<div class="breadCrumbText" >
<p class="style1" >      
<a class="bread" href="/vecportal/index.cfm" > Home </a>
<a class="bread" href="/vecportal/forms/contact.cfm" > Contact Page </a>
<span class="bread" > Form: Submit a Link </span>
<br>
<br>
</p>
</div>
<form action="/vecportal/search_results.cfm" name="siteSearchForm" id="siteSearchForm" method="post" >
<p class="bread nowrap bold" >   |  
<a href="/vecportal/contact.cfm" title="Contact Us" > Contact Us </a>
|
<label for="Criteria" class="hidden" > Search this Site: </label>
<input class="TextBox" id="Criteria" name="Criteria" type="text" onclick="javaScript: if (this.value=='Search VEC')this.value=''" onkeypress="javaScript: if (this.value=='Search VEC')this.value=''" value="Search VEC" >
<input type="submit" id="siteSearchBtn" title="GO" value="" >
</p>
</form>
</div>
<a id="startContent" > </a>
<table width="100%" border="0" cellspacing="0" cellpadding="4" summary="Formatting Table" >
<tr>
<td id="logo1" align="left" valign="top" class="noShow" >   </td>
<td id="desc1" align="left" valign="top" class="noShow" >   </td>
<td id="logo2" align="left" valign="top" class="noShow" >   </td>
<td id="desc2" align="left" valign="top" class="noShow" >   </td>
<td id="logo3" align="left" valign="top" class="noShow" >   </td>
</tr>
<tr>
<td width="5%" align="left" valign="top" class="leftSide" headers="logo1" >
<br>
<br>
<div class="leftnav09" >
<a class="menufont bold" Section508/Lowonmouseover="dropdownmenu(this, event, 'anylinkmenu2')" href="/vecportal/services.cfm" > How May We Help You? </a>
      </div>
<Section508/Lowdiv class="anylinkcss" id="anylinkmenu2" align="left" >
<a class="menufont bold" href="/vecportal/services.cfm#online" >   Online Services </a>
<a class="menufont bold" href="/vecportal/employer/employer_services.cfm" >   I am an Employer/Business </a>
<a class="menufont bold" href="/vecportal/seeker/seeker.cfm" >   I Need A New Job </a>
<a class="menufont bold" href="/vecportal/veteran/veteransvcs.cfm" >   I am a Veteran </a>
<a class="menufont bold" href="/vecportal/unins/insunemp.cfm" >   I am Unemployed </a>
<a class="menufont bold" href="http://www.vawc.virginia.gov/altentry.asp?action=lmiguest" >   I need Labor Market Information </a>
</div>
<br>
<br>
<div class="leftnav09" >
<a class="menufont bold" href="/vecportal/field/field_offices.cfm" > VEC Workforce Centers </a>
      </div>
<br>
<br>
<div class="leftnav09" >
<a class="menufont bold" href="/vecportal/faq.cfm" > Frequently Asked Questions </a>
      </div>
<br>
<br>
<div class="leftnav09" >
<a class="menufont bold" href="/vecportal/seeker/vecjobs.cfm" > VEC State Jobs </a>
      </div>
<br>
<br>
<div class="leftnav09" >
<a class="menufont bold" href="/vecportal/employer/vec_forms.cfm" > Forms / Publications </a>
      </div>
<br>
<br>
<div class="leftnav09" >
<a class="menufont bold" href="/vecportal/press.cfm" > Press Releases / Reports </a>
      </div>
<br>
<br>
<div class="text6" >
<h3> Get Connected! </h3>
<br>

Element center is deprecated.

<center>
<div class="text1" align="left" >   
<a class="bold" href="/vecportal/videos" >
<Section508/Lowimg src="/vecportal/images/youtubeicon.gif" alt="YouTube Videos!" >
YouTube </a>
  
<br>
<br>
  
<a class="bold" href="/vecportal/getFeed.cfm" >
<Section508/Lowimg src="/vecportal/images/rssicon.gif" alt="Get our RSS Feeds!" >
Rss Feeds </a>
  
<br>
<br>
  
<a class="bold" href="/vecportal/alert_main.cfm?outsideurl=www.twitter.com/vaemploy" >
<Section508/Lowimg src="/vecportal/images/twitter_Icon.jpg" alt="Twitter!" >
Twitter </a>
   </div>
</center>
</div>
<br>
<hr>
<div align="center" >
<h3 class="white" > *** Stimulus 2009 *** </h3>
<span class="bold whitefont" > American Recovery and Reinvestment Act </span>
<div align="left" >
<li class="white" >
<a class="menufont" href="/vecportal/alert_main.cfm?outsideurl=www.stimulus.virginia.gov/" > Track Virginia's use of Stimulus Funds </a>
</li>
<li class="white" >
<a class="menufont" linkindex="19" href="/pdf/eo85.pdf" > Governor Kaine's Executive Order 85 - posting ARRA jobs to the Virginia Workforce Connection </a>
<a href="/vecportal/alert_main.cfm?outsideurl=www.adobe.com/prodindex/acrobat/readstep.html" >
<Section508/Lowimg alt="This file is in PDF format. You must have Adobe Acrobat Reader 6.0 in order to view this file." height="11" width="11" src="/vecportal/images/pdf_icon.gif" >
</a>
<ul>
<li class="white" >
<a class="menufont" linkindex="19" href="/pdf/eo85instructions.pdf" > Job posting instructions for state agencies, contractors, and sub-recipients </a>
<a href="/vecportal/alert_main.cfm?outsideurl=www.adobe.com/prodindex/acrobat/readstep.html" >
<Section508/Lowimg alt="This file is in PDF format. You must have Adobe Acrobat Reader 6.0 in order to view this file." height="11" width="11" src="/vecportal/images/pdf_icon.gif" >
</a>
</li>
</ul>
</li>
<li class="white" >
<a class="menufont" linkindex="19" href="/vecportal/alert_main.cfm?outsideurl=www.irs.gov/newsroom/article/0,,id=204335,00.html?portlet=6" > IRS Initial Actions </a>
</li>
<li class="white" >
<a class="menufont" linkindex="20" href="/vecportal/unins/arra.cfm" > Workforce Programs </a>
</li>
</div>
</div>
<hr>
<p>   </p>
<p> </p>
<p> </p>
<div class="box2" align="center" >
<span class="bold" > *** Report ***
<br>
Unemployment Insurance Fraud </span>
<br>
You can anonymously report UI Fraud to the VEC by calling
<br>
1-800-782-4001 </div>
<br>
<br>
<Section508/Lowimg src="/portal/images/bottombar.gif" alt="Spacer image" width="150" height="1" >
<br>
<br>
<br>
<hr>
</td>
<td width="1%" align="left" valign="top" class="markerBottompic" headers="desc1" >      </td>
<td width="75%" align="left" valign="top" class="pagebg" headers="logo2" >
<Section508/Lowtable border="1" cellpadding="6" cellspacing="0" width="50%" Section508/Highbgcolor="#FFFFFF" >
<tr>
<Section508/Lowth colspan="2" align="center" >
<h4> Office Closing:
<br>
President's Day </h4>
</th>
</tr>
<tr>
<Section508/Lowth align="right" nowrap="nowrap" class="td5px" >
<div class="normalFont" > Close: 2/15/2010
<br>
Re-open:2/16/2010 </div>
</th>
<td valign="middle" class="td5px" >
<span class="normalFont" > All State Government Offices will be closed Monday February 15, 2010 in observance of President's Day, and will reopen Tuesday February 16, 2010. </span>
</td>
</tr>
</table>
<form name="CFForm_1" id="CFForm_1" action="/vecportal/field/field_offices.cfm" method="post" onsubmit="return _CF_checkCFForm_1(this)" >
<div align="right" class="nowrap" >   
<a href="/vecportal/announcements.cfm/id/27" >
<Section508/Lowimg src="/vecportal/images/closings.gif" width="170" height="40" alt="Office Closings" >
</a>
        
<a href="javascript:bookmarksite('Form: Submit a Link', 'http://www.vec.virginia.gov/?forms/linkreqform.cfm')" > Bookmark this Page! </a>
    |    
<input name="findbyzip" id="findbyzip" type="text" value="VA Zip Code" maxlength="5" onclick="clearValue(this)" size="10" >
<Section508/Lowinput type="submit" value="Find a VEC Office (Workforce Center)" >
</div>
</form>
<br>
<br>
<script language="JavaScript" type="text/javascript" src="/vecportal/includes/formVal.js" > </script>
<form name="questions" id="questions" action="linkreqform.cfm" method="post" onsubmit="return _CF_checkquestions(this)" >
<Section508/Lowinput type="hidden" name="send" value="yes" >
<h4> Link Request Form </h4>
<p> Before you submit a link, you should check to see if it will meets our
<a href="#site_url#seeker/disclaimer.cfm#outside_links" > Standards </a>
. If it does not meet our standards, your link will not be added. </p>
<p> YOU MUST PROVIDE A VALID E-MAIL ADDRESS FOR THIS FORM TO PROCESS. </p>
<div class="red" align="left" >
<p> Required items are represented with an asterisk. * </p>
<p>   </p>
</div>
<table border="0" cellpadding="2" width="100%" summary="formatting table" >
<tr>
<Section508/Lowth width="15%" align="right" valign="top" id="info" >   </th>
<td width="1%" valign="top" >   </td>
<td width="84%" align="left" >   </td>
</tr>
<tr>
<td headers="info" align="right" valign="top" >
<label for="name" > Name </label>
</td>
<td align="center" valign="top" >
<div class="red" >
<div align="center" > * </div>
</div>
</td>
<td align="left" >
<input name="name" type="text" value="Enter Your Name Here" tabindex="1" size="28" class="text" id="name" Section508/Certainonfocus="clearValue(this);" >
</td>
</tr>
<tr>
<td align="right" valign="top" >
<label for="company" > Company </label>
</td>
<td align="center" valign="top" >
<div class="red" >
<div align="center" > * </div>
</div>
</td>
<td align="left" >
<input name="company" type="text" value="Enter Your Company Name Here" tabindex="2" size="30" class="text" id="company" Section508/Certainonfocus="clearValue(this);" >
</td>
</tr>
<tr>
<td align="right" valign="top" >
<label for="sitename" > Name of Site </label>
</td>
<td align="center" valign="top" >
<div class="red" align="center" >
<div align="center" > * </div>
</div>
</td>
<td align="left" >
<input name="sitename" type="text" value="Enter Your Name of Site Here" tabindex="3" size="30" class="text" id="sitename" Section508/Certainonfocus="clearValue(this);" >
</td>
</tr>
<tr>
<td align="right" valign="top" >
<label for="webaddress" > Web Address </label>
</td>
<td align="center" valign="top" >
<div class="red" align="center" >
<div class="red" align="center" >
<div align="center" > * </div>
</div>
</div>
</td>
<td align="left" >
<input name="address" type="text" value="http://" class="text" size="35" id="webaddress" tabindex="4" >
</td>
</tr>
<tr>
<td align="right" valign="top" >
<label for="email" > E-Mail Address </label>
</td>
<td align="center" valign="top" >
<div class="red" >
<div align="center" > * </div>
</div>
</td>
<td align="left" >
<input name="email" type="text" value="Enter your e-mail Address Here" tabindex="5" size="35" class="text" id="email" Section508/Certainonfocus="clearValue(this);" >
</td>
</tr>
<tr>
<td align="right" valign="top" >
<label for="dayphone" > Daytime Phone </label>
</td>
<td align="center" valign="top" >
<div class="red" align="center" > * </div>
</td>
<td align="left" >
<input name="dayphone" type="text" value="Phone Number" maxlength="13" class="text" tabindex="6" size="16" id="phone" onclick="javascript:getIt(this)" Section508/Certainonfocus="clearValue(this);" >
</td>
</tr>
<tr>
<td align="right" valign="top" nowrap="nowrap" > Enter the text in the box
<br>
EXACTLY as it's shown: </td>
<td align="center" valign="top" >
<div class="red" align="center" > * </div>
</td>
<td align="left" >
<p>
<Section508/Lowinput type="hidden" name="ran2" value="84z9u" >
<label for="ran1" >
<span class="btmcell" Section508/Lowstyle="border-bottom: 2px solid; border-left: 2px solid; border-right: 2px solid; border-top: 2px solid; font-weight:bold; font-size: 18px; padding:2px;" > 84z9u </span>
<input name="ran1" id="ran1" type="text" maxlength="5" size="10" tabindex="7" >
</label>
</p>
</td>
</tr>
</table>
<p>
<label for="desc" > Brief Description of Site: * (We may use this as a description of your site next to your link) </label>
<br>
<textarea class="text" name="description" cols="40" rows="4" id="desc" Section508/Certainonfocus="clearValue(this);" > Enter a Brief Description of Your Site Here </textarea>
</p>
<p> Please look over your selections and insure they are correct, then hit "Send" only ONCE. </p>
<p>
<Section508/Lowinput name="link_req" type="submit" value="Send" >
 
<Section508/Lowinput type="reset" value="Reset" name="reset" >
</p>
</form>
</td>
<td align="left" valign="top" headers="desc1" >
<!--
 Right side End 
-->
</td>
<td>   </td>
</tr>
<tr class="footer" >
<td colspan="5" align="center" valign="top" headers="desc1" >
<br>
<div class="text8" >   |  
<a class="small white" href="/vecportal/about_vec.cfm" > About VEC </a>
   |   
<a class="small white" href="/vecportal/seeker/disclaimer.cfm" > Policy, privacy statement and disclaimer </a>
   |   
<a class="small white" accesskey="h" title="Freedom of Information Act: Access Key = h" href="/pdf/vfoia.pdf" > Virginia Freedom of Information Act </a>
   |    </div>
<br>
<a href="http://valet.webthing.com/access/htnorm?url=http://www.vec.virginia.gov/?/vecportal/forms/linkreqform.cfm&suite=WCAG1&xslt=compact" title="Opens the WAI Test. Hit back to return to the VEC Website" >
<Section508/Lowimg src="/portal/images/wcag1A.gif" alt="WAI Level I Approved. This link opens a new browser window" width="88" height="31" border="0" >
</a>
<span class="black" > | </span>
<a href="http://valet.webthing.com/access/htnorm?url=http://www.vec.virginia.gov/?/vecportal/forms/linkreqform.cfm&suite=SECTION508&xslt=compact" title="Opens the Section 508 Test. Hit back to return to the VEC Website" >
<Section508/Lowimg src="/portal/images/wcag508.gif" alt="Section 508 Approved. This link opens a new browser window" width="88" height="31" border="0" >
</a>
<span class="black" > | </span>
<a href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.vec.virginia.gov/?/vecportal//includes/allStyles.css&warning=1&profile=css2" title="Opens the CSS Test. Hit back to return to the VEC Website" >
<Section508/Lowimg src="/portal/images/vcss.gif" alt="CSS Verified. This link opens a new browser window" width="88" height="31" border="0" >
</a>
<span class="black" > | </span>
<Section508/Lowimg src="/portal/images/vwnlogo.gif" width="150" height="39" alt="Virginia Workforce Network Logo" >
<br>
<span class="small white" > Copyright © 2010. All rights reserved. The Virginia Employment Commission Is An
<a href="/vecportal/eeo/" >
<span class="white" > Equal Opportunity Employer/Program </span>
</a>
.
<br>
Auxiliary Aids and Services are Available Upon Request To Individuals With Disabilities.
<br>
</span>
<br>
<br>
</td>
</tr>
</table>
</body>
</html>