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 Mike Lewis 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. grayliner

    cgi e-mail script

    it did and it didn't, i guess i'm looking for the script to send the e-mail. i know it involves cgi of somekind, but that someone can send me an e-mail, through this pop-up window, and now have to open up their e-mail server to do it.
  2. 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...
  3. 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] =...
  4. grayliner

    if else?? getMinutes()

    hey where do i put those in my code??? i'm a little confused about that. sorry i'm a little new to this javascript thing, and the book i have isn't very helpful.
  5. 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...
  6. grayliner

    help with document write, and other stuff

    also how does one set up the prompt part so that if no data is entered it say "no data" where the name should be?
  7. grayliner

    help with document write, and other stuff

    not so much that as how do i put more variables into the new browser window. like in the one the pops up after the name the person enters i want it to show the browser name, and the version. where do i insert this?
  8. 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...
  9. 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...
  10. 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