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

    What does "this" means

    My problem is this. I create a javascript object that has a function associated with it. I instantiate this object and when it is instantiated, it assigns its function as an onclick handler to a div element on the page. Here is a simple html that I created to demonstrate the problem...
  2. inbaron

    outerHTML equivalent in netscape.

    I have an IMG "myImage" object which I want to copy into a div element "myDiv". It is very simple in IE myDiv.innerHTML = myImage.outerHTML Netscape does not support outerHTML. How can I do the same in Netscape? Thanks
  3. inbaron

    Setting onmouseover event on images does not work

    I'll try to present the problem in the most simple form: I have an array of elements on the page - "elmts". I have another element "controller" with a onmousedown handler that sets a mouseover event on "elmts". For simplicity, the mouseover function just displays a message: function...
  4. inbaron

    What is the difference between onmouseclick and onclick

    What is the difference between "onclick" and "onmouseclick" event handlers? Do they apply to different objects? Dothey work differently? I am baffled? Thanks for Help Shai
  5. inbaron

    need to be general purpose

    Thanks Unfortunately my code has to be Netscape compatible and can use any fone, so fixed size cannot help me.
  6. inbaron

    How can I get the location of keypress

    I am trying to create a tooltip that shows the number of characters already typed as I progressively type text in a textarea. I want the tooltip (a div eleemnt) to follow the place where I type the character. I trap the onkeypress event and try to get its location to place the div element there...
  7. inbaron

    Can I tell which OPTION in a SELECT control I hover above?

    I have this problem. I have a SELECT control with very long items in the options list. I do not want to have a very wide control and I would like to truncate the items so they can show in a narrower box. However, I still would like to enable the user to see the complete item. I would like to...

Part and Inventory Search

Back
Top