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

    Pass to cgi script/return to javascript

    I have a variable I want to pass to a cgi script. Then have the cgi script process the variable and return it for use in a javascript. Can this be done? Thanks in advance; Doug
  2. kenya88

    var X = Y + Z returns X = "YZ" NOT A NUMBER!!

    example: recheight = 7; recheight = recheight + 2.75; this returns 72.75 NOT 9.75!!!!!!!!!!!!!!!!!! recheight was read in from a cookie----see below. var the_cookie = document.cookie; var the_cookie = unescape(the_cookie); var broken_cookie = the_cookie.split(":"); var recheight =...
  3. kenya88

    "Multiple" dynamic Drop Down menu....

    I would like to do something like this: drop down 1:Choices drop down 2:Choices based on choices from drop down 1 drop down 3:Choices based on choices from drop down 2 drop down 4:Choices based on choices from drop down 3 drop down 5:Choices based on choices from drop down 4 Etc...
  4. kenya88

    How do I automate data import?

    I have a mysql web database that I import a text file into everyday. How can I automate this process? I currently use the "load data infile" statement to import the txt file and this works great. I am using linux redhat. I know I can use "cron" to schedule and run tasks...
  5. kenya88

    Checking for "Empty Set"???

    How do I check to see if the results of a query are "empty"? On the command line it is easy, but from within a cgi script? Thanks in advance.
  6. kenya88

    Won't accept MEDIA!!!!

    I can't get Backup Exec to accept my media. Help

Part and Inventory Search

Back
Top