Wie ziet wat er hier mis an is:
Ik krijg van mijn lieve validator (ik valideer volgens Xhtml 1.1) deze foutmelding:
"This line contains part of a quoted string that spans more than one line (not recommended) or a quoted string (like an attribute value) that is missing the beginning or closing quotation mark. You should check this line for improperly quoted attribute values that may be missing an opening or closing quotation mark. As currently configured, HTML Validator requires that all quoted strings be contained on one line and have beginning and end quotes. Note that because of inconsistent handling by user agents, it is not recommended that attribute values contain line breaks. "
JavaScript:
1
2
3
4
5
6
7
8
9
10
11
12
13
| <td><a href="#" onclick= "JB_layerSwitch('msub01','','show','msub02','','hide','msub03','','hide','msub04','','hide','msub05','','hide','msub06','','hide','msub07','','hide'); document.show1.src='pix/menu/menu_01_01.gif'; document.show2.src='pix/menu/menu_02_00.gif'; document.show3.src='pix/menu/menu_03_00.gif'; document.show4.src='pix/menu/menu_04_00.gif'; document.show5.src='pix/menu/menu_05_00.gif'; document.show6.src='pix/menu/menu_06_00.gif'; document.show7.src='pix/menu/menu_07_00.gif'; return true" onmouseover=" window.status='Home'; return true" onmouseout=" window.status=''; return true"> [img]"pix/menu/menu_01_00.gif"[/img] </a></td> |
Ik krijg van mijn lieve validator (ik valideer volgens Xhtml 1.1) deze foutmelding:
"This line contains part of a quoted string that spans more than one line (not recommended) or a quoted string (like an attribute value) that is missing the beginning or closing quotation mark. You should check this line for improperly quoted attribute values that may be missing an opening or closing quotation mark. As currently configured, HTML Validator requires that all quoted strings be contained on one line and have beginning and end quotes. Note that because of inconsistent handling by user agents, it is not recommended that attribute values contain line breaks. "