[thelist] NS 6.2.3 problems rendering a TABLE/FORM with DHML

ramon buckland ramon at thebuckland.com
Thu Jun 27 02:54:01 CDT 2002


Hi peoples,

I'm working on a project which uses some code to render HTML on the fly with
DHTML.

Using this example page I found (uses similar code chucks)
http://www.din.or.jp/~hagi3/JavaScript/JSTips/Mozilla/Samples/NSRange.htm

and cutting and pasting this HTML
----------------------------------------------
<table>
<tr>
	<td id="mainContentTab">
		<table width="335" border="0" cellspacing="0" cellpadding="0">
			<form name="positionAdd_step1" target="mainContent">

				<input type="hidden" name="posID" value="362">
			<tr>
				<td>&nbsp;</td>
				<td>&nbsp;&nbsp;Name</td>
				<td><input type="text" name="myName" id="formFields" size="26"
maxlength="255" value="Superman"></td>
			</tr>
			</form>
		</table>
	</td>
</tr>
</table>
----------------------------------------------

NS doesn't render it properly.. (the form doesn't appear, just text that
is pre loaded in the FORM fields. (This is a cut down version of a LARGE
form but replicates the problem.

Have I found a BUG in Netscape? ? or is the format of the HTML incorrect?

Any ideas ?

Kind Regards
Ramon Buckland






More information about the thelist mailing list