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

    repaint issue

    Brief background: Hi, I'm using a 3rd party tree control in an asp.net application. The tree control has checkboxes that you can turn on for each node in the tree. We have written some javascript that will do some things when a node is checked in the tree. Usually, this happens very fast, but...
  2. ChadBryant

    blur problem - please help!

    Hi, I don't do a lot of javascript, so this might be a dumb question. I have a page where the user selects a value from a drop down list and a table of info is loaded for the selected value in a grid like control underneath the drop down. The grid could be long so the user will need to scroll...
  3. ChadBryant

    absolute position problem

    I have a table that I am positioning at an absolute position with the following style attribute: style="position: absolute; top: 120px; left: 290px;" It displays correctly in IE and Safari, but in Firefox it is correct in it's top position but the left position is way way out to the right...
  4. ChadBryant

    communicating between browsers

    I've seen some posts about communicating between browser windows using opener, but this question is a little more involved. Let's say I have a parent window that is the main window for a web app. I click a link in the parent window which opens up child window A. Then I alt - tab back to the...
  5. ChadBryant

    newbie question - communicate between browser windows

    I'm not sure if what i'm trying to do is possible, but I found this forum and hopefully someone can tell me. Many thanks in advance... I am developing an ASP.NET web app, but what I need to do needs to happen on the client side without any posting back to the server. I'm not sure how to ask...

Part and Inventory Search

Back
Top