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. jwoolum

    Modem Question

    Thanks for the information; you have been a real help!
  2. jwoolum

    Modem Question

    Hello all, I recently moved to a place where broadband is unavailable. So I will need to move to dialup. I read somewhere that most serial external modems will work on Linux. Can anyone verify this claim? If so are there any good resources for setting one up?
  3. jwoolum

    Scrollpane question

    I am using MX
  4. jwoolum

    Scrollpane question

    Hello, I am trying to insert an swf into a scrollpane. The only problem is that the inserted file is displaying on top of, and outside of, the scrollpane. Does anyone know a way to fix this problem?
  5. jwoolum

    search script

    This may help you: http://www.techonthenet.com/sql/like.php
  6. jwoolum

    !IsSet with $_POST

    Sorry, poor syntax, this is what I meant: if ($userName == "") { header("Location: http://www.../index.php?error=1"); } else if ($passWord == "") { header("Location: http://www.../index.php?error=2"); }
  7. jwoolum

    !IsSet with $_POST

    Try this: if (userName == "") { header("Location: http://www.../index.php?error=1"); else if (passWord == "") { header("Location: http://www.../index.php?error=2"); if nothing was in $_POST then "" will be in your variables
  8. jwoolum

    Problem with dynamic textfield

    Thanks, that helped alot.
  9. jwoolum

    Problem with dynamic textfield

    Hello, I am trying to create a dynamically created and named text field using the following code(MX 6.0): ---------------------------------------------- var textformat1 = new TextFormat(); textformat1.align = "left"; textformat1.wordWrap = true; textformat1.color="0x000000"; var manstring =...

Part and Inventory Search

Back
Top