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

    Set left in Firefox

    This works fine in IE, but not Firefox. I am trying to set the left property of an element. I can do it fine if I set it using a string literal, but not if I use offsetWidth of another element. See below. //el is my element //this works fine el.style.left = "100px"; //this does not work...
  2. jnoody

    combobox itemdata returns null

    The problem is that whenever I try to use ItemData to pull the value of the index field, it returns null, even if I specify the number of a row from the combobox that I know is a valid argument. Here's the scenario: I have a combobox selecting 2 fields from a table as its rowsource. One...
  3. jnoody

    controls won't requery

    My problem is that sometimes the listbox (lstCountries) below updates/requeries after either the add_Click() or delete_Click() functions, and sometimes not. The data in tblCountries does change everytime, but the contents of the listbox don't always. I can't find any rhyme or reason to it...
  4. jnoody

    Missing Mail Outlook Express 6 on XP Pro

    I accidentally shut off the power to my computer while using it and when I restarted, all of the mail in between 2 dates in all of my folders was missing from Outlook Express. All other messages in all folders are their, except for the messages in between those dates. I tried doing a system...
  5. jnoody

    Element width visible but equals 0

    I see that this topic has been discussed, but I have a more specific problem. element.offsetWidth usually works for me, but I am having a problem where in one case (not sure why), I am getting a return of 0 for the width of an element that is visible and definately not width 0. Also, this...

Part and Inventory Search

Back
Top