Hi Feifei,
So if you're trying to have the URL build dynamically based on values, the only conceivable way to do this is for you to create an intermediate redirect page, which will take the URL parameters provided and converts them into the full URL you want and then redirects the user to that page.
Regards,
Jon |