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 Hobeau

  1. Hobeau

    remove ie toolbar

    Hey Guys, does anyone know how to remove the ie toolbar (file, edit, view, back, stop, reload etc...) so that there ist just the title and the minimize, restore and the close button? Thanx.
  2. Hobeau

    calender style program, problem with for loop

    ok,,, yeah,, I'm the biggest idiot ever,, for some strange reason I was trying to reference the <option> tag instead of the <select> tag,,,,, its working great,,, thanx for your help!
  3. Hobeau

    calender style program, problem with for loop

    Ok, I think I got most of it, but I'm still having problems with this if statement. I'm passing the options list (day) and for some reason I keep getting this error that the day.options[day.selectedIndex].value is returning a null value. This is my code now. function sell(day){ var x = 3...
  4. Hobeau

    calender style program, problem with for loop

    oh and by the way,,, what is the "start" object being passed in? Is this just a variable?
  5. Hobeau

    calender style program, problem with for loop

    Very nice. That'll work. I think one of my other main problems is the if statement. It doesnt seem to like comparing the selected option with the week array. if (day.options[day.selectedIndex].value == week[i]) I thought that it was nothing more than comparing 2 strings, but I keep getting an...
  6. Hobeau

    calender style program, problem with for loop

    Hey guys, I'm working on a calendar style program and I'm trying to set it up so that when I pick a date it will automatically display 3 days ahead of the day picked skipping saturdays and sundays. I'm still a newbie so I'm trying to do it using an array that is almost 3 weeks in length and the...
  7. Hobeau

    Can't get a Select sql statement to work

    Hi, I'm really new at database programming. I've got VB.net and I'm working on a very simple practice program that is linked to a Access Database. I have a database that I set up with just a Primary key called "ID" , a last name and first name column called "LastName" and "FirstName". I'm able...
  8. Hobeau

    Trying to network XP with Linux

    aaah,, thanks much!
  9. Hobeau

    Trying to network XP with Linux

    Hey guys, I'm new at linux and I'm trying to network my windows XP computer with my fedora/linux box. I understand I need to setup a SMB file server which I did. I was able with the XP computer to see the SMB file server, but when I tried to click on it an error message came up telling me that I...
  10. Hobeau

    Contact issues in outlook 2003

    Hey guys, I have a slight problem. I have outlook 2003 with a bunch of contacts in my contact folder. It used to be that when I started to compose a new message that I could just click on the "To:" button and it would bring up a contact manager that I could select email addresses from. But now...
  11. Hobeau

    copy batch file

    beautiful,, thanx guys
  12. Hobeau

    copy batch file

    hey guys, I'm trying to come up with a batch file that will copy a folder (including all subfolders and files within the folder) to a mapped network drive (C:/ to Z:/). Can anyone help me with the syntax?
  13. Hobeau

    missing NTFS.sys driver

    hey guys, I have an emergeancy here. I have an XP pro box that just all of a sudden said that (when booting up) it cannot start windows because the file ntfs.sys is missing or corrupted. I have the xp cd and I'm trying to boot up from the cd and repair windows, but it just stops before it starts...
  14. Hobeau

    losing network connection

    Hey guys, I have a windows xp pro box that keeps losing its network connection. I start it up, and its just fine,,, but after a few minutes it just loses the network connection. I'm not running any firewalls, I triple checked that. Anyone else have this problem??
  15. Hobeau

    Iframe referencing parent

    all good. Thanx a million.

Part and Inventory Search

Back
Top