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 strongm 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: *

  1. charanch

    Radio button validator works for list, but not for just one?

    Hi there, I have the following script to validate a form radio button. The visitor is registering for a class and they must choose a class before moving on. This script works great with a list of items but if there is only one item and even when it's selected, the alert box comes up anyway...
  2. charanch

    Timesheet Entry

    Hi All, many thanks for your thoughts and questions. The application is networked. It's been running since 2002. The users are estimators in a construction company. I agree to just leave it like it is -- I really don't know how I'd keep somebody from cheating. They do have to log in. It's a...
  3. charanch

    Timesheet Entry

    Yes, it does. Thanks to both... If I were to put a stop button on there, how will I suppress the next new record until they click the stop button? On another note, so there's no way to automatically have it post the stop time in the previous record when they start the next record? I'm...
  4. charanch

    Timesheet Entry

    Hello, I have a timekeeing application that "they" want to change. At first there were only a few users, but now there are more users and somebody has cheated. Right now I have a form pulling from a table with the following fields: time_in time_out task job number The time_in box has a drop...
  5. charanch

    Optimize a SQL view?

    I optimized the query like ya'll suggested and it IS running faster now. Many thanks for your help!
  6. charanch

    Optimize a SQL view?

    Hi Sheco, Thanks for the reply. I did not write the view but I didn't want to include the whole farm in my post because it's long. It returns about 8 fields, not just the program name, but the sub-title, location, date of the program, discount available, etc. It is displayed in an html table...
  7. charanch

    Optimize a SQL view?

    Greetings, I am using a sql view to extract a list based on a zip code input. This works but it's slow because of the enormous amount of records the query has to look through. Is there a better way to do this and if so, how? I am not familiar with stored procedures or how to write one or call...
  8. charanch

    Monitor size changes left alignment for slide out menu

    Not testy, just disappointed in how some javascript forum experts seem to have a tone of talking down to people and aren't even really trying to be helpful as much as they are trying to show how much they know and how great they are. So "ridicule" probably wasn't a proper and fitting analogy...
  9. charanch

    Monitor size changes left alignment for slide out menu

    don't" what? Post another smart @$$ answer? You know I was genuinely appreciative, even in light of the curt answer by Dan. I apologized for my inept javascript ability. I thought this was a forum to help people, not ridicule. I have never understood an attitude like that. Some people feel...
  10. charanch

    Monitor size changes left alignment for slide out menu

    Thanks Dan for the head's up on the resolution. I found a script to check for resolution. I modified it to work with slide out menu script. I tested it by changing my desktop settings to all of the different sizes and it's working great now. Thanks again.
  11. charanch

    Monitor size changes left alignment for slide out menu

    Hi Dan, Thanks for the reply. The left alignment of the menu is 225. I explained it best I knew how and posted the code I had. I thought the function and the addmenus code I posted would be enough. I'll do more research before I post again. Thank you.
  12. charanch

    Monitor size changes left alignment for slide out menu

    Hi guys, I'm not a javascript guru at all, and couldn't find a thread that helped, but I have a script when you mouseover a button, a menu slides out to the right. Works great on my 17" monitor, but on a larger monitor, the slide out menu is covering the button. Finally figured out I have the...
  13. charanch

    databound slide out menu

    Thank you very much. I figured out how to make it work.
  14. charanch

    databound slide out menu

    If you don't mind, could you please help me make this dynamic. My client will be adding additional galleries and I'd like to display them as he adds them but I don't know how do build the code into this script. var menu1=new Array() menu1[0]='<a href="?galleryid=1">Engagement</a>'...
  15. charanch

    databound slide out menu

    Well, thank you very much, DotNet. I found another one right after I posted my question to Sheco. Obviously I don't know what I'm doing trying to program this JavaScript into my ASP page, but I'm getting there. Many thanks for your help!
  16. charanch

    databound slide out menu

    Hi Sheco, I have managed to get your example above working onmouseover. How do I get it to display something not in an alert box and not the document.write command? Is there a way to get a table to popup? What I have to do is get a submenu to display on mouseover from an image...
  17. charanch

    databound slide out menu

    Thanks Sheco. I'll give it a try.
  18. charanch

    databound slide out menu

    Hi there, I don't know how to search for this and I'm Javascript challenged so hopefully somebody here can help me. I have a navigation bar with images for buttons. The site is ASP and data driven. There are three categories that have sub categories and the client wants me to create a slide...
  19. charanch

    SQL server not located where web site is

    Hi all, Company is moving site to a different host and moving SQL server in house to save $$ (no laughing please). I think there will be a slowdown in performance. Any thoughts of how to generally optimize performance in the site? I know this is an open ended question, but there is a lot we...
  20. charanch

    using distinct pulls data from column not referenced

    That really is my entire query. Just a simple little query. There is a user phone number field in the same table and it doesn't screw that one up. I'll keep messing around with it and see if I can get it working. I even went back as far as april that one is ok. I think I'll reimport it. It...

Part and Inventory Search

Back
Top