I've got a form on an asp page that has a number of input boxes for criteria and a submit button.
After the user enters criteria and clicks the submit button the page calls itself and displays appropriate data from a table that is refreshed once/day with a snapshot of data in another database. This data is good for 80% of the users' needs, but sometimes they need to look at fresh data for specific sites.
I've already got another asp page that pulls a more specific set of data from the database.
I'd like to add another button to the form that will open the "Live" page. I can get the button on the form, but I haven't been able to get it to navigate to a different page when it is clicked.
I'm sure this is simple, but I'm stumpped.
Thanks in advance. _________
Rott Paws
...It's not a bug. It's an undocumented feature!!!
After the user enters criteria and clicks the submit button the page calls itself and displays appropriate data from a table that is refreshed once/day with a snapshot of data in another database. This data is good for 80% of the users' needs, but sometimes they need to look at fresh data for specific sites.
I've already got another asp page that pulls a more specific set of data from the database.
I'd like to add another button to the form that will open the "Live" page. I can get the button on the form, but I haven't been able to get it to navigate to a different page when it is clicked.
I'm sure this is simple, but I'm stumpped.
Thanks in advance. _________
Rott Paws
...It's not a bug. It's an undocumented feature!!!