Len Morgan wrote:
Hello again. I've run into another little stumbling block as I build this application.

As I have mentioned before, I have an authorization stack which does just what it says. Once a user is authorized, I want to launch the "real" stack and get rid of the authorization stack.

I wouldn't open the second stack in the same window. Instead, just open the second one and have the next line of your handler close the first one. Something like this:

go stack url "http://whatever.com";
close stack "authorization"

--
Jacqueline Landman Gay         |     [EMAIL PROTECTED]
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to