How to change Navigation Url's Dynamically

Hi,
I have requirement where i want to redirct to dfifferent applications based on the values availble in the control application…? anybody has any idea…?

Regadds
Dhana

Re: How to change Navigation Url’s Dynamically

Use php’s ‘switch’ statement and place a different sc_redir() for each condition.

Regards,
Scott.

Re: How to change Navigation Url’s Dynamically

Scott,
Thanks…!

I wan’t to set the Exit uRL dynamically on the Cancel event (in the Navigation Option) on the control application.! any suggestion

Regards
Dhana

Re: How to change Navigation Url’s Dynamically

I would create my own cancel button(php) and bypass the generic Cancel button. They need to add an onCancel Event.

Regards,
Scott.