






kennedyrt wrote:Yes. I would like the details of appending to the onConfigLoad(). Thank you.
setValueString(6,"#cc=true;
if beginsWithCase($commentstring,'!---') { if !isFlagSet(116) { #cc=false; } }
if #cc {
if checkStringEx(0,5,$commentstring) {
MessageEx(13,2006082303,$MSG_ERROR,'The HTML 4.01 specification states that it is a common error to include two or more adjacent hyphens in comments (between <!-- and -->). This also applies to XHTML. To prevent possible problems, always avoid using a string of hyphens within a comment. More compliant browsers like Firefox may (and probably will) consider the comment ended as soon as two adjacent hyphens are used. Also, avoid nesting comments.',getLocation(7,0));
}
if checkStringEx(0,6,$commentstring) {
MessageEx(13,2003031401,$MSG_WARNING,'The HTML 4.01 specification states that it is valid to include whitespace between '--' and '>' but this may cause problems because some browsers may not parse this correctly. We recommend that the whitespace be removed.',getLocation(2,2));
}
}");


Users browsing this forum: No registered users and 1 guest