Troubleshooting for Inoutscripts Socialtiles - 2

Troubleshooting for Inoutscripts Socialtiles - 2

Article Index

  • Warning Line 726, Column 9character "<" is the first character of a delimiter but occurred as data
    	if (num<5){

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  • Warning Line 772, Column 18character "&" is the first character of a delimiter but occurred as data
    	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  • Warning Line 772, Column 19character "&" is the first character of a delimiter but occurred as data
    	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) )

    This message may appear in several cases:

    • You tried to include the "<" character in your page: you should escape it as "&lt;"
    • You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&amp;", which is always safe.
    • Another possibility is that you forgot to close quotes in a previous tag.
  • Error Line 802, Column 7end tag for "div" omitted, but OMITTAG NO was specified
    </body>

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

  • Info Line 256, Column 1start tag was here
    <div class="mainBoard">