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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Pierro001

  1. Pierro001

    button in table is linked wrong

    Thank you (dwarfthrower and monksnake) for your help!!!!
  2. Pierro001

    button in table is linked wrong

    It does not go to button_page.htm at all. I goes always to page1.htm no matter if i click the row or the button.
  3. Pierro001

    button in table is linked wrong

    I tried but i did not work.
  4. Pierro001

    button in table is linked wrong

    I have a table with 3 columns en 2 rows. The rows are clickable. Row 1 is hyperlinked to page1.htm en row 2 to page2.htm So far everthing is working fine. But now i have placed a button into a cell of the first row wich is hyperlinked to buttonpage.htm When i click the button it goes to...
  5. Pierro001

    How to display the 'ID' of a object.

    Thank you very much! I will try this.
  6. Pierro001

    How to display the 'ID' of a object.

    I have this code: <html> <table border="1" width="100%"> <tr> <td id = "a">1</td> <td id = "b">2</td> </tr> <tr> <td id = "c">3</td> <td id = "c">4</td> </tr> </table> </html> So now i want to display the id (not the value) of the cell if the mouse moves...

Part and Inventory Search

Back
Top