Click here to Skip to main content
15,900,254 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: delete temp files on session end Pin
g00fyman13-Feb-06 10:47
g00fyman13-Feb-06 10:47 
AnswerRe: delete temp files on session end Pin
Guffa14-Feb-06 0:17
Guffa14-Feb-06 0:17 
QuestionUplload file to folder by use asp Pin
LienKim12-Feb-06 18:03
LienKim12-Feb-06 18:03 
AnswerRe: Uplload file to folder by use asp Pin
enjoycrack14-Feb-06 19:43
enjoycrack14-Feb-06 19:43 
QuestionJavascript question - validating dollar amount Pin
john_paul12-Feb-06 8:08
john_paul12-Feb-06 8:08 
AnswerRe: Javascript question - validating dollar amount Pin
Curtis Schlak.14-Feb-06 15:38
Curtis Schlak.14-Feb-06 15:38 
GeneralRe: Javascript question - validating dollar amount Pin
john_paul16-Feb-06 2:28
john_paul16-Feb-06 2:28 
QuestionCan somebody help with javascript Pin
beagle200312-Feb-06 1:01
beagle200312-Feb-06 1:01 
I am trying to write this program It would be helpful to the user if they could be informed, as they are typing in their values, which day of the week they were currently
entering data for, and also if this information was provided in the
output.
can anyone help





<HEAD>
<TITLE> Exhibtion Attendance
</TITLE>
<SCRIPT >

/* Program to display exhibition attendance figures*/

var attendArray = new Array ('Monday','Tuesday','Wednesday','Thursday','Friday');
document.write('Array program to provide daily exhibtion attendance figures');


for (var day = 0; day < attendArray.length; day = day + 1)
{
attendArray[day] = window.prompt('Enter attendance figure for ' + (day + 1 ),'')
};

document.write('<BR>' + '<BR>');
document.write('Confirmation of daily exhibition attendance' + '<BR>' + '<BR>');

for (var day = 0; day < attendArray.length; day = day + 1)
{
document.write(attendArray[day] + '<BR>')

}

</SCRIPT>
</HEAD>
<BODY>
</BODY>
</HTML>

-- modified at 7:05 Sunday 12th February, 2006
QuestionMerging transparency gif to another image and making thumbnails on fly Pin
dencis11-Feb-06 20:00
dencis11-Feb-06 20:00 
QuestionC# Web Service Starting Pin
Thirapong10-Feb-06 21:32
Thirapong10-Feb-06 21:32 
Questionasp, no exchange, activex, outlook Pin
tarantula310-Feb-06 21:08
tarantula310-Feb-06 21:08 
QuestionASP Module Loading / Framework Pin
__makaveli__10-Feb-06 5:30
__makaveli__10-Feb-06 5:30 
QuestionPurpose of session.LCID in asp Pin
idreesbadshah10-Feb-06 1:30
idreesbadshah10-Feb-06 1:30 
AnswerRe: Purpose of session.LCID in asp Pin
Guffa10-Feb-06 2:32
Guffa10-Feb-06 2:32 
QuestionASP File downloader Pin
Bongzino9-Feb-06 22:48
Bongzino9-Feb-06 22:48 
GeneralASP CSS file Pin
Bongzino9-Feb-06 22:18
Bongzino9-Feb-06 22:18 
AnswerRe: ASP CSS file Pin
Guffa9-Feb-06 22:50
Guffa9-Feb-06 22:50 
GeneralRe: ASP CSS file Pin
Bongzino10-Feb-06 2:10
Bongzino10-Feb-06 2:10 
Questionhierarchical Data Grid in j2ee Pin
Krishnendra Nandi9-Feb-06 19:20
Krishnendra Nandi9-Feb-06 19:20 
QuestionPop Up Window Reopening Pin
Ashishhere9-Feb-06 18:59
Ashishhere9-Feb-06 18:59 
Questionmailform.cgi replacement Pin
Jon Sagara9-Feb-06 18:39
Jon Sagara9-Feb-06 18:39 
AnswerRe: mailform.cgi replacement Pin
perlmunger10-Feb-06 12:02
perlmunger10-Feb-06 12:02 
Questionasp in apache Pin
dlinks9-Feb-06 8:48
dlinks9-Feb-06 8:48 
AnswerRe: asp in apache Pin
Guffa9-Feb-06 10:11
Guffa9-Feb-06 10:11 
QuestionChange the process name w3wp.exe Pin
Gilad Kapelushnik9-Feb-06 5:02
Gilad Kapelushnik9-Feb-06 5:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.