[thelist] Re: cfhtmlhead tag

jeff jeff at members.evolt.org
Thu Jul 20 14:08:42 CDT 2000


aaron,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: "Czechowski, Aaron" <aczechowski at towson.edu>
:
: i'm assumng the double-quotes in the script tag are proper, but
: in this instance you can get away without them, yes?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

yes, when the cold fusion server gets done with it all the doubled
double-quotes will be single quotes.

without doubling them up cold fusion server would misintrepret the first
double-quote it encountered as the end of the text attribute of the
cfhtmlhead tag.

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: won't the following two tags will function indentically:
:
: <script language=""JavaScript"" type=""text/javascript"">
: <script language=JavaScript type=text/javascript>
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

yes and no.  the double-quotes around the language attribute aren't as
important as the double-quotes around the type attribute.  however, if you
want your page to validate you should double-quote *all* attribute values.

good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org
jeff at members.evolt.org





More information about the thelist mailing list