Okay,

the core of the problem is now Netscape specific (not sure about Mozilla yet)

This is an email I sent to the evolt list (www.evolt.org)
-----------------------------------------------------------
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
-----------------------------------------------------------




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to