2 messages in com.canoo.lists.webtest[Webtest] Redirect and Verifytext
FromSent OnAttachments
emst...@aep.com15 Jul 2003 07:33 
Christian Sell15 Jul 2003 08:43 
Subject:[Webtest] Redirect and Verifytext
From:emst...@aep.com (emst@aep.com)
Date:07/15/2003 07:33:56 AM
List:com.canoo.lists.webtest

From my login page, the next page is a redirect that transfers you on the main menu page. This intermediate page flashes on the screen very quickly. I am attempting to do a "verifytext", but the page flies by so fast, the verifytext does not have time to execute. It is verifying the text for the redirect page. It is trying to verify text for the next page before it comes up. Consequently, I get an error on the main menu. Any idea on how to code Canoo to so my verifytext stays in sync with the login, redirect and main menu page? The redirect code is below.

Thanks.

<meta http-equiv=refresh content="0; url='/ams/servlet/session.init'">