如何重定向到asp.net中的页面?

发布于 2024-08-14 19:22:41 字数 111 浏览 3 评论 0 原文

我正在使用一个 swf 文件。单击后,我有一些后台进程。完成该进程后,我想重定向到特定页面。但它不起作用。我应该做什么才能重定向到页面。我正在使用 asp.net ? 尽快回复我

谢谢 萨米尔

i am using one swf file.on click i have some background process.after finish the process i want to redirect to particular page.but its not working.what should i do to redirect to page.i am using asp.net
?
reply me soon

Thanking You
Samir

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

百善笑为先 2024-08-21 19:22:41

海萨米尔,

尝试添加此

有关参考,请参阅此 http://forums.asp.net/t/1322013.aspx

Hai samir,

Try adding this <object onclick="window.open('http://www.google.com')/>" or <a href="http://www.google.com"><embed scr="test.swf"></embed></a>

For ref see this http://forums.asp.net/t/1322013.aspx

━╋う一瞬間旳綻放 2024-08-21 19:22:41

后台进程?

在图书馆里
其他线程中的HttpContext.Current.Response.Redirect

使用事件同步,

您必须保持响应打开

background process ?

in library
HttpContext.Current.Response.Redirect

in other thread use event sync

you must keep response is open

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文