chuck wrote:
[color=blue]
> <input type="text" id="product13" name="product13" onblur="return
> somefunc(this);" />[/color]
Be sure to declare this as XHTML and to serve as application/xhtml+xml.
`<... />' is most certainly a syntax error in HTML (depending on the
following content). The HTML Compatibility Guidelines of the XHTML 1.0
Specification do take this into account, instead the recommendations
rely merely on error-correction by user agents.
<http://validator.w3.org/>
<http://www.dodabo.de/html+css/tests/shorttag.html>
<
http://translate.google.com/translat...ml&langpair=de
en&hl=de&ie=Unknown&oe=ISO-8859-1>
PointedEars