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 gkittelson 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: sarathy1234
  • Order by date
  1. sarathy1234

    How to get <td> id using javascript

    Hi all, Using javascript how to get the TD id values using the TR id that should work in all browsers. For Example: <table id="table1> <tr id="row1"> <td id="r_c_1_1">Row One</td> <td id="r_c_1_2">Row One</td> <td id="r_c_1_3">Row One</td> </tr> <tr id="row2"> <td id="r_c_2_1">Row Two</td>...
  2. sarathy1234

    Replacement for ondrag(), ondrop()

    Hi all Please any one suggest me a replacement/fix of ondrag(),ondragstart(),ondragend(),ondragenter(),ondrop(),ondragover() javascript events that supported by all browsers. I am totally screwed up. Please suggest me a solution. Awaiting eagerly for a solution Thanks in advance

Part and Inventory Search

Back
Top