allenz
10-18-2004, 10:40 PM
Hi
Am trying to figure out how and where to put the script. On show or on timer?
When my program starts page 1 comes up. Then after 5 seconds I want to go to the next page.
I search the forum and found a script that's almost 100 lines long. Phew! That's a lot for a simple timer function.
Anyway I tried this but I'm missing a few things. The page comes up and immediately goes to the next page. Not waiting 5 seconds.
On Show
01 Page.StartTimer(5000);
02 Page.Navigate(PAGE_NEXT);
03
Basically it's a splash screen.
Can someone help please?
Thanks
Allen
Am trying to figure out how and where to put the script. On show or on timer?
When my program starts page 1 comes up. Then after 5 seconds I want to go to the next page.
I search the forum and found a script that's almost 100 lines long. Phew! That's a lot for a simple timer function.
Anyway I tried this but I'm missing a few things. The page comes up and immediately goes to the next page. Not waiting 5 seconds.
On Show
01 Page.StartTimer(5000);
02 Page.Navigate(PAGE_NEXT);
03
Basically it's a splash screen.
Can someone help please?
Thanks
Allen