在重定向之前等待几秒钟 [英] To wait for few secs before redirect

查看:534
本文介绍了在重定向之前等待几秒钟的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个asp结果页面,显示记录已成功更新
。在显示之后,我需要将其重定向到另一个页面。

但是,我想在重定向之前保持显示几秒钟。我会赞赏这个命令。
会很感激。谢谢你的帮助。问候。

Hi,
I have a asp result page which shows that a record has been successfully
updated. After this display I need to redirect this to a different page.
However, I would like to keep the display for few secs before the redirect. I
would appreciate the command to do this. Thanks for any help. Regards.

推荐答案

=?Utf-8?B?SmFjaw ==?=写于2004年12月25日

microsoft.public.inetserver.asp.general:
=?Utf-8?B?SmFjaw==?= wrote on 25 dec 2004 in
microsoft.public.inetserver.asp.general:
我有一个asp结果页面,显示记录已成功更新。在此显示后,我需要将其重定向到不同的页面。但是,我想在重定向之前保持显示几秒钟。我很感激这样做的命令。谢谢
任何帮助。问候。
I have a asp result page which shows that a record has been
successfully updated. After this display I need to redirect this to a
different page. However, I would like to keep the display for few secs
before the redirect. I would appreciate the command to do this. Thanks
for any help. Regards.




重定向是客户端发生的事情。


重定向ASP response.redirect !!!


然而后者从html标题重定向,

因此在重定向之前不能延迟或显示任何输出。


尝试你的手在< meta>或客户端脚本重定向,

这两个都不在这个NG的主题。


-

Evertjan。

荷兰。

(请在我的电子邮件地址中将x'变为点数)



Redirecting is a clientside happening.

Redirecting by ASP response.redirect too!!!

The latter however is redirected from the html header,
so cannot be delayed or show any output before redirecting.

Try your hand at <meta> or clientside script redirecting,
both of which are off topic on this NG.

--
Evertjan.
The Netherlands.
(Please change the x''es to dots in my emailaddress)


感谢您的反馈, Evertjan。

我将检查客户端重定向以获取我的

问题的答案。


Evertjan。 "写道:
Thanks for your feedback, Evertjan.
I am going to check out client side redirecting for an answer to my
questions.

"Evertjan." wrote:
=?Utf-8?B?SmFjaw ==?=于2004年12月25日写在
microsoft.public.inetserver.asp.general:
=?Utf-8?B?SmFjaw==?= wrote on 25 dec 2004 in
microsoft.public.inetserver.asp.general:
我有一个asp结果页面,显示记录已成功更新。在此显示后,我需要将其重定向到不同的页面。但是,我想在重定向之前保持显示几秒钟。我很感激这样做的命令。谢谢
任何帮助。问候。
I have a asp result page which shows that a record has been
successfully updated. After this display I need to redirect this to a
different page. However, I would like to keep the display for few secs
before the redirect. I would appreciate the command to do this. Thanks
for any help. Regards.



重定向是客户端发生的事情。

通过ASP response.redirect重定向!!!

然而后者是从html标题重定向,
所以在重定向之前不能延迟或显示任何输出。

试试你的< meta>或客户端脚本重定向,
这两个都不在这个NG的主题。

- Evertjan。
荷兰。
(请更改x''es到我的电子邮件地址中的点数)



Redirecting is a clientside happening.

Redirecting by ASP response.redirect too!!!

The latter however is redirected from the html header,
so cannot be delayed or show any output before redirecting.

Try your hand at <meta> or clientside script redirecting,
both of which are off topic on this NG.

--
Evertjan.
The Netherlands.
(Please change the x''es to dots in my emailaddress)



由于我只使用asp页面,我想知道是否有一个

方式

报告用户在导演之前数据库已更新。对此有何看法?


" Jack"写道:
Since I am exclusively working with asp pages, I was wondering if there is a
way to
report user that database has been updated before directing. Any idea on this?

"Jack" wrote:
感谢您的反馈,Evertjan。
我将检查客户端重定向以回答我的问题。

Evertjan。写道:
Thanks for your feedback, Evertjan.
I am going to check out client side redirecting for an answer to my
questions.

"Evertjan." wrote:
=?Utf-8?B?SmFjaw ==?=于2004年12月25日写在
microsoft.public.inetserver.asp.general:
=?Utf-8?B?SmFjaw==?= wrote on 25 dec 2004 in
microsoft.public.inetserver.asp.general:
我有一个asp结果页面,显示记录已成功更新。在此显示后,我需要将其重定向到不同的页面。但是,我想在重定向之前保持显示几秒钟。我很感激这样做的命令。谢谢
任何帮助。问候。
I have a asp result page which shows that a record has been
successfully updated. After this display I need to redirect this to a
different page. However, I would like to keep the display for few secs
before the redirect. I would appreciate the command to do this. Thanks
for any help. Regards.



重定向是客户端发生的事情。

通过ASP response.redirect重定向!!!

然而后者是从html标题重定向,
所以在重定向之前不能延迟或显示任何输出。

试试你的< meta>或客户端脚本重定向,
这两个都不在这个NG的主题。

- Evertjan。
荷兰。
(请更改x''es到我的电子邮件地址中的点数)



Redirecting is a clientside happening.

Redirecting by ASP response.redirect too!!!

The latter however is redirected from the html header,
so cannot be delayed or show any output before redirecting.

Try your hand at <meta> or clientside script redirecting,
both of which are off topic on this NG.

--
Evertjan.
The Netherlands.
(Please change the x''es to dots in my emailaddress)



这篇关于在重定向之前等待几秒钟的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