Thanks Grace. Just what I needed!
About the <caption> suggestion:
Is the purpose of the <caption> tag to have buttons at the bottom of page and
not have to be bothered with <tr> and <td colspan=xxx> tags and aligning them
with other columns in the table? Or is there some other benefit?
What we often do for our buttons at the bottom of the page is...under the table
for the Repeated or freeform, we make a new <table> to hold just the buttons and
hack the HTML to look something like this:
<table width=100%>
<tr>
<td align=left><INPUT TYPE=BUTTON NAME="BtnHelp" VALUE="Help"
OnClick="help(this.form.name)"></td>
<td align="right"> **BtnMainMenu** **BtnXXX**
**BtnAdd** **BtnSave** </td>
</tr>
</table>
I suppose the bad thing about that approach is that it adds an extra table to
the page, so that might slow down the display time.
I'd like to hear your comments about it.
Thanks!
Janet
(Embedded
image moved "Grace Frederick" <[EMAIL PROTECTED]>
to file: 07/15/99 10:33 PM
pic25407.pcx)
Please respond to "Grace Frederick" <[EMAIL PROTECTED]>
To: Janet Traub/IS/SSC/THD,
[EMAIL PROTECTED]
cc:
Subject: Re: [ND] click button b4 page fully painted
I have one...
Place the contents of the page inside a table cell. Browsers won't paint
the entire table until all of the contents for that table are downloaded.
Also, if you want to have the buttons in the HTML after the rest of the page
contents, put the buttons inside a CAPTION tag at the very bottom of the
table (right before the </TABLE> tag). HTML standards say that the CAPTION
should appear right after the <TABLE> tag, but all browsers that I know of
render the caption properly anyway.
-- Grace
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 15, 1999 9:28 PM
Subject: [ND] click button b4 page fully painted
>
>
>
> I have a page with some buttons at the very top of it. If the user hits
one of
> these buttons b4 the page is fully painted I get an error in Software
Messages:
> "spider.session.CSpNull.intValue: The CSpValue derived class
> 'spider.session.CSpNull' has not implemented this method"
>
> and it even messes up some logic a few pages later. (SPIDERSESSION-related
I
> imagine)
>
> Does anyone have a trick for handling this? (besides moving the buttons to
the
> bottom of the page!)
>
> Thanks,
> Janet
>
>
> _________________________________________________________________________
>
> For help in using, subscribing, and unsubscribing to the discussion
> forums, please go to: http://www.netdynamics.com/support/visitdevfor.html
>
> For dire need help, email: [EMAIL PROTECTED]
>
pic25407.pcx