Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: cylly
  • Content: Threads
  • Order by date
  1. cylly

    get number of columns in table

    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.
  2. cylly

    determine number of columns in table data

    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.
  3. cylly

    increment counter

    I am trying to increment a counter by one everytime my interator loops through table data. <TABLE border=1> <TR onclick=&quot;highlightTR '#c9cc99','cc3333',this);&quot;> <pr:fieldIterator> <TD><pr:field /></TD>...
  4. cylly

    retrieve hidden value from dynamically loaded table

    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=&quot;mytable&quot; border=1>...
  5. cylly

    increment table row id by 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>...
  6. cylly

    increment table row id by 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>...
  7. cylly

    reference value from a table row

    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=&quot;tableList&quot; >...
  8. cylly

    Row in table

    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...
  9. cylly

    select row from table

    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>...
  10. cylly

    select a row then perform a function using a submit button

    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...

Part and Inventory Search

Back
Top