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!

Search results for query: *

  • Users: Pierro001
  • Content: Threads
  • Order by date
  1. 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...
  2. 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