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

    trigger/fire an attachEvent

    I have an object with an event attached to it. Is there a way to trigger this event through JavaScript? Here is an extremely simplified version of the scenario: obj = document.createElement("select"); obj.appendChild(document.createElement("option"))...
  2. mgh730

    Finding the parent object of a script

    I have the following code: <script> function toolbar() { newDiv = document.createElement("div"); ???.appendChild(newDiv); } </script> <body> <span class="toolbar"> <script>toolbar( ... )</script> </span> </body> In the function toolbar, I create a new element called newDiv. I...
  3. mgh730

    get table name into another table

    I'm trying to do an &quot;insert... select&quot; to get data from multiple tables matching certain criteria into a temporary table. I'd then like to order the data in the temporary table, but look at each entry in the table and know what table it came from originally. I was thinking there must...
  4. mgh730

    ICS bridging wireless and wired?

    Here's what I want to do: Wire a WinXP pro computer to a network Use an internet connection from a router on other WinXP pro computers connected wirelessly to the wired computer. (the wired computer has a wireless card too) Here's what I've tried on the wired computer: Bridging the...
  5. mgh730

    Mouse for a Tablet? And different cursors?

    First, I should say that I know nothing about how these mouse functions work. I have a tablet PC (compaq), which I have tried to run my programs on, but I found that the pen digitizer does not work properly. After some experimentation, I discovered that the mouse functions return integers...

Part and Inventory Search

Back
Top