in reply to Re: Re: Sub call isn't returning values
in thread Sub call isn't returning values

Lori713,
Have you considered using the following code behind the button push:
print $CGI->redirect( $CGI->self_url );
I am not saying this is the most elegant solution, but it should keep the state of things between invocations.

Cheers - L~R