Hi,
I would like to ask if someone knows how could be accomplished that:
When a user goes to WebForm1, he/she stays ther for 15 sec and that
automatically goes to WebForm2?
Thank you in advance!
Viktor
Jason Brown - 08 Sep 2004 05:11 GMT
<body onload="self.setTimeout('self.location=\'webform2.aspx\'', 15000)">
(or use register startupscript to add this snippet)

Signature
Jason Brown
Microsoft GTSC, IIS
This posting is provided AS IS with no warranties, and confers no rights.
> Hi,
>
[quoted text clipped - 10 lines]
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.751 / Virus Database: 502 - Release Date: 02.9.2004 a.
Scott M. - 09 Sep 2004 01:44 GMT
How about an even lower-tech solution:
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="15;URL=nextPage.aspx">
</HEAD>
> Hi,
>
[quoted text clipped - 10 lines]
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.751 / Virus Database: 502 - Release Date: 02.9.2004 a.