473,405 Members | 2,349 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

How to make a page stay open only for few soconds, then redirect automaticaly to another page

NWx
Hi,

I'd like to have an ASPX page to open to show a message to the user, then,
after few seconds, to automatically redirect to another page.

How can I do this?

Thanks?
Nov 18 '05 #1
3 1212
If no interactivita is needed, you may do it just as with ordinary HTMLpage:
add this to <head></head> tag:
<meta http-equiv="refresh" content="5; URL=index.htm">

5 - insert your number of seconds
index.htm - insert your needed URL

Hrvoje
"NWx" <te**@test.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
Hi,

I'd like to have an ASPX page to open to show a message to the user, then,
after few seconds, to automatically redirect to another page.

How can I do this?

Thanks?

Nov 18 '05 #2
look at the META REFRESH tag, or the javascript SetTimeOut call

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"NWx" <te**@test.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
Hi,

I'd like to have an ASPX page to open to show a message to the user, then,
after few seconds, to automatically redirect to another page.

How can I do this?

Thanks?

Nov 18 '05 #3
NWx
Thanks for your answers.
"NWx" <te**@test.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
Hi,

I'd like to have an ASPX page to open to show a message to the user, then,
after few seconds, to automatically redirect to another page.

How can I do this?

Thanks?

Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

31
by: Bruce W...1 | last post by:
This is a best practices question. For a website where PHP is used, does it make sense to have both .htm and .php files? In other words, for pages that have no active content there's no point...
4
by: Rene Aube | last post by:
Hi everyone, I'm incharge of updating the stats on a chl hockey teams Web Site. I would like to know if there is a way (javascript) to be able to save the content of the CHL Statistics WebPage...
6
by: MooreSmnith | last post by:
When I navigate to the next page using Response.Rediect("MyNextPage.aspx") current page Page_Load event is called. What I may wrongly understood is that post back will happen whenever there is any...
7
by: ACaunter | last post by:
Hi all, I'm having a little problem here.. my code is: Session("test") = Button46.Text Button46.Attributes.Add("Onclick", "opennewpage()") i have this code inside the button click, which means...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
1
by: rouellette | last post by:
Is it possible to redirect to another page in your application from the start page BEFORE the user has been authenticated if you're using FORMS authentication? I can't seem to get it to work. ...
11
by: tdmailbox | last post by:
I have a website that I subscribe to that allows me to track tasks. I have an extra computer with a big monitor that i want to always display the task list. the problem is after so many hours I...
2
scubak1w1
by: scubak1w1 | last post by:
Hello, I have a page <foo_query_select.php> where some users set some parameters from pulldowns on a page (in a form.) Based on the user selection, the code builds some SQL (i.e., building the...
20
by: Prisoner at War | last post by:
Hi, People, Is it possible to have an "empty" or "dummy" <a href***without*** the browser jumping back up the page?? I have a hyperlink that doesn't point to another document, but is used to...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.