Re: forward to page after delay

2009-12-06 Thread Juan E. Maya
yes, obviously the meta-tag is the best option. It just didnt' come to my mind. Thank you Ulrich for pointing this out. On Sun, Dec 6, 2009 at 10:24 AM, Stephan Windmüller wrote: > Juan E. Maya wrote: > >>> I m new in tapestry and try to create confirmation page A which >>> redirects to page B af

Re: forward to page after delay

2009-12-06 Thread Stephan Windmüller
Juan E. Maya wrote: >> I m new in tapestry and try to create confirmation page A which >> redirects to page B after 5 seconds. Something like: "Your login was >> successful. Now You will be redirected to the indexpage." > I think the best way simpler way is to have a javascript that opens > page B

Re: forward to page after delay

2009-12-05 Thread oskar_a
OMG...thats so easy :jumping: Thanks a lot. Ulrich Stärk wrote: > > http://URL.of/target/page/";> > > Don't forget to provide a link in case the user's browser doesn't follow > redirects. > > Uli > > oskar_a schrieb: >> Hi, >> I m new in tapestry and try to create confirmation page A which

Re: forward to page after delay

2009-12-05 Thread Ulrich Stärk
http://URL.of/target/page/";> Don't forget to provide a link in case the user's browser doesn't follow redirects. Uli oskar_a schrieb: Hi, I m new in tapestry and try to create confirmation page A which redirects to page B after 5 seconds. Something like: "Your login was successful. Now You

Re: forward to page after delay

2009-12-05 Thread Juan E. Maya
I think the best way simpler way is to have a javascript that opens page B after X seconds. On Sat, Dec 5, 2009 at 2:54 PM, oskar_a wrote: > > Hi, > I m new in tapestry and try to create confirmation page A which redirects to > page B after 5 seconds. Something like: "Your login was successful. N