Forum Moderators: open
<script type="text/javascript" src='foo.asp?(with a string of =, &, zipcode, tStyle, and others)'></script>
It is giving me errors based on the =, &, listed with in the links.
My Doctype is XHTML 1.0 STRICT
What is a good way to clear this up? Or should I just ignore the errors?
try changing all occurrences of "&" to "&".
birdbrain
is that ok to put in an address line like this: "<script type="text/javascript" src=http://foo.asp?=0&zipcode=65616&lang=eng&size=8&theme=blue&metric=0&target=_self"
because the validation is giving me errors on the =s as well. Changing them all to & or &----; will mess up the address and will not show the content needed.
"With HTML, the browser translates "&" to "&" so the Web server
would only see "&" and not "&" in the query string of the request."
Source:-
No problem, you're very welcome. ;)