Navigation problem.
L.S.
On a page in the web app I am developing the user can click a hyperlink in a table. Depending on a value in one of the table columns, the user navigates to one of four pages, which opens in a new a new window. I know how to set the hyperlink's onClick property to open a new window and pass parameters to the next page. Question is where do I put the code that evaluates which of the four page to return?
Kind regards,
Annet.

