Search found 20 matches
- Wed Feb 22, 2017 5:24 pm
- Forum: Other CSS HTML Validator
- Topic: HTML Validator Pro v17.01 and Easy Copy
- Replies: 1
- Views: 3186
HTML Validator Pro v17.01 and Easy Copy
I followed the instructions on https://www.htmlvalidator.com/firefoxext.php#EasyCopy to configure HTML Validator Pro v17.01 for use with Easy Copy. I am now able to right-click on the web page and automatically copy the HTML source to HTML Validator Pro v17.01. However , the <!DOCTYPE html> from lin...
- Tue Nov 15, 2016 5:04 pm
- Forum: Technical Support
- Topic: Script Placement Message Question
- Replies: 1
- Views: 1722
Script Placement Message Question
A script placed in the <head> section, especially one with the src attribute, generates the message "Avoid placing scripts (especially longer ones) in the head section if possible. Doing this can make the page seem slower to load because the browser must pause to download (if using the "src" attribu...
- Thu Oct 06, 2016 4:25 pm
- Forum: Technical Support
- Topic: Possible False Warning Message
- Replies: 1
- Views: 1844
Possible False Warning Message
CSE HTML Validator Professional v16.0403 flags as a warning the Javascript "and" (&&) condition in the following: <p>Primary Local Administrator: <input name="adminID" type="text" maxlength="10" id="adminID" size="8" onblur="if( !_CF_hasValue(this, 'TEXT', false) && !_CF_checkrange(this.value,1.0,9....
- Mon Aug 08, 2016 5:25 pm
- Forum: Technical Support
- Topic: Bad Index Error
- Replies: 1
- Views: 2820
Bad Index Error
When validating a HTML file containing 1,721 lines CSE HTML Validator Pro v16.0403 displays the following error in a popup window: "Bad index for token: 3. Valid range: [0,2]. {See Attachment1}" Clicking on the OK button turns the content of the Editor tab black and all text in the popup window disa...
- Mon May 05, 2014 5:35 pm
- Forum: Technical Support
- Topic: CFML Tags Not Being Ignored
- Replies: 1
- Views: 2621
CFML Tags Not Being Ignored
I have Flag 116 unchecked but I'm getting the error "The "cfsilent" element is not allowed here (as a child of the "tr" element). The "tr" element must contain only the following child elements: "td", "th", and script-supporting elements (like "script")." Other CFML tags are being ignored. It happen...
- Fri Feb 17, 2012 4:26 pm
- Forum: Technical Support
- Topic: CDATA Sections
- Replies: 2
- Views: 5821
CDATA Sections
When the following code is validated under Version 11.0042: <script type="text/javascript"> //<![CDATA[ var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() !== false)) { th...
- Thu Jan 26, 2012 4:31 pm
- Forum: Technical Support
- Topic: Decimal numeric character references in image's alt attribut
- Replies: 2
- Views: 4835
Decimal numeric character references in image's alt attribut
Let's say that I want to use “decimal numeric character references” in the alt attribute of the img tag. As an example, “smart quotes” are “ and ”. In HTML CSE Validator Pro v11.0032, validate the following code: <img src="images/work-community_168x112.jpg" alt="Our “Soaring with Y...
- Thu Jan 26, 2012 3:34 pm
- Forum: BETA Talk
- Topic: Duplicate Page Titles/Meta Descriptions Report
- Replies: 3
- Views: 6673
Re: Duplicate Page Titles/Meta Descriptions Report
The 'Ignore query string' option would work for me.
- Thu Jan 26, 2012 1:09 pm
- Forum: BETA Talk
- Topic: Duplicate Page Titles/Meta Descriptions Report
- Replies: 3
- Views: 6673
Duplicate Page Titles/Meta Descriptions Report
I have a situation where the same web page is called with different parameters. For example, the following URL is called with multiple parameters: http://community.foo.com/volunteercouncil.cfm?gcc=bs&news=council http://community.foo.com/volunteercouncil.cfm?gcc=ef&news=council http://community.foo....
- Thu Oct 13, 2011 8:18 pm
- Forum: BETA Talk
- Topic: Problem Loading Beta in Virtual Machine
- Replies: 1
- Views: 4451
Problem Loading Beta in Virtual Machine
I have a Mac running MacOS 10.6.8 with all updates. On the Mac I'm running VMware Fusion version 4.0.2. In its virtual machine I'm running Windows 7 SP1 64-bit with all updates. I downloaded the beta sucessfully. However, when I double-click the installer I get the message "html-vlidator-pro-v11-bet...
- Wed Oct 12, 2011 5:56 pm
- Forum: Technical Support
- Topic: Web Single Sign On
- Replies: 1
- Views: 3225
Web Single Sign On
Many of our intranet web sites are hosted on servers designed to utilize out-of-band authentication which requires some interaction from a human. How can CSE HTML Validator simulate this behaviour in order to collect the proper cookies required for access to protected resources?
- Thu Aug 18, 2011 12:05 pm
- Forum: Technical Support
- Topic: mailto generating BAD - DNS A HREF errors
- Replies: 4
- Views: 8615
mailto generating BAD - DNS A HREF errors
When checking the entire website http://www.dmhs.org/, all <a> tags that contain a "mailto:" address are generating the following error: Example: mailto:info@dmhs.org BAD - DNS A HREF - DNS problem with "dmhs.org" (9003: DNS name does not exist) The domains do exist and are functioning properly. I a...
- Thu Jul 28, 2011 2:39 pm
- Forum: Technical Support
- Topic: ColdFusion Comments
- Replies: 6
- Views: 6424
Re: ColdFusion Comments
It doid work. Thank you.
- Thu Jul 28, 2011 10:01 am
- Forum: Technical Support
- Topic: ColdFusion Comments
- Replies: 6
- Views: 6424
Re: ColdFusion Comments
Yes. I would like the details of appending to the onConfigLoad(). Thank you.
- Wed Jul 27, 2011 4:57 pm
- Forum: Technical Support
- Topic: Link Checking Local Files
- Replies: 2
- Views: 4031
Link Checking Local Files
I have a number of hyperlinks that access local files. For example,
<a href="file://///server2/USB/AC/Check_Lists/CI1_Check_List.doc">CI1</a>
How may I configure CSE HTML Validator to link check such hyperlinks?
<a href="file://///server2/USB/AC/Check_Lists/CI1_Check_List.doc">CI1</a>
How may I configure CSE HTML Validator to link check such hyperlinks?