One of the attributes of the CAPTION tag defines how the caption is to be
aligned to the table. So, you can define whether you want the caption above
or below the table. This is great because sometimes the ND event order is
such that you don't have all of the data that you need to display the
buttons until after a repeated has been populated. So, when the <CAPTION>
appears at the end of the table, the buttons defined inside the HTML for the
CAPTION can still be displayed above the table.
I don't have any opinion one way or the other about whether buttons should
be displayed inside or outside tables. Unless you can rely on style sheets,
it's kind of hard to get them exactly where you want them any other way.
-- Grace
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 15, 1999 10:35 PM
Subject: Re: [ND] click button b4 page fully painted
>
>
>
> 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]
> >
>
>
>
>
_________________________________________________________________________
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]