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 derfloh 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: DoTheLoop
  • Content: Threads
  • Order by date
  1. DoTheLoop

    How do I change innerHTML on a particular row's cells in a table

    Hia! I have a question about tables and changing the contents of a particular row inside that table. Something like this: <table id=mytable> <tr> <td><input type=button name=foo value=click onclick=javascript:changethisrow(andthesecells);></td> <td>1</td> <td>2</td>...
  2. DoTheLoop

    How do I retrieve id values from &lt;option id=123&gt; ?

    Hia! I have a problem with select box. I have to put alot of info on each <option> in a selectbox. Looking something like this: <select name=whatever> <option value=1 id=1234>Some text</option> <option value=2 id=5678>Some other text</option> etc.... </select> Is there some easy way to...
  3. DoTheLoop

    trap event &quot;onClick&quot; on &lt;a href=...... onClick=&gt;

    Hi again! I'm trying to figure out how to check which link the user has clicked on. Goes like this: <html> <script> function trapper() { var collAElements = document.body.getElementsByTagName(&quot;A&quot;); for (i=0;i<collAElements.length;i++) { //trying to find which one the user has...
  4. DoTheLoop

    Passing values to opener with duplicate fieldnames

    I know this is stupid to even be trying, but it is as it is and I cannot change this fact. The fact that it is a dynamic HTML-generator (engine) that creates a page with several duplicate fieldnames, on this page (parent) there are links that opens a childwindow where the user can change...

Part and Inventory Search

Back
Top