Code: Select all
<script type="text/javascript">
<!--
document.write ('<a href="javascript:;" onclick="new Effect.Appear(\'review_form\', { duration: 0.8 });">Review this product</a>');
//-->
</script>
<noscript>
<a href="reviews.php">Review this product</a>
</noscript>Is there some way I can get the validator to know that the html inside of the quotes isn't html (yet)?Error Line 173 column 137: end tag for element "A" which is not open.
...tion: 0.8 });">Review this product</a>');
Is there anything I can do? Thanks fellas!