[Skip to Content]

HTML Document

URL: http://www.xmediasolution.com/reg/career.php
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: PHPSESSID=8c469beeb5564a1e5ad
Size: 39 KB
Page Weight: 39 KB (total size of HTML, CSS, JavaScript and images)
Depth: 1 clicks from home page
Charset: UTF-8
Forms: 1 forms containing 15 controls
HTTP Headers: View Headers 9 headers
Links In: View Links 1 pages
Links Out: View Links 66 links
Images: View Images 4 images
CSS: View CSS Files 0 files
JavaScript: View JavaScript Files 0 files
  
Issue Issues: 51 issues found on 192 lines

Priority 2
This page has no privacy policy. If your web server logs visits, then every page reachable by a search engine should have a privacy policy explaining what is logged and how the logs are used.



Priority 1
This page uses cookies and has no obvious privacy policy. Companies in the EU using cookies must comply with the Privacy and Electronic Communications (EC Directive) Regulations 2003 by providing a privacy policy. Cookies: PHPSESSID=8c469beeb5564a1e5ad

Help
The EC Privacy Regulations carry a maximum fine of £5,000 / €7,000 for failure to comply. To comply, place a link on every page labeled "Privacy Policy" referring to a page describing how your site uses cookies, and how to disable them.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

Priority 1
Use the LANG attribute to identify the language of the page.

Help
In HTML add a LANG attribute to the HTML tag, and in PDF set the language using Document Properties in Acrobat. This allows screen readers to pronounce words correctly.

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<scrip
Priority 1
Required attribute "type" not specified.
Line 4 HTML Validation


t>var cap='';
</script><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Priority 2
Title tag is too long for Bing. Bing recommends using titles up to 65 characters long. The title is 86 characters long.
Line 6 Bing

Help
The major search engines all have different limits for title length, and these limits have changed over time. Avoid title lengths close to the limits to prevent problems when the limits change again, and note that the W3C recommends a maximum length of 64 characters.


Priority 2
Title tag is too long for Yahoo. Yahoo recommends limiting your page title to 67 characters. The title is 86 characters long.
Line 6 Yahoo

Help
The major search engines all have different limits for title length, and these limits have changed over time. Avoid title lengths close to the limits to prevent problems when the limits change again, and note that the W3C recommends a maximum length of 64 characters.


Priority 2
Title is longer than 64 characters. W3C recommends titles are no longer than 64 characters.


<title>Website design Ambattur branches,Website designers Chennai branches,Webdesign company </title>

Priority 3
Meta description tag is too long for Bing. Bing recommends keeping the description text under 160 characters in length. The description is 174 characters long.
Line 7 Bing

Help
The major search engines all have different limits for meta description length, and these limits have changed over time. Avoid descriptions close to the limits to avoid problems when the limits change again.

<meta name="Description" content="Xmediasolution is webdesign company in chennai having branches in Chennai,Adayar,Nungambakkam,Annanagar,Ambattur branches,Website designers Chennai branches,Webdesign company" />
<meta name="Keywords" content="Webdesign Chennai,Adayar,Nungambakkam,Annanagar,Ambattur branches,Website designers Chennai branches,Webdesign company" />
<link href="../contactus.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="../style6.css" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="../style6.css" /><![endif]-->
<!--[if IE 8]><link rel="stylesheet" type="text/css" href="../style6.css" /><![endif]-->
<!
Priority 1
"if" is not a reserved name.
Line 13 HTML Validation


[if
Priority 1
Character data is not allowed here.
Line 13 HTML Validation


!IE]><link rel="stylesheet" type="text/css" href="../style.css" /><!
Priority 1
"endif" is not a reserved name.
Line 13 HTML Validation


[endif]>
<link rel="stylesheet" href="../menu-inner.css" type="text/css" media="screen" />
<script src="registration_files/ga.js" async
Priority 2
There is no attribute "async".
Line 15 HTML Validation

Help
This happens when the version of HTML used on this page doesn't support an attribute with this name. This can happen if the attribute is misspelled, is uppercase or mixed case in XHTML, or isn't supported by some HTML versions. For example, HTML 4 DOCTYPEs don't allow HTML 5 attributes and Strict DOCTYPEs don't allow stylistic attributes which were present in earlier versions of HTML.

="" type="text/javascript"></script><scrip
Priority 1
Required attribute "type" not specified.
Line 15 HTML Validation


t>
var www_path_root = "/";
</script>
<script language="javascript
Priority 1
Required attribute "type" not specified.
Line 18 HTML Validation


">
// this fixes an issue with the old method, ambiguous values
// with this test document.cookie.indexOf( name + "=" );
function Get_Cookie( check_name ) {
// first we'll split this cookie up into name/value pairs
// note: document.cookie only returns name=value, not the other components
var a_all_cookies = document.cookie.split( ';' );
var a_temp_cookie = '';
var cookie_name = '';
var cookie_value = '';
var b_cookie_found = false; // set boolean t/f default f
for ( i = 0; i
Priority 1
Character "<" is the first character of a delimiter but occurred as data.
Line 29 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.

< a_all_cookies.length; i++ )
{
// now we'll split apart each name=value pair
a_temp_cookie = a_all_cookies[i].split( '=' );
// and trim left/right whitespace while we're at it
cookie_name = a_temp_cookie[0].replace(/^\s+|\s+$/g, '');
// if the extracted name matches passed check_name
if ( cookie_name == check_name )
{
b_cookie_found = true;
// we need to handle case where cookie has no value but exists (no = sign, that is):
if ( a_temp_cookie.length > 1 )
{
cookie_value = unescape( a_temp_cookie[1].replace(/^\s+|\s+$/g, '') );
}
// note that in cases where cookie is initialized but no value, null is returned
return cookie_value;
break;
}
a_temp_cookie = null;
cookie_name = '';
}
if ( !b_cookie_found )
{
return null;
}
}
if ( Get_Cookie( 'display_view' ) == 'Web' ){
}else{
<!--
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/android/i))) {
location.replace("http://xbs.in/);
}
if ((navigator.userAgent.match(/iPad/i))) {
location.replace("http://xbs.in/");
}
}
-->
</script>
<link rel="stylesheet" type="text/css" href="registration_files/registration.css"
Priority 1
End tag for "link" omitted, but OMITTAG NO was specified.
Line 69 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 69 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

