Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
TGuthrie #1
Counting HTML Rows
Is there any way to count the rows in a HTML table?
The user of the site is able to add and remove rows on the page and I need to
be able to count the rows so I can update a database.
Is it possible with some JavaScript or VBScript?
Thanks
TGuthrie Guest
-
How to retrieve first 50 rows , next 50 rows and so on in Informix
Hi All Is there any equivalent command for SET ROWCOUNT or LIMIT in INFORMIX to get the first 50rows, next 50 rows and so on if query returns... -
Counting the number of times a user hits an html form
I have a very long html form with many loops in it. I'm trying to keep track of how many times a user hits a specific web page while they are... -
counting & sorting HTML tags
Hi. I'm still very much a Perl beginner, but I'm reading "Mastering Regular Expressions" by Friedl, so I expect to be able to at least help the... -
Counting rows in mysql
Does anyone know how to count how many rows are in a mysql table? This is what I have, but it doesn't work right: <? $db =... -
Select rows where other related rows don't exist
I would like to select rows from a table where another related row in the same table doesn't exist and the relation key is more than 1 column. ... -
Lionstone #2
Re: Counting HTML Rows
Javascript:
document.getElementById("yourTableID").rows.length
"TGuthrie" <webforumsuser@macromedia.com> wrote in message
news:ejcs0f$o35$1@forums.macromedia.com...> Is there any way to count the rows in a HTML table?
>
> The user of the site is able to add and remove rows on the page and I need
> to
> be able to count the rows so I can update a database.
>
> Is it possible with some JavaScript or VBScript?
>
> Thanks
>
Lionstone Guest



Reply With Quote

