<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>No space before &quot;/&gt;&quot; breaks form?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">I encountered a situation today where I had a form with some embedded &lt;br&gt; tags, expressed as &quot;&lt;br/&gt;&quot; (that is, no space before the &quot;/&gt;&quot;) and the form fields stopped showing up, giving &quot;NO SUCH FORM FIELD&quot; errors on submit. Putting the space back in (&quot;&lt;br /&gt;&quot;) made them work again.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Here's the actual form section:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">&lt;div id=&quot;loginform&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;form method=&quot;post&quot; name=&quot;loginform&quot; action=&quot;ChkLogin&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;h3&gt;ARINC Direct Login&lt;/h3&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;br/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;strong&gt;User ID&lt;/strong&gt;&lt;br/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;input name=&quot;username&quot; id=&quot;username&quot; type=&quot;text&quot; style=&quot;width:80%;&quot;&gt;&lt;br/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;strong&gt;Password&lt;/strong&gt;&lt;br/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;input name=&quot;password&quot; type=&quot;password&quot; style=&quot;width:80%;&quot;&gt;&lt;br/&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;div id=&quot;buttonbar&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;input value=&quot;Login&quot; name=&quot;login&quot; class=&quot;button&quot; type=&quot;submit&quot;&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;/div&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;/form&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp; &lt;script language=&quot;javascript&quot;&gt;document.getElementById(&quot;username&quot;).focus();&lt;/script&gt;</FONT>

<BR><FONT SIZE=2 FACE="Arial">&lt;/div&gt;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Using this form, the username and password fields don't show up in showforms--only the submit button does. I have read that XHTML allows the no-space-before form, but the compatibility appendix recommends the space so as not to break nonconforming browsers.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Is twill &quot;nonconforming&quot; in this way? We'll go back and put the space in just to be safe, but is there an option to tell twill to be more liberal in what it accepts?</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Thanks, and</FONT>

<BR><B><FONT SIZE=2 FACE="Arial">Cheers!</FONT></B>

<BR><B><FONT SIZE=2 FACE="Arial">--</FONT></B>

<BR><FONT SIZE=2 FACE="Arial">David Hancock | dhancock@arinc.com | 410-266-4384</FONT> 
</P>

</BODY>
</HTML>