I have a combo box on a web page that lists reports in a new web page.

When certain reports are selected I click a button to view the report.

With some of the reports I don't want anything to happen. If a have a select case to ignore the reports I don't want a new web page is opened before the select case is executed.

How can I stop this happening, but have the other reports open a new web page?

Thanks