Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 9th, 2004, 01:30 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default Automatic Redirect

Hi All,

In my web application, I have a rather heavy page ('a.aspx') which takes quite some time to load. So when the user clicks on the link to the page, it takes some time before he can see some stuff from the page. So I am using an intermediate page which has an image and a message requesting the user to wait for some time to load 'a.aspx'. In the intermediate page load event, I am redirecting to 'a.aspx'. However, when the user clicks on the link to the intermediate page, he is not in a position to view that page, This works as if the 'a.aspx' page is being loaded withou the intermediate page.

Is there any method by which I can show the intermediate page before the redirection to 'a.aspx' is made?

Please help...

Regards
Ganesh

__________________
Regards
Ganesh
http://ganeshprof.blogspot.com
Find your solution here...
 
Old September 9th, 2004, 02:09 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to qazi_nomi
Default

For this sort of idea that automatic redirect is to be done by a javascript as


function cal()
{
setTimeout("window.location.href = 'a.aspx'", 5000);
}
This is called on onbody event of the page.
And as the intermediat page like you want is I think imposible in browser using HTML and may be possible by using flash loader

(*_*)


Numan
--------------------------------------------------
Love is the most precious thing of this world. So find and grab it!
 
Old September 9th, 2004, 06:36 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

Thanx Numan..

Thatz working well


Ganesh

 
Old September 9th, 2004, 07:03 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 331
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to qazi_nomi
Default

You are most welcome


(*_*)


Numan
--------------------------------------------------
Love is the most precious thing of this world. So find and grab it!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatic datetime phuc2583 Classic ASP Basics 3 February 17th, 2008 10:23 PM
Automatic Redirect tna55 ASP.NET 2.0 Basics 2 April 4th, 2007 07:32 AM
Automatic Update odezzie Classic ASP Databases 1 March 28th, 2007 06:06 PM
automatic 'redirection' stu9820 Flash (all versions) 4 September 20th, 2004 07:29 AM
Automatic Redirect Of Messages Ben Horne Forum and Wrox.com Feedback 1 January 2nd, 2004 10:24 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.