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...
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...
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!
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...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.