S Samuel Shulman Nov 14, 2006 #1 I would like to show users a page for about 10 seconds then redirect them to another page How can that be done?
I would like to show users a page for about 10 seconds then redirect them to another page How can that be done?
E Edwin Knoppert Nov 14, 2006 #2 From mind.. setTimeOut('js function here()', 10000 ); I use it sometimes to click an asp.net button via Get.. element id(<%=... control.ClientID()... etc..
From mind.. setTimeOut('js function here()', 10000 ); I use it sometimes to click an asp.net button via Get.. element id(<%=... control.ClientID()... etc..