|
 |
asptoday_discuss thread: wait function
Message #1 by "laeg byrne" <laeg_enterprises@y...> on Thu, 7 Feb 2002 09:34:14
|
|
Does asp have an equivalent of the javascript
strTimeout or the java sleep? I need a page to
just hold for 2 secs before it redirects.
Cheers, Laeg
Message #2 by "Dmitry Brook" <brook74@h...> on Thu, 07 Feb 2002 10:09:39 +0000
|
|
No direct equivalent, I organize dummy loop in such cases....
>From: "laeg byrne" <laeg_enterprises@y...>
>Reply-To: "ASPToday Discuss" <asptoday_discuss@p...>
>To: "ASPToday Discuss" <asptoday_discuss@p...>
>Subject: [asptoday_discuss] wait function
>Date: Thu, 7 Feb 2002 09:34:14
>
>Does asp have an equivalent of the javascript
>strTimeout or the java sleep? I need a page to
>just hold for 2 secs before it redirects.
>
>Cheers, Laeg
_________________________________________________________________
MSN Photos is the easiest way to share and print your photos:
http://photos.msn.com/support/worldwide.aspx
Message #3 by Mike Kucirka <mkucirka@y...> on Thu, 7 Feb 2002 06:35:25 -0800 (PST)
|
|
Did this on a page, but used html.
Try this line.
<META HTTP-EQUIV="Refresh"
CONTENT="5;URL=page.asp/html">
It should hold that screen for 5 seconds before it
refreshes. Don't know if that will help.
Mike
--- laeg byrne <laeg_enterprises@y...> wrote:
> Does asp have an equivalent of the javascript
> strTimeout or the java sleep? I need a page to
> just hold for 2 secs before it redirects.
>
> Cheers, Laeg
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
Message #4 by "Bharat Saboo" <bharatsaboo@h...> on Fri, 8 Feb 2002 10:54:40 +0530
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0333_01C1B08F.0243E360
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
u can create a function in vb to do the same thing
Regards,
Bharat Saboo
----- Original Message -----
From: Mike Kucirka
To: ASPToday Discuss
Sent: Thursday, February 07, 2002 8:05 PM
Subject: [asptoday_discuss] Re: wait function
Did this on a page, but used html.
Try this line.
<META HTTP-EQUIV=3D"Refresh"
CONTENT=3D"5;URL=3Dpage.asp/html">
It should hold that screen for 5 seconds before it
refreshes. Don't know if that will help.
Mike
--- laeg byrne <laeg_enterprises@y...> wrote:
> Does asp have an equivalent of the javascript
> strTimeout or the java sleep? I need a page to
> just hold for 2 secs before it redirects.
>
> Cheers, Laeg
__________________________________________________
Do You Yahoo!?
Send FREE Valentine eCards with Yahoo! Greetings!
http://greetings.yahoo.com
|
|
 |