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 TouchToneTommy 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: *

  • Users: grayliner
  • Content: Threads
  • Order by date
  1. grayliner

    cgi e-mail script

    ok so i want to make a little pop-up cgi script, that when someone clicks on a link on my site a little window will pop up (that is not the question, just back ground info on what i'm doing) and in that window i want to load a cgi-script that will have a basic e-mail form so someone can send...
  2. grayliner

    date object

    ok so i'm trying to get the Day to show up, i know of the dateObj.getDay() and i have the array built to house the names of the days, but i can't get it to work, check out my code and let me know what is wrong with it var days = new Array(7) days[0] = "Sunday" days[1] =...
  3. grayliner

    if else?? getMinutes()

    var seasons = new Array(4) seasons[0] = "Fall" seasons[1] = "Winter" seasons[2] = "Spring" seasons[3] = "Summer" var browser = navigator.appName var version = navigator.appVersion function promptwindow() { var promptwin = prompt("What is your...
  4. grayliner

    help with document write, and other stuff

    ok so i've been working on this for a while and i'm completely confused by this, so whoever is kind enough to help out please tell me what your doing. what the code should do is, when you click the 'prompt' button and prompt window pops up (and it does) then you enter your name, and it writes it...
  5. grayliner

    subWindow/button help

    ok so when you click the prompt button it is supposed to launch a subwindow. all the arrays that are defined are for later in the project, right now i just need the subwindow to work so i can keep working on the project. thanks <html> <head> <script language=&quot;javascript&quot...
  6. grayliner

    i need some help.

    ok so i've been working on this script for like 3 hours total now and its a simple script, and i think i made a dumb mistake a can't find. so here is it take a look. #!/usr/bin/perl #super.cgi - saves form data to a file, and creates a dynamic web page print &quot;Content-type...

Part and Inventory Search

Back
Top