standard method for embedding javascript in xhtml code
The right, xhtml compliant way to embed javascript code in your html:
PHP:
-
<script type="text/javascript"> /* <![CDATA[ */ // content of your Javascript goes here /* ]]> */ </script>
Author: pixeline
Date: October 23rd, 2006
filed in: Development
Follow the discussion on this entry via RSS 2.0 feed.