|
How can i get around this, the statement and code is : -
This is my last Error and all i need to fully validate my site
I keep getting an error on the following bit of code: document type does not allow element "table" here.
<div id="quoteboxpre"></div>
if (jmx)
{
return_by_id('quotecalc').style.display = 'none';
javaxml('quote','quotebox',param);
return_by_id('quoteboxpre').innerHTML = '<table><tr><td colspan="2"><strong>'+cat.options[cat.selectedIndex].text+'</strong> '+p.options[p.selectedIndex].text+'</td></tr></table>';
}
|
|
|
|
|
|
|
|