it fails for both of the form nodes in this doc. will you mind try it
out in FF like you did before? you get two #text nodes when you do
formelement.getChildNodes(), where the right answer is one table
element.
<TABLE border="0" cellpadding="0" cellspacing="0" height="100%"
width="100%">
<TBODY>
<TR>
<TD
align="left" cellpadding="0" cellspacing="0" valign="top" width="600">
<LINK
href="stylesheet.css" rel="stylesheet" />
<!--
SCRIPT language="javascript" src="checkjs.js"/-->
<BR/>
<table>
<tr>
<td>
<FORM id="TopSalesSearchForm">
<TABLE align="center" border="0" cellpadding="0" cellspacing="0"
width="98%">
<TBODY>
<TR>
<TD width="40">
<IMG height="35" src="images/searchprefix.gif" width="36" />
</TD>
<TD background="images/searchbg.gif" class="font3" width="100%">
sales
number:<INPUT class="unnamed1" name="searchName" /><INPUT
class="button" name="search" onclick="submitMe('search');return
false;" type="submit" value="Submit Query" />
</TD>
</TR>
</TBODY>
</TABLE>
</FORM>
</
td>
</tr>
<tr>
<td>
<FORM id="EditSalesForm">
<TABLE align="center" border="0" cellpadding="4" cellspacing="1"
class="t2" width="98%">
<TBODY>
<TR class="t3" height="27">
<TD width="30">
Seq NumberĀ
</TD>
<TD align="middle" width="40">
Serial Number
</TD>
<TD align="middle" width="130">
Created On
</TD>
<TD align="middle" width="130">
Client
</TD>
<TD align="middle" width="200">
Created By
</TD>
<TD align="middle" width="50">
Spec
</TD>
<TD align="middle" width="50">
Total Units
</TD>
<TD align="middle" width="100">
Apparent Total
</TD>
<TD align="middle" width="100">
Grand Total
</TD>
</TR>
<TR class="t4" height="27">
<TD align="middle" width="30">
1
</TD>
<TD align="middle" width="40">
<A href="SaleItemView.do">NP98787</A>
</TD>
<TD align="middle" width="130">
Nicole Kidman
</TD>
<TD align="middle" width="130">
04-09-2008
</TD>
<TD width="200">
Good
</TD>
<TD align="middle" width="50">
65
</TD>
<TD align="right" width="50">
$89.00
</TD>
<TD align="right" width="100">
$4,800.00
</TD>
<TD align="right" width="100">
$9,000.00
</TD>
</TR>
<TR class="t1" height="27">
<TD align="middle" width="30">
2
</TD>
<TD align="middle" width="40">
<A href="SaleItemView.do">HY90s</A>
</TD>
<TD align="middle" width="130">
Woody Allen
</TD>
<TD align="middle" width="130">
3-23-2009
</TD>
<TD width="200">
Great
</TD>
<TD align="middle" width="50">
87
</TD>
<TD align="right" width="50">
$29.00
</TD>
<TD align="right" width="100">
$1,300.00
</TD>
<TD align="right" width="100">
$4,030.00
</TD>
</TR>
<TR class="t4" height="27">
<TD align="middle" width="30">
3
</TD>
<TD align="middle" width="40">
<A href="SaleItemView.do">LO98d</A>
</TD>
<TD align="middle" width="130">
Russell Crow
</TD>
<TD align="middle" width="130">
1-21-2004
</TD>
<TD width="200">
Nice
</TD>
<TD align="middle" width="50">
76
</TD>
<TD align="right" width="50">
$32.00
</TD>
<TD align="right" width="100">
$3,100.00
</TD>
<TD align="right" width="100">
$6,120.00
</TD>
</TR>
</TBODY>
</TABLE>
</FORM>
</
td>
</tr>
</table>
</TD>
</TR>
</TBODY>
</TABLE>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---