How do I retrieve the number of columns in a table? The table is loaded dynamicaly so the number of columns will vary depending on what was selected on a previous page.
How can I find out the number of columns in my table? The information is loaded dynamically. The number of columns will vary depending on what information was selected from a previous page.
Any help would be greatly appreciated.
I am trying to increment a counter by one everytime my interator loops through table data.
<TABLE border=1>
<TR onclick="highlightTR '#c9cc99','cc3333',this);">
<pr:fieldIterator>
<TD><pr:field /></TD>...
In script I am trying to do this, name = info.children[?].children['tName'].value . How can I determine what ? is supposed to be? It will be a different number depending on the table row selected from a previous screen.
My table looks like this.
<TABLE id="mytable" border=1>...
I would like to increment the table row id by 1 each time I loop through my iterator to create my table. How do I do this?
Here is my table.
<TABLE border=1>
<TR>
<b>
<TH>Table Name</TH>
<TH>Description</TH>
</b>
</TR>
<p font-size=10>...
I would like to increment the table row id by 1 each time I loop through my iterator to create my table. How do I do this?
Here is my table.
<TABLE border=1>
<TR>
<b>
<TH>Table Name</TH>
<TH>Description</TH>
</b>
</TR>
<p font-size=10>...
I am trying to set a variable from a value in a table that is loaded dynamically.
Here is my table setup.
<TABLE border=1>
<TR>
<b>
<TH>Table Name</TH>
<TH>Description</TH>
</b>
</TR>
<p font-size=10>
<pr:iterator results="tableList" >...
I am trying to select a row in a table, click a 'view' button then open a new page with detailed information of the row I clicked.
How do I pass the information from the first page to the 'view details' page?
The table is dynamically loaded.
I am using an IE browser.
Thanking you in advance...
I would like to know how to, after highlighting a row in a table, click the submit button from a different frame and know which row is selected so that I can open a new page with details of the row selected.
Here is my table.
<TABLE border=1>
<TR>
<b>
<TH>Table Name</TH>...
I am trying to found out how I can select a row from a list or a table. After making a selection I would like to then use a submit button (example - edit) using the row I selected. It was suggested that I use radio buttons along the side of my list but I would rather not use them if I can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.