>
<link rel="author" href="https://plus.google.com/101813037085285248678" />
</head>
<body class="plain">
<div id="topstrip">

Priority 1
This page has links to a PDF file, but does not provide a link to download Acrobat Reader.

Help
You should include a link to download Acrobat Reader. When a web page requires that an applet, plug-in or other application be present on the client system to interpret page content, the page must provide a link to a plug-in or applet that complies with S1194.21(a) through (l).

<a href="../pdf/xmedia_solutions_profile.pdf" target="_blank" class="download"><span>Download</span> Corporate Profile</a>
<a href="career.php" class="careers"><span>Careers</span></a>
<ul class="speed">
<li><a href="http://xmediasolution.com/blog/" target="_blank">Blog</a></li>
<li><a href="../index.php">Home</a></li>
<li><a href="../sitemap.html">Sitemap</a></li>
</ul>
</div>
<div id="nav">

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 83 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="../" class="logo"></a>
<div id="main-menu">
<ul >
<li><a href="../index.php" class="drop">Home</a> </li>
<li><a href="../company.html" >Company</a></li>
<li><a href="../services.html" class="drop">Services</a><!-- Begin 4 columns Item -->
<div class="dropdown_4columns"><!-- Begin 4 columns container -->
<div class="col_1">

Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Web Designing</h3>
<ul>
<li><a href="../static-website-designing.html">Static Website Design</a></li>
<li><a href="../dynamic-website-designing.html">Dynamic Website Design</a></li>
<li><a href="../ecommerce-website-designer.html">Ecommerce Website Design</a></li>
<li><a href="../joomla-website-design.html">Joomla Customization</a></li>
<li><a href="../wordpress-website-design.html">Wordpress Customization</a></li>
</ul>
</div>
<div class="col_1">

Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Web Development</h3>
<ul><li><a href="../mobile-application-development.html">Mobile Application Development</a></li>
<li><a href="../b2b-and-b2c-web-portals.html">B2B/B2C Web Portals</a></li>
<li><a href="../cms-development.html">CMS Web Development</a></li>
<li><a href="http://www.xmedia.in/open-source-ecommerce/os-commerce-customization">OsCommerce customization</a></li>
<li><a href="../Android-application-development.html">Android App Development</a></li>
</ul>
</div>
<div class="col_1">

Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Online Marketing</h3>
<ul>
<li><a href="../search-engine-optimization.html">Search Engine Optimization</a></li>
<li><a href="../web-promotion-solutions.htm">Web Promotion Solutions</a></li>
<li><a href="../search-engine-marketing.html">Search Engine Marketing</a></li>
<li><a href="../social-media-optimization.html">Social Media Optimization</a></li>
<li><a href="../local-seo-services.html">Local SEO Services</a></li>
</ul>
</div>
<div class="col_2">

Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Brand
Priority 1
Character "&" is the first character of a delimiter but occurred as data.
Line 130 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.

& Print Design</h3>
<ul>
<li><a href="../logo-design.html">Logo Design</a></li>
<li><a href="../corporate_identity.html">Corporate identity</a></li>
<li><a href="../brouchure-design.html">Brochure Design</a></li>
<li><a href="../package-design.html">Package Design</a></li>
<li><a href="../pamphlet-designing.html">Pamphlet design</a></li>
</ul>
</div>
<div class="col_3">

Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Web Hosting
Priority 1
Character "&" is the first character of a delimiter but occurred as data.
Line 142 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.

& Maintenance</h3>
<ul style="float:left; width:193px;">
<li><a href="../domain-registration.html">Domain Registration </a></li>
<li><a href="../linux-hosting.html"> Linux Hosting </a></li>
<li> <a href="../windows-hosting.html"> Windows Hosting</a></li>
<li><a href="../reseller-hosting.html">Reseller Hosting</a></li>
<li><a href="../business-email-solutions.html"> Business Email Solutions </a></li>
</ul>
<ul style="float:left; width:193px;">
<li> <a href="../ecommerce-web-hosting.html">Ecommerce Web Hosting</a></li>
<li><a href="../dedicated-servers.html">Dedicated Servers </a></li>
<li> <a href="../linux-dedicated-servers.html">Linux Dedicated Servers</a></li>
<li> <a href="../managed-web-hosting.html">Managed Web Hosting</a> </li>
<li> <a href="../windows-dedicated-servers.html">Windows Dedicated Servers</a> </li>
</ul>
</div>
<div class="col_3">

