Get a script to 'wait'?

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Get a script to 'wait'?

    Hello all,

    Is it possible to make an asp script 'wait' inbetween commands?

    A quick example (but not what I've got in mind):

    Response.write ("Please wait. Validating password...")
    [wait 5 seconds]
    Response.redirect ("done.asp")


    Cheers
    _________________________
    <%= TIM_STOKES %>
    "There's no place like 127.0.0.0"


    Tim Stokes Guest

  2. Similar Questions and Discussions

    1. how long do we have to wait already!?!
      v7 came out when? 1-2 years ago?!? How long do we linux users have to wait for v9 or even v8 for that matter? For pete's sake, I know Adobe has to...
    2. wait for keypress
      Hi guys, can anyone explain how to make a movie wait for for a certain key press. I want to make a section of my movie wait for a press of the...
    3. a "wait" script
      Hi, I know its possible I just don't know it! I'd like a wait script that pauses the playback head for a number of seconds, then continues....
    4. Script doesnt work under wait command
      I´m using a script on mouseEnter sprite(57).visible = TRUE cursor 280 on mouseLeave sprite(57).visible = FALSE Cursor -1 on mouseDown me...
    5. Please wait...
      Hello, I'm trying to add a message "Please Wait..." while my front page loads, so I pasted the following code in index.php but is not working...
  3. #2

    Default Re: Get a script to 'wait'?

    > Is it possible to make an asp script 'wait' inbetween commands?

    [url]http://www.aspfaq.com/2141[/url]
    > "There's no place like 127.0.0.0"
    I think you meant 127.0.0.1 ...


    Aaron Bertrand [MVP] Guest

  4. #3

    Default Re: Get a script to 'wait'?

    I thought the same thing, but maybe he just means the whole subnet.

    Ray at work

    "Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message
    news:uSSBcXolDHA.1488@TK2MSFTNGP12.phx.gbl...
    > > Is it possible to make an asp script 'wait' inbetween commands?
    >
    > [url]http://www.aspfaq.com/2141[/url]
    >
    > > "There's no place like 127.0.0.0"
    >
    > I think you meant 127.0.0.1 ...
    >
    >

    Ray at Guest

  5. #4

    Default Re: Get a script to 'wait'?

    Lol! Ooops.... Better?
    _________________________
    <%= TIM_STOKES %>
    "There's no place like 127.0.0.1"


    "Ray at <%=sLocation%>" <myfirstname at lane34 dot com> wrote in message
    news:e1oTijwlDHA.3256@tk2msftngp13.phx.gbl...
    > I thought the same thing, but maybe he just means the whole subnet.
    >
    > Ray at work
    >
    > "Aaron Bertrand [MVP]" <aaron@TRASHaspfaq.com> wrote in message
    > news:uSSBcXolDHA.1488@TK2MSFTNGP12.phx.gbl...
    > > > Is it possible to make an asp script 'wait' inbetween commands?
    > >
    > > [url]http://www.aspfaq.com/2141[/url]
    > >
    > > > "There's no place like 127.0.0.0"
    > >
    > > I think you meant 127.0.0.1 ...
    > >
    > >
    >
    >

    Tim Stokes Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139