I'm not sure if this is a BUG or not, but I figured it out. If I send this packet back:
packet = '<h2><font color="#999999" face="Arial" size="2">Asset Value Totals, Variances, and Warnings</font></h2>' & |
'<table border="0" width="642" cellspacing="0" cellpadding="0"> ' & |
'<tr><td width="442" bgcolor="#EAEAEA"></td></tr>' & |
'<td width="100" align="center" bgcolor="#EAEAEA"><font face="Arial" size="2" color="#000080"><strong>Home</strong></font></td>' & |
'<td width="100" align="center" bgcolor="#EAEAEA"><font face="Arial" size="2" color="#000080"><strong>Autos</strong></font></td>' & |
'</tr>' & |
'</table>'
... it chokes. It formats the table, but the browse navigation buttons don't work. If I remove the from the first cell, it works again. Not sure what the answer would be if you needed the space in there, but luckily I can use the table without it.