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...
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] =...
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...
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...
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="javascript"...
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 "Content-type...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.