in reply to Re: Re: Adding dynamic parameters to a URL
in thread Adding dynamic parameters to a URL

If you mean that you want to get the value of the account variable passed in the URL, then you should look at the param() function in the CGI module.

Arjen