Click here to Skip to main content
15,924,581 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Request.ServerVariables("LOCAL_ADDR") Pin
Jonavis29-Mar-03 16:58
Jonavis29-Mar-03 16:58 
GeneralIE and Word documents Pin
MiamiCoder18-Feb-03 8:34
MiamiCoder18-Feb-03 8:34 
GeneralRe: IE and Word documents Pin
Sarvesvara (BVKS) Dasa18-Feb-03 18:12
Sarvesvara (BVKS) Dasa18-Feb-03 18:12 
QuestionSelect html control size limit? Pin
ErikYuzwa18-Feb-03 4:27
ErikYuzwa18-Feb-03 4:27 
GeneralHelp! error: Object required "this". Pin
devvvy17-Feb-03 22:14
devvvy17-Feb-03 22:14 
GeneralPrinting in IE Pin
Vasudevan Deepak Kumar17-Feb-03 18:28
Vasudevan Deepak Kumar17-Feb-03 18:28 
GeneralDelay in ASP page Pin
Sarvesvara (BVKS) Dasa16-Feb-03 18:46
Sarvesvara (BVKS) Dasa16-Feb-03 18:46 
GeneralRe: Delay in ASP page Pin
Roger Wright17-Feb-03 21:41
professionalRoger Wright17-Feb-03 21:41 
Window.setInterval(func, interval,args....) should do the job. The parameter func should be the mailing function, interval is the interval in milliseconds (10000 in this case). The rest, args are passed to func as parameters. Window.clearInterval(intervalid) stops the periodic call to func by Window.setInterval(...). The value intervalid is returned by the call to Window.setInterval().

The func should execute Window.clearInterval when the database EOF is reached, ending the mail process.

It is ok for women not to like sports, so long as they nod in the right places and bring beers at the right times.


Paul Watson, on Sports - 2/10/2003

GeneralRe: Delay in ASP page Pin
Sarvesvara (BVKS) Dasa17-Feb-03 22:58
Sarvesvara (BVKS) Dasa17-Feb-03 22:58 
GeneralRe: Delay in ASP page Pin
Roger Wright18-Feb-03 8:41
professionalRoger Wright18-Feb-03 8:41 
GeneralRe: Delay in ASP page Pin
Sarvesvara (BVKS) Dasa18-Feb-03 18:10
Sarvesvara (BVKS) Dasa18-Feb-03 18:10 
QuestionResize (hide) frame? Pin
daniel99916-Feb-03 14:03
daniel99916-Feb-03 14:03 
AnswerRe: Resize (hide) frame? Pin
DFU2317-Feb-03 8:46
DFU2317-Feb-03 8:46 
GeneralRe: Resize (hide) frame? Pin
daniel99917-Feb-03 9:31
daniel99917-Feb-03 9:31 
Generalrequest.blah... Pin
l a u r e n16-Feb-03 9:42
l a u r e n16-Feb-03 9:42 
GeneralRe: request.blah... Pin
Richard Deeming17-Feb-03 3:28
mveRichard Deeming17-Feb-03 3:28 
GeneralRe: request.blah... Pin
palbano19-Feb-03 12:32
palbano19-Feb-03 12:32 
GeneralCDONT and SMTP config Pin
Anonymous15-Feb-03 20:33
Anonymous15-Feb-03 20:33 
QuestionHow to send binary data to JSP? Pin
George215-Feb-03 18:45
George215-Feb-03 18:45 
GeneralCentering/Right-aligning things in a strict XHTML/CSS environment Pin
Domenic Denicola15-Feb-03 10:32
Domenic Denicola15-Feb-03 10:32 
GeneralRe: Centering/Right-aligning things in a strict XHTML/CSS environment Pin
David Wulff15-Feb-03 11:40
David Wulff15-Feb-03 11:40 
GeneralRe: Centering/Right-aligning things in a strict XHTML/CSS environment Pin
Domenic Denicola15-Feb-03 14:04
Domenic Denicola15-Feb-03 14:04 
GeneralRe: Centering/Right-aligning things in a strict XHTML/CSS environment Pin
David Wulff15-Feb-03 16:21
David Wulff15-Feb-03 16:21 
Generalencryption Pin
Sarvesvara (BVKS) Dasa15-Feb-03 2:21
Sarvesvara (BVKS) Dasa15-Feb-03 2:21 
GeneralRe: encryption Pin
Giles15-Feb-03 3:46
Giles15-Feb-03 3:46 

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.