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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ChadBryant

  1. ChadBryant

    repaint issue

    That worked great!! Thanks!!
  2. 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...
  3. ChadBryant

    blur problem - please help!

    Ok, that was too easy!! Thanks!
  4. 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...
  5. ChadBryant

    absolute position problem

    Thanks. I finally figured it out... I had my table right after the body tag and before some ASP script. I moved it to after the asp script and it worked fine. doesn't really make much sense, but it's working. Thanks!
  6. ChadBryant

    absolute position problem

    Ok, the topmargin and leftmargin for the body tag are set to 0...cell spacing and cell padding for the table is 0. It must be something else... Thanks
  7. 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...
  8. ChadBryant

    communicating between browsers

    Thanks!!! That is exactly what we need. Now we just have to keep track of a way to selectively communicate with windows. Your example closes all windows but what if you only wanted it to close certain windows? I think I can probably figure something out to handle this. Basically if you have...
  9. 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...
  10. ChadBryant

    newbie question - communicate between browser windows

    Cool, I think the opener is how I need to handle this. I'll try that and see how it goes. I've never heard of opener before. Recommend any good Javascripts sites, books, other resources? Thanks
  11. 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