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 FlamingMad

  1. FlamingMad

    All DBA's read. worm attack

    Can this worm affect SQL server 7? I run a SQL 7 server and have had some network traffic problems today, these sorts of problems are (unfortnately) not uncommon due to the NT based phone system dialer which we use, but I want to make sure it is not the worm. Would be grateful for any feedback.
  2. FlamingMad

    Message based on day of week and time

    Try this script, I have used a combination of switch (case) statements and if...else. I wasn't sure if it was a message box you wanted to display or not, and what you wanted to display if it wasn't between these times. You should be able to modify the code where the 'alert' statements are if...
  3. FlamingMad

    Sending Info from one HTML Page to Another

    You would be best using ASP instead of javascript. If you include all of the text boxes in a form on an ASP page then you can transfer data from page to page easily. have alook at this page, it describes asp with forms and submitting and requesting data...
  4. FlamingMad

    Unavailable list box

    I presume this is what you mean... <SELECT id='myselect disabled> <option value=&quot;1&quot;>1</option> </select>
  5. FlamingMad

    form validation

    try something like this, using return instead of &quot;return false&quot; function myFunction(){ if(something){ location='nextpage.htm' } else return; }

Part and Inventory Search

Back
Top