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 SkipVought 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. sumsumin

    C++ Array...

    okay thanks.
  2. sumsumin

    C++ Array...

    // main3b.cpp // This holds a number game // Copyright (c) 1998 /////////////////////////// #include <iostream.h> // For input/output #include <fstream.h> // For file input/output #include <string.h> // For strcpy #include <time.h> // For time #include <stdlib.h> // For toupper and tolower...
  3. sumsumin

    C++ Array...

    I'm very new to C++. I have the following string (called 'names'): "Cameron;Keremy;Jyle;Tyson;". How do I turn this into an Array? names[0] would be Cameron, names[1] would be Keremy, etc.? I really would appreciate some help with this please!
  4. sumsumin

    NEED HELP PLEASE: textarea scrolling

    I can't get it to work! I tried it in both firefox and IE. Both didn't work. However, when I tried it in IE, every time the timer refreshed, the bar seemed to flicker down and immediately back up again. Firefox showed no effect. Remember the timer resets every second. I have no idea what to do!
  5. sumsumin

    NEED HELP PLEASE: textarea scrolling

    Well, this is what I put: ... <script type='text/javascript'> var lockit=setInterval("document.myform.mytext.scrollTo(0,70)",10) </script> </head> <body onLoad="clearInterval(lockit)"> ... It doesn't work, but I think I know why. When the page loads, and every second after, I have a timer set...
  6. sumsumin

    NEED HELP PLEASE: textarea scrolling

    Wow, thanks. I'm gonna go try that right now!
  7. sumsumin

    NEED HELP PLEASE: textarea scrolling

    Hey, I'm working on a web application, and it requires that a textarea automatically scroll to the bottom when the page opens. Is there any way to do this?

Part and Inventory Search

Back
Top