Priority 3
Use headings in the appropriate HTML order (don't put H1 inside an H2, or H2 inside H3 etc.)

Help
Using the appropriate HTML heading order helps users get a sense of the hierarchy of information on the page. The appropriate use of H1-H3 heading tags also allows users of assistive technologies to understand the hierarchy of information.

<h3>Software Development</h3>
<ul style="float:left; width:193px;">
<li><a href="../service-management-system.html">Service Management System</a></li>
<li><a href="../project-management-system.html">Project Management System</a></li>
<li><a href="../Lead-management-system.html">Lead Management System</a></li>
<li><a href="../erp_solution.html">ERP Solution</a></li>
<li><a href="../hrms_solution.html">HRMS Solution</a></li>
</ul>
<ul style="float:left; width:193px;">
<li><a href="http://www.xmedia.in/open-source-cms">Open Source Customization</a></li>
<li><a href="../E-commerce-solutions.html">E-Commerce Solution</a></li>
<li><a href="../business-process-automation.html">Business Process Automation</a></li>
<li><a href="../payment-and-billing-systems.html">Payment and Billing Systems</a></li>
<li><a href="../paypal-and-payment-gateway-integration.html"> PayPal &amp; Payment Gateway Integration</a></li>
</ul>
</div>
</div>
</li>
<li><a href="../portfolio.html" >Portfolio</a>
<div class="dropdown_2columns"><!-- Begin 2 columns container -->
<ul>
<li><a href="../webdesign.html"><span style="font-weight:bold; line-height:25px;">Website Design</span></a></li>
<li><a href="../logo.html"><span style="font-weight:bold; line-height:25px;">Logo Design</span></a></li>
<li><a href="../brochure-designer-Chennai.html"><span style="font-weight:bold; line-height:25px;">Brochure Design</span></a></li>
<li><a href="../catalog-designer-chennai.html"><span style="font-weight:bold; line-height:25px;">Catalog Design</span></a></li>

Priority 5
Capitalize the first letter of the first word in lists.

Help
Only the first letter of the first word should be capitalized unless the item contains another word that would normally be capitalized.

<li><a href="../pamphlet-design.html"><span style="font-weight:bold; line-height:25px;">pamphlet Design</span></a></li>
<li><a href="../flash.html"><span style="font-weight:bold; line-height:25px;">Flash Presentation</span></a></li>
</ul>
</div>
</li>
<li><a href="../clients.html" >Clients</a></li>
<li><a href="../contactus.php" >Contact Us</a></li>
</ul>
</div>
<br class="spacer" />
</div>
<div id="title"><img src="registration_files/career-banners.jpg" width="1076" alt="Send us a Note" height="247" /><br class="spacer" />
</div>
<div id="navi">
<ul>
<li><a href="../index.php">Home</a></li>

Priority 5
Capitalize the first letter of the first word in lists.

Help
Only the first letter of the first word should be capitalized unless the item contains another word that would normally be capitalized.

<li class="over">career</li>
</ul>
<img src="registration_files/career-heading.jpg" alt="career" width="161" height="35" /><br class="spacer" />
</div>
<div id="centerpart">
<script type="text/javascript" src="registration_files/jquery_003.js"></script> <script type="text/javascript" src="registration_files/reg.js"></script> <script type="text/javascript" src="registration_files/jquery-1.js"></script> <script type="text/javascript" src="registration_files/main.js"></script> <script type="text/javascript" src="registration_files/tool_tip.js"></script> <script type="text/javascript" src="registration_files/jquery_004.js"></script> <script type="text/javascript" src="registration_files/display.js"></script>
<script type="text/javascript">
/**************************************************************/
/****************NUMERIC VALUE VALIDATION**********************/
/**************************************************************/
function IsNumeric(strString){
var strValidChars = "0123456789+-^@*#|() ";
var strChar;
var blnResult = true;
if (strString.length == 0) return false;
for (i = 0; i
Priority 1
Character "<" is the first character of a delimiter but occurred as data.
Line 228 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.

< strString.length
Priority 1
Character "&" is the first character of a delimiter but occurred as data.
Line 228 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.


Priority 1
Character "&" is the first character of a delimiter but occurred as data.
Line 228 HTML Validation

Help
This often occurs in text or JavaScript code when a bare angle bracket or ampersand is used instead of an entity reference.

&& blnResult == true; i++)
{
strChar = strString.charAt(i);
if (strValidChars.indexOf(strChar) == -1)
{
blnResult = false;
}
}
return blnResult;
}
//Validate Interested column is selected
$.validator.addMethod("validcaptcha", function(value) {
//alert(value);
clientSideInclude('show_random', '/captcha1.php?txtCaptcha1='+value);
if($('[name=result11]').val() == 0 )
return false;
else
return true;
}, 'Please select interested one!');
$(document).ready(function() {
jQuery.validator.addMethod("phoneUS", function(phone_number, element) {
return IsNumeric(phone_number);
}, "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 251 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 251 HTML Validation


/>");
// validate signup form on keyup and submit
$("#frm").validate({
rules: {
name: "required",
email0: {
required: true,
email: true
},
country: "required",
phone0: {
required: true,
phoneUS: true
},
postApp: "required",
address: {
required: true,
maxlength: 500
},
Project: {
required: true,
maxlength: 2000
},
resumetxt_40: "required",
verify: {
required:true,
validcaptcha: true
},
Project_attach: {
accept: "(pdf|doc|rtf)"
}
},
messages: {
name: "&nbsp;<img src='/img/icons/cross.gif'style='margin-top: -6px; float:right;'
Priority 1
Required attribute "alt" not specified.
Line 287 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 287 HTML Validation


/>",
email0: {
required: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 289 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 289 HTML Validation


/>",
email: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 290 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 290 HTML Validation


/>"
},
country: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 292 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 292 HTML Validation


/>",
phone0: {
required: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 294 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 294 HTML Validation


/>"
},
postApp: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 296 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 296 HTML Validation


/>",
address: {
required: "&nbsp;<img src='/img/icons/cross.gif' style='float:right;margin-left:255px;margin-top:-20px;#margin-top:-35px;padding-left:5px;'
Priority 1
Required attribute "alt" not specified.
Line 298 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 298 HTML Validation


/>",
maxlength: "&nbsp;<img src='/img/icons/cross.gif' style='float:right;margin-left:255px;margin-top:-20px;#margin-top:-35px;padding-left:5px;'
Priority 1
Required attribute "alt" not specified.
Line 299 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 299 HTML Validation


/>"
},
Project: {
required: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 302 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 302 HTML Validation


/>",
maxlength: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 303 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 303 HTML Validation


/>"
},
resumetxt_40: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 305 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 305 HTML Validation


/>",
verify: {
required: "&nbsp;<span style='float: left; margin-top: -34px;padding-left:245px;
Priority 1
Document type does not allow element "span" here.
Line 307 HTML Validation


'><img src='/img/icons/cross.gif' style=''
Priority 1
Required attribute "alt" not specified.
Line 307 HTML Validation


/></span>",
validcaptcha: "&nbsp;<span style='float: left;margin-top: -34px;padding-left:245px;
Priority 1
Document type does not allow element "span" here.
Line 308 HTML Validation


'><img src='/img/icons/cross.gif' style=''
Priority 1
Required attribute "alt" not specified.
Line 308 HTML Validation


/></span>"
},
Project_attach: {
accept: "&nbsp;<img src='/img/icons/cross.gif'
Priority 1
Required attribute "alt" not specified.
Line 311 HTML Validation



Priority 1
Document type does not allow element "img" here.
Line 311 HTML Validation


/>"
}
},
// specifying a submitHandler prevents the default submit, good for the demo
submitHandler: function() {
//alert("submitted!");
document.frm.submit();
},
// set this class to error-labels to indicate valid fields
success: function(label) {
// set &nbsp; as text for IE
label.html("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;").addClass("checked");
}
});
});
</script>
<script type="text/javascript">
function addEvent() {
var ni = document.getElementById('myDiv');
var numi = document.getElementById('theValue');
var num = ((document.getElementById('theValue').value) -1 ) + 2;
numi.value = num;
if(num > 2){
alert("Phone: Cannot add more than 3 numbers");
document.getElementById('theValue').value = (document.getElementById('theValue').value) - 1;
return;
}
var divIdName = "my"+num+"Div";
var newdiv = document.createElement('div');
newdiv.setAttribute("id",divIdName);
newdiv.innerHTML = "<div class
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"form_rgt1\
Priority 1
Document type does not allow element "div" here.
Line 342 HTML Validation


">&nbsp;</div><div class
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"form-inputfields\
Priority 1
Document type does not allow element "div" here.
Line 342 HTML Validation


"><input type
Priority 1
Character "\" is not allowed in the value of attribute "type".
Line 342 HTML Validation



Priority 1
Value of attribute "type" cannot be "\"text\""; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 342 HTML Validation



Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"text\" name
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"phone"+num+"\" id
Priority 1
Character "\" is not allowed in the value of attribute "id".
Line 342 HTML Validation



Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"phone"+num+"\" /> <img onclick
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"addEvent();\" src
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"/img/icons/cont_plus.gif\" style
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"padding:8px
Priority 1
"0" is not a member of a group specified for any attribute.
Line 342 HTML Validation


0
Priority 1
"0" is not a member of a group specified for any attribute.
Line 342 HTML Validation


0
Priority 1
"3px" is not a member of a group specified for any attribute.
Line 342 HTML Validation


3px;cursor:pointer;\"
Priority 1
Required attribute "alt" not specified.
Line 342 HTML Validation


/
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 342 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 342 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

> <img src
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"/img/icons/cont_mins.gif\" onclick
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"removeElement(\'"+divIdName+"\')\" style
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 342 HTML Validation


=\"padding:8px
Priority 1
"0" is not a member of a group specified for any attribute.
Line 342 HTML Validation


0
Priority 1
"0" is not a member of a group specified for any attribute.
Line 342 HTML Validation


0
Priority 1
"3px" is not a member of a group specified for any attribute.
Line 342 HTML Validation


3px;cursor:pointer;\"
Priority 1
Required attribute "alt" not specified.
Line 342 HTML Validation


/></div>";
ni.appendChild(newdiv);
}
function removeElement(divNum) {
var d = document.getElementById('myDiv');
var divNum1= "my"+document.getElementById('theValue').value+"Div";
var olddiv = document.getElementById(divNum1);
d.removeChild(olddiv);
document.getElementById('theValue').value = (document.getElementById('theValue').value) - 1;
}
</script>
<script type="text/javascript">
function addEmailEvent() {
var ni = document.getElementById('myDiv1');
var numi = document.getElementById('theEmailValue');
var num = ((document.getElementById('theEmailValue').value) -1 ) + 2;
numi.value = num;
if(num > 2){
alert("Email: Cannot add more than 3 emails");
document.getElementById('theEmailValue').value = (document.getElementById('theEmailValue').value) - 1;
return;
}
var divIdName = "my"+num+"Div1";
var newdiv = document.createElement('div');
newdiv.setAttribute("id",divIdName);
newdiv.innerHTML = "<div class
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"form_rgt1\
Priority 1
Document type does not allow element "div" here.
Line 367 HTML Validation


">&nbsp;</div><div class
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"form-inputfields\
Priority 1
Document type does not allow element "div" here.
Line 367 HTML Validation


"><input type
Priority 1
Character "\" is not allowed in the value of attribute "type".
Line 367 HTML Validation



Priority 1
Value of attribute "type" cannot be "\"text\""; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".
Line 367 HTML Validation



Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"text\" name
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"email"+num+"\" id
Priority 1
Character "\" is not allowed in the value of attribute "id".
Line 367 HTML Validation



Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"email"+num+"\" /> <img onclick
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"addEmailEvent();\" src
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"/img/icons/cont_plus.gif\" style
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"padding:8px
Priority 1
"0" is not a member of a group specified for any attribute.
Line 367 HTML Validation


0
Priority 1
"0" is not a member of a group specified for any attribute.
Line 367 HTML Validation


0
Priority 1
"3px" is not a member of a group specified for any attribute.
Line 367 HTML Validation


3px;cursor:pointer;\"
Priority 1
Required attribute "alt" not specified.
Line 367 HTML Validation


/
Priority 1
End tag for "img" omitted, but OMITTAG NO was specified.
Line 367 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

> <img src
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"/img/icons/cont_mins.gif\" onclick
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"removeEmailElement(\'"+divIdName+"\')\" style
Priority 1
An attribute value must be a literal unless it contains only name characters.
Line 367 HTML Validation


=\"padding:8px
Priority 1
"0" is not a member of a group specified for any attribute.
Line 367 HTML Validation


0
Priority 1
"0" is not a member of a group specified for any attribute.
Line 367 HTML Validation


0
Priority 1
"3px" is not a member of a group specified for any attribute.
Line 367 HTML Validation


3px;cursor:pointer;\"
Priority 1
Required attribute "alt" not specified.
Line 367 HTML Validation


/></div>";
ni.appendChild(newdiv);
}
</script>
<script type="text/javascript">
function removeEmailElement(divNum) {
var d = document.getElementById('myDiv1');
var divNum1= "my"+document.getElementById('theEmailValue').value+"Div1";
var olddiv = document.getElementById(divNum1);
d.removeChild(olddiv);
document.getElementById('theEmailValue').value = (document.getElementById('theEmailValue').value) - 1;
}
</script>
<script type="text/javascript">
function contexceed(field, str){
if(field == "address"){
var field_name = 'Address';
var max_length = 500;
}else{
var field_name = 'Resume';
var max_length = 2000;
}
if(str.length > max_length){
alert(field_name+": Should not exceed "+max_length+" characters.");
}else{
return true;
}
}
function validateImageGallery(str){
var exp = "^.+\.((pdf)|(doc)|(rtf))$";
if(str.match(exp)){
return true;
}else{
alert("Please select a .pdf/.doc/.rtf");
$("#projectattach_77_project1").change(function(){
$("#projectattach_77_project1").blur().focus();
});
return true;
}
}
</script>
<script type="text/JavaScript">
function textCounter(field,counter,maxlimit,linecounter) {
// text width//
var fieldWidth = parseInt(field.offsetWidth);
var charcnt = field.value.length;
if (charcnt > maxlimit) {
field.value = field.value.substring(0, maxlimit);
}
else {
// progress bar percentage
var percentage = parseInt(100 - (( maxlimit - charcnt) * 100)/maxlimit) ;
document.getElementById(counter).style.width = parseInt((fieldWidth*percentage)/100)+"px";
document.getElementById(counter).innerHTML= "&nbsp;"+percentage+"%&nbsp;completed";
// color correction on style from CCFFF -> CC0000
setcolor(document.getElementById(counter),percentage,"background-color");
}
}
function setcolor(obj,percentage,prop){
obj.style[prop] = "rgb(80%,"+(100-percentage)+"%,"+(100-percentage)+"%)";
}
</script>

Priority 2
Ensure that foreground and background colors have enough contrast. The foreground/background contrast ratio is 2.415891. The ratio should be 4.5 or more, and for links this applies to both visited and unvisited styles.

Help
Some users find it hard to read light gray text on a white background, dark gray text on a black background and white text on a red background.

<style type="text/css
Priority 1
Document type does not allow element "style" here.
Line 435 HTML Validation


">
Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.


Priority 2
Use relative rather than absolute units in CSS property values.

Help
Absolute units are CM, MM, IN, PC and PT. When used with fonts PX is also considered an absolute unit, because it isn't relative the user's preferred font size. Low-vision users often use the "large fonts" mode of Windows, which makes each pixel larger than usual. This usually causes problems with pixel based layouts, which also perform badly on handheld and widescreen displays. Percentage values "stretch" according to screen size and work on a large range of display sizes.

.progress{width: 1px; height: 16px;color: white;font-size: 12px;overflow: hidden;background-color: #F58d00;font-size: 15px;}
</style>
<style type="text/css
Priority 1
Document type does not allow element "style" here.
Line 438 HTML Validation


">
.err
{
color:#FF0000;
}
#frm label.error {
margin-left: 5px;
width: auto;
display: inline;
color:#FF0000;
}
#frm label.checked {
background:url("/img/icons/tick_circle.gif") no-repeat 0px 0px;
width:14px;
padding:8px 0 0 1px;
float:left;
}
</style>
<script type="text/javascript">
function CheckForm()
{
var errorMsg = "";
var num=/^[0-9]+$/;
if (document.form1.postApp.value == "")
{
errorMsg += "\nPost Applied For \t\t- Please Select the Post Applied For";
}
if (document.form1.name.value == "")
{
errorMsg += "\nName \t\t\t\t- Please Enter Your Name";
}
if (document.form1.city.value == "")
{
errorMsg += "\nCity \t\t\t\t\t- Please Enter Your City";
}
if (document.form1.state.value == "")
{
errorMsg += "\nState \t\t\t\t- Please Select Your State";
}
if (document.form1.expi.value == "")
{
errorMsg += "\nExperience \t\t\t- Please Enter Your Experience";
}
if (document.form1.range.value == "")
{
errorMsg += "\nSalary Range \t\t\t- Please Select Salary Range";
}
if (document.form1.phone0.value == "")
{
errorMsg += "\nPhone \t\t\t\t- Please Enter Your Phone no";
}
if (document.form1.email0.value == "")
{
errorMsg += "\nEmail \t\t\t\t- Please Enter your Email";
}
if (document.form1.attach.value == "")
{
errorMsg += "\nAttachment \t\t\t- Please Attach Your Resume";
}
if (document.form1.verify.value != cap)
{
errorMsg += "\nVerification \t\t\t- Please Enter the Verification Value Correctly";
}
if (errorMsg != ""){
msg = "______________________________________________________________\n\n";
msg += "\t\t\t Error Message! \n";
msg += "\t\t\t ----------------- \n";
msg += "Your enquiry has not been sent because there are problem(s) with the form.\n";
msg += "Please correct the problem(s) and re-submit the form.\n";
msg += "______________________________________________________________\n\n";
msg += "The following field(s) need to be corrected: -\n";
//msg="vinoth"
errorMsg += alert(msg + errorMsg + "\n\n");
return false;
}
return true;
}
</script>
<div class="err"></div>
<form name="form1" id="form1" action="career_send.php" method="post" enctype="multipart/form-data" >
<div class="form">
<div class="form-content" >Post Applied For </div>
<div class="er" id='form1_postApp_errorloc' ></div>
<div class="form-inputfield" >
<span class="form-inputfield">

Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 3
Use option groups when a drop down list has more than 10 items.

Help
Group related options using OPTGROUP tags.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<select name="postApp" id="postapp_1" >
<option selected="selected" value="">-- Select --</option>
<option value="Graphic Editor">Graphic Editor</option>
<option value="Layout Designer">Layout Designer</option>
<option value="Web Designer">Web Designer</option>
<option value="Web Developer">Web Developer</option>
<option value="Marketing Executive">Marketing Executive</option>
<option value="Flash Programmer">Flash Programmer</option>
<option value="Flash Animator">Flash Animator</option>
<option value="PHP Programmer">PHP Programmer</option>
<option value="HTML Converter">HTML Converter</option>
<option value="SEO Analyst">SEO Analyst</option>
<option value="Content Writer">Content Writer</option>
<option value="Android Development">Android Development</option>
<option value="Business Development Executive">Business Development Executive</option>
<option value="Project Co-ordinator">Project Co-ordinator</option>
<option value="Admin">Admin</option>
<option value="Marketing">Marketing</option>
<option value="Apprentice">Apprentice</option>
</select>
</span>
<div id="inline_example22">
<div class="pop_mid_new">
<!-- <div class="pop_mid_new_out" style="overflow-x:hidden;overflow-y:scroll;">
</div> -->
</div>
</div>
<div class="clear"></div>
</div>
</div>
<div style="float:right; width:400px; height:420px; position:relative;" class="contact-back">
<div style="position:absolute; top:-30px; left:55px;">

Priority 2
Headings should not be empty.
Line 570 WCAG2 AA G130

Help
Add text to the heading, or ALT text if the heading contains an image. Screen readers read out page headings, allowing users to quickly skip to a section, but some older screen readers do not ignore empty headings.

<h1 class="career-opening"></h1>
<p class="contact-orange">Web Designers</p>
<p class="contact-orange">Web Developers</p>
<p class="contact-orange">Marketing executive</p>
<p class="contact-orange">Project Co-ordinators</p>
<p class="contact-orange">Telecallers</p>
<p class="contact-orange">SEO Analyst</p>
<p class="contact-orange"> Content Writer</p>
<p class="contact-orange">Apprentice</p>
<br class="spacer" />
</div>
</div>
<div class="form">
<div class="form_lft">
<div class="form_lft1">
<div class="form-content">Name </div>
<div id='form1_name_errorloc' class="er" ></div>
<div class="form-inputfield">
Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<input name="name" id="txtname_1" tabindex="2" type="text"></di
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 591 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 591 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

v>
</div>
<div class="form_lft1">
<div class="form-content">City </div><div id='form1_city_errorloc' class="er" ></div>
<div class="form-inputfield">
Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<input name="city" id=
Priority 1
ID "txtname_1" already defined.
Line 595 HTML Validation



Priority 1
This page has duplicate IDs which cause problems in screen readers.
Line 595 WCAG2 A F77

Help
Two or more tags on this page share the same ID. Change the ID so it is unique for each tag.

"txtname_1" tabindex="2" type="text"></di
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 595 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

v>
</div>
<div class="form_lft1">
<div class="form-content">State</div><div id='form1_state_errorloc' class="er" ></div>
<div class="form-inputfield1">
Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 3
Use option groups when a drop down list has more than 10 items.

Help
Group related options using OPTGROUP tags.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<select name="state">
<option value="">Select State</option>
<option value="Andaman and Nicobar Islands">Andaman and Nicobar Islands</option>
<option value="Andhra Pradesh">Andhra Pradesh</option>
<option value="Arunachal Pradesh">Arunachal Pradesh</option>
<option value="Assam">Assam</option>
<option value="Bihar">Bihar</option>
<option value="Chandigarh">Chandigarh</option>
<option value="Chhattisgarh">Chhattisgarh</option>
<option value="Dadra and Nagar Haveli">Dadra and Nagar Haveli</option>
<option value="Daman and Diu">Daman and Diu</option>
<option value="Delhi">Delhi</option>
<option value="Goa">Goa</option>
<option value="Gujarat">Gujarat</option>
<option value="Haryana">Haryana</option>
<option value="Himachal Pradesh">Himachal Pradesh</option>
<option value="Jammu and Kashmir">Jammu and Kashmir</option>
<option value="Jharkhand">Jharkhand</option>
<option value="Karnataka">Karnataka</option>
<option value="Kerala">Kerala</option>
<option value="Lakshadweep">Lakshadweep</option>
<option value="Madhya Pradesh">Madhya Pradesh</option>
<option value="Maharashtra">Maharashtra</option>
<option value="Manipur">Manipur</option>
<option value="Meghalaya">Meghalaya</option>
<option value="Mizoram">Mizoram</option>
<option value="Nagaland">Nagaland</option>
<option value="Orissa">Orissa</option>
<option value="Pondicherry">Pondicherry</option>
<option value="Punjab">Punjab</option>
<option value="Rajasthan">Rajasthan</option>
<option value="Sikkim">Sikkim</option>
<option value="Tamil Nadu">Tamil Nadu</option>
<option value="Tripura">Tripura</option>
<option value="Uttaranchal">Uttaranchal</option>
<option value="Uttar Pradesh">Uttar Pradesh</option>
<option value="West Bengal">West Bengal</option>
</select>
<scrip
Priority 1
Required attribute "type" not specified.
Line 638 HTML Validation


t>textCounter(document.getElementById("address"),"progressbar1",20)</script>
</div>
</div>
</div>
<div class="form_rgt">
<div class="form_rgt1">
<div class="form-content">Phone / Mobile no </div>
<div id='form1_phone0_errorloc' class="er" ></div>
<div class="form-inputfields">
<input value="0" name="p" id="theValue" type="hidden"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 649 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>

Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<input name="phone0" id="phone0" maxlength="20" tabindex="4" type="text"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 650 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

> <!--img src="registration_files/cont_plus.gif" onClick="addEvent();" alt="" style="padding: 8px 0pt 0pt 3px; cursor: pointer;">!-->
</div>
</div>
<div class="form_rgt1">
<div class="form-content">Email Address </div>
<div id='form1_email0_errorloc' class="er"></div>
<div class="form-inputfields">
<input value="0" name="e" id="theEmailValue" type="hidden"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 661 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>

Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<input name="email0" id="email0" tabindex="5" type="text" />
<!-- <img src="registration_files/cont_plus.gif" onClick="addEmailEvent();" alt="" style="padding: 8px 0pt 0pt 3px; cursor: pointer;">!-
Priority 1
Invalid comment declaration: found name character outside comment but inside comment declaration.
Line 663 HTML Validation


--></div>
</div>
</div>
</div>
<div class="form">
<div class="form-content">Experience</div>
<div id='form1_expi_errorloc' class="er" ></div>
<div class="form-inputfields">
Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<select name="expi"><option value="">Select</option><option value="0-1">0-1</option><option value="1-2">1-2</option><option value="2-3">2-3</option><option value="3-4">3-4</option><option value="4-5">4-5</option><option value="5 and above">5 and above</option></select></div>
<div class="form">
<div class="form-content">Expected Salary</div>
<div id='form1_range_errorloc' class="er" ></div><div class="form-inputfields">
Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<select name="range"><option value="">Select</option><option value="6000-8000">6000-8000</option><option value="8000-10000">8000-10000</option><option value="10000-12000">10000-12000</option><option value="12000-15000">12000-15000</option><option value="15000-18000">15000-18000</option><option value="18000-20000">18000-20000</option><option value="20000-Above">20000 Above</option></select></div>
</div>
<div class="form"> <div class="form-content">How you know us</div>
<div id='form1_knowus_errorloc' class="er" ></div><div class="form-inputfields">
Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
This form has fields without LABEL elements or TITLE attributes.

Help
Screen readers use LABEL elements or TITLE attributes to describe form fields to non-sighted users. Without these, forms are very hard to use with a screen reader. Forms designed to be completed online shall allow people using assistive technology to access the information, field elements, and functionality required for completion and submission of the form, including all directions and cues.


Priority 2
Use LABEL tags for each data entry field to show what data is expected.

Help
Make sure each INPUT field has an associated LABEL tag describing the field.

<select name="knowus"><option value="" selected="selected" >Select</option>
<option value="By Search Engine" >By Search Engine</option>
<option value="By Email" >By Email</option>
<option value="By Monster" >By Monster</option>
<option value="By Naukri" >By Naukri</option>
<option value="By Ads" >By Ads</option>
<option value="By Friends" >By Friends</option>
</select></div>
</div>
<div class="form">
<div class="form-content" style="padding-top:10px;">Attach Resume </div>
<div class="form-attach" > <div id='form1_attach_errorloc' class="er" ></div>

Priority 1
This form control has no associated LABEL element.

Help
Add a LABEL tag with the FOR attribute set to the ID of this control. This allows screen readers to tell the user what each control does. Do not wrap LABEL tags around input controls (implicit labels) since this is very unreliable in older screen readers.


Priority 1
INPUT TYPE='FILE' is not supported on iOS5 and earlier.
Line 693 iPhone/iPad

Help
The iPhone and iPad have no file system available to the user.

<input name="attach" class="file" id="projectattach_77_project1" tabindex="7" type="file"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 693 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

> .doc , .pdf formats only accepted.
</div>
<div class="clear"></div>
<div style="float:left;padding-top:0px;color:#ff0000;"></div>
</div>
</div>
<div class="form">
<div class="form_lft">
<div class="form_lft1">
<!--<div class="form-content" >Enter the Verification Code</div>-->
</div>
<div class="form-inputfield"></div></div>
<div class="form_ver1">
<input name="verify" id="verify" tabindex="8" type="hidden" />
<!-- <span class="form-content"> Code is Case Sensitive</span></div>-->
</div>
<div></div>
<input value="cccaa94d4d6fcca" name="94d4dd6fcca33c1a94d4d6" type="hidden"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 716 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

>
<input name="registration" value="1" type="hidden"
Priority 1
End tag for "input" omitted, but OMITTAG NO was specified.
Line 717 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.

> <br/>
<div class="form" >

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 719 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="javascript:void(0);">
<button type="submit" style="background:url(registration_files/submit1.gif) no-repeat; "></button>
</a>
</div>
</for
Priority 1
End tag for "div" omitted, but OMITTAG NO was specified.
Line 724 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 724 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 724 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

m>
<styl
Priority 1
Required attribute "type" not specified.
Line 725 HTML Validation



Priority 1
Document type does not allow element "style" here.
Line 725 HTML Validation


e>
.er
{ color:red;
font-weight:200;
}
</style>
<script src="gen_validatorv4.js
Priority 1
Required attribute "type" not specified.
Line 732 HTML Validation


"></script>
<script language="JavaScript" type="text/javascript">
var frmvalidator = new Validator("form1");
frmvalidator.EnableOnPageErrorDisplay();
frmvalidator.EnableMsgsTogether();
frmvalidator.addValidation("postApp","req","Please Select Applying Post");
frmvalidator.addValidation("name","req","Please enter your Name");
frmvalidator.addValidation("city","req","Please enter your City");
frmvalidator.addValidation("state","req","Please select your State");
frmvalidator.addValidation("phone0","req","Please enter your contact number");
frmvalidator.addValidation("phone0","numeric","Invalid contact number");
frmvalidator.addValidation("phone0","maxlength=10","contact number max length 10");
frmvalidator.addValidation("phone0","minlength=7","contact number minimum length 7");
frmvalidator.addValidation("email0","req","Please enter your email");
frmvalidator.addValidation("email0","email","Invalid email");
frmvalidator.addValidation("expi","req","Please select you experience");
frmvalidator.addValidation("range","req","Please select your expected salary");
frmvalidator.addValidation("knowus","req","Please select how you know us");
frmvalidator.addValidation("attach","req","Please Attach your resume");
</script>
</div>
<br class="spacer" />
<div id=
Priority 1
ID "centerpart" already defined.
Line 758 HTML Validation



Priority 1
This page has duplicate IDs which cause problems in screen readers.
Line 758 WCAG2 A F77

Help
Two or more tags on this page share the same ID. Change the ID so it is unique for each tag.

"centerpart">
</div>
<div id="footer"> <div class="menu">
<ul>
<li><a href="../index.php">Home</a></li>
<li><a href="../company.html">Company</a></li>
<li><a href="../services.html">Services</a></li>
<li><a href="../webdesign.html">Portfolio</a></li>
<li><a href="../clients.html">Clients</a></li>
<li><a href="career.php">Careers</a></li>
<li><a href="../contactus.php">Contact us</a></li>
<li><div>
<ul id="listticker">
<li class="c2"><div class="c1"><a href="../sitemap.html">Sitemap</a></div></li>
<li class="c2" style="display:none" ><div class="c1">
<p><a href="http://www.xmediasolution.com/web_designing_company.html">website design company</a><br />
<a href="http://www.xmediasolution.com">web designing company </a><br />
<a href="http://www.xmediasolution.com/website_designing_company.html">website designing company</a> <br />
<a href="http://www.xmediasolution.com/website_designing_company_chennai.html">website designing company chennai</a><br />
<a href="http://www.xmediasolution.com/website_designing_company_India.html">website designing company India</a><br />
<a href="http://www.xmediasolution.com/website-design-chennai.htm">website design chennai</a><br />
<a href="http://www.xmediasolution.com/webdesign-company-India.html">website design India</a> web design company India<br />
<a href="http://www.xmediasolution.com/ecommerce-website-designer.html">eCommerce website designer</a><br />
<a href="http://www.xmediasolution.com/joomla-website-design.html">Joomla website design</a><br />
<a href="http://www.xmediasolution.com/wordpress-website-design.html">Wordpress website design</a></p>
</div></li>
</ul>
</div></li>
</ul>
</div>
<p class="copyright">Our Owned Websites:<a href="http://www.xmedia.in" target="_blank" class="link">Web development company</a> <a href="http://www.websitedesigncompanychennai.com" target="_blank" class="link">Web design chennai</a></p>
<p class="copyright1">Copyright © 2004-2011 Xmedia Solutions . All rights reserved
<a href="#" target="_blank" class="link">Disclaimer</a>
<a href="#" target="_blank" class="link1">rss</a> </p> <p class="validator">W3C Standards Compliant

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 794 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="#" target="_blank" class="xhtml"></a>

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 795 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="#" target="_blank" class="css"></a> </p>
<div class="callnow">
<p class="num">CALL NOW<br />
<p class="num1
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 798 HTML Validation



Priority 1
This page has markup errors, causing screen readers to miss content.
Line 798 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.

"> +91 9841481435 </p>
<p class="line
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 799 HTML Validation


"></p>
<p class="touch
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 800 HTML Validation


">Touch with us on </p>
<p class="mail
Priority 1
Document type does not allow element "p" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag.
Line 801 HTML Validation


">

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 802 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="#" target="_blank" class="gmail"></a>

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 803 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="#" target="_blank" class="facebook"></a>

Priority 1
Each A tag must contain text or an IMG with an ALT tag.
Line 804 WCAG2 A F89

Help
Add text to the link, or ALT text if the link contains an image. If there is no link text or the ALT tag is blank, screen readers have nothing to read, so read out the URL instead.

<a href="#" target="_blank" class="twitter"></a> </p>
</di
Priority 1
End tag for "p" omitted, but OMITTAG NO was specified.
Line 805 HTML Validation

Help
This often occurs in XHTML on tags like IMG, LINK, META and BR when the closing / has been omitted.


Priority 1
This page has markup errors, causing screen readers to miss content.
Line 805 WCAG2 A F70

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags mean screen readers may skip important content.


Priority 3
This page has malformed tags which IE8 and later treat differently from earlier versions of IE.

Help
Fix the errors listed on the Standards tab of this report. Markup errors like missing end tags means IE8 and IE9 may display different content from IE6 and IE7.


Priority 3
Google recommends using well-formed HTML code in your webpages. This page has mismatched tags.
Line 805 Google

Help
Fix the critical errors listed on the Standards tab of this report. Markup errors like missing end tags or unclosed comments mean search engine web crawlers may skip important content.

v>
</div>
<script type="text/javascript" src="registration_files/jquery_002.js"></script> <script type="text/javascript" src="registration_files/jquery.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-254222-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Google Code for Request Conversion Page -->
</body>
<script type="text/javascript
Priority 1
Document type does not allow element "script" here.
Line 820 HTML Validation


">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript
Priority 1
Document type does not allow element "script" here.
Line 824 HTML Validation


">
try {
var pageTracker = _gat._getTracker("UA-5702667-11");
pageTracker._trackPageview();
} catch(err) {}</script>
</html>