Philip

are you running the same browser version on both boxes?

have you checked for something as simple as bad table code?  this can 
really screw up the display of information, especially in browsers as 
unforgiving as netscape.  i'm not familiar with this cfx tag, but i noticed 
2 glitches in the table code that could stop the display of a page mid way 
thru.

1)  you don't have the closing table tag for the inner table.
2)  inside the loop you're opening and closing tr's need to be inside the 
output tag if your cfx tag returns more than one record, otherwise you'll 
have more td's in the 2nd <tr> than you have in the first <tr> and that 
will also blow up the rendering of a table




At 02:42 PM 4/24/2002 -0400, you wrote:
><table cellpadding=12" cellspacing="0" border="0">
><tr class="dirlinks" valign="top">
>         <th>
>                 Groups Administration [List]
>         </th>
></tr>
><tr class="dirlinks" valign="top">
><td>
>
>         <table cellpadding="2" cellspacing="0" border="1" 
> bordercolor="#ffffff">
>
>         <tr bgcolor="#000000" class="navlinks">
>                 <th><font color="#ffffff"">Group</font></th>
>                 <th><font color="#ffffff"">Description</font></th>
>         </tr>
>         <CFLOOP QUERY="Groups">
>         <tr valign="top" class="groups">
>                 <CFOUTPUT>
>                         <td>#Group#</td>
>                         <td>#Description#</td>
>                 </CFOUTPUT>
>         </tr>
>         </CFLOOP>
></td>
></tr>
></table>
>
><center>
><br>
><input type="button" value="Close" class="navlinks" onClick="self.close()">
><input type="button" value="Refresh" class="navlinks" 
>onClick="document.location.reload()">



-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